
r/Stellar

Won't be long now
Stellar going to take this world by storm. Pieces are being placed, board is being set.
Many people going to be sitting in workstations, wondering why the hell they didn't invest in XLM is when it was trading for less than a dollar. While those privileged few who saw the innovation in this technology are struggling to find the right color for their next space ship.
Imagine buying BTC under a dollar, Tesla, Gamestop and selling it anywhere near the apex.
XLM is linking the world's financial systems together with remittance rails in over 190 countries. This is a matter of when not if this project is going to erupt.
Nay sayers have sidelined stellar claiming it's old, obsolete, weak price action is justified, it's just an XRP rip off.
Stellar is an industry leader and is connecting the world on chain. And is only coin out there recognized by Goverment Entities and NGOs alike.
Read the room people, XLM is the future.
Interesting on-chain ephemeral messaging concept built on Soroban — thoughts on the contract design?
Came across a project that uses Soroban for something beyond simple tokens — an on-chain ephemeral messenger called XPENV. I’m not affiliated, just thought the contract design was worth discussing.
How it works:
- Fully serverless: static frontend talks directly to a Soroban smart contract. Identity is just your Stellar public key (e.g., Freighter wallet).
- Sending and reading each cost a small XLM fee, which makes spam economically impractical.
- A portion of the read fee goes to the original sender, so reading is incentivised — interesting incentive loop.
- Messages can carry small attachments (up to ~26 KB) and can be paywalled: the recipient pays to decrypt/unlock, or you can attach a payment request.
- Messages are ephemeral — they expire from the contract after a chosen deadline, and the UI deliberately clears content after a few minutes. Nothing is stored locally.
Feels like a neat showcase of what Soroban smart contracts can enable beyond basic payments — trustless, paid, self-deleting communication using XLM as both gas and the value rail. Could be relevant for paid newsletters, selling micro digital goods, or private pings.
I’m curious what the Stellar dev community thinks about the contract design. Are there any obvious pitfalls with on-chain messaging like this? How would you improve the expiry mechanism or fee distribution?
(If anyone wants to see the implementation, you can search for “xpenv” — I’ll drop the link only if someone asks, to avoid breaking rule #5.)
Editing the publication, adding the website link: xpenv.com
Documentation official on site