Stellar (XLM): the blockchain built to move money

Most blockchains were built to be a world computer and later went looking for a use case. Stellar did the opposite. From the start it had one job — move value between people and institutions cheaply, quickly, and across currencies — and almost everything about its design follows from that choice. That focus is why, while flashier networks chase narratives, Stellar keeps showing up in the unglamorous places where money actually moves: remittances, fiat on-ramps, tokenized funds, and stablecoin settlement.

This page is the map of the whole ecosystem. The deep mechanics live in the linked explainers — consensus, tokenization, and stablecoins — but if you read only one thing on Stellar, read this.

What Stellar actually is

Stellar is an open-source, public payment network launched in 2014 by Jed McCaleb and Joyce Kim, and supported by the Stellar Development Foundation (SDF), a non-profit. It began life as a fork of the Ripple codebase, then broke away and rebuilt itself around a new consensus design of its own. The result is a network that settles a transaction in roughly three to five seconds, charges a fraction of a cent per operation, and was engineered to issue and exchange many currencies natively rather than just shuffle one native coin around.

The mental model that helps most: think of Stellar less as “a cryptocurrency” and more as a thin, neutral settlement layer that any currency — dollars, euros, pesos, a money market fund — can ride on.

How it agrees without mining

Stellar runs on the Stellar Consensus Protocol (SCP), an implementation of Federated Byzantine Agreement. There is no proof-of-work and no staking. Instead, each validator chooses which other validators it trusts, those choices overlap into larger circles, and agreement emerges from that web of trust. The practical payoff is fast finality, negligible energy use, and no mining economics distorting the network.

The trade-off — and I think it’s the single most important thing to understand about Stellar — is that this model asks the network to be configured with trust rather than secured purely by anonymous economic incentives. I unpack exactly how that works, and where its real risks sit, in the consensus deep-dive.

Assets, anchors, and the built-in exchange

Here’s where Stellar’s payment DNA shows. Issuing an asset isn’t a smart contract you deploy — it’s a native, protocol-level primitive. Anyone can issue a token; users hold it by opening a trustline to the issuer; and the network ships with its own decentralized exchange (the SDEX) plus liquidity pools baked into the base protocol.

Two features make this genuinely useful for real money:

  • Path payments. A sender holding one asset can pay a recipient in a different asset, with the protocol automatically finding the cheapest route through order books and pools. Someone can send euros and have the recipient receive dollars, settled atomically in seconds. That’s the cross-currency engine most chains never had.
  • Anchors. These are the regulated on- and off-ramps — exchanges, fintechs, payment companies — that convert between physical fiat and tokens on the ledger. They’re the bridge between Stellar and the banking world.

Stellar also bakes in issuer controls that matter to regulated institutions: authorization flags (KYC gating), freeze, and clawback. That’s a deliberate design choice with real consequences, which I come back to in the trade-offs below.

Tokenization and real-world assets

This is where Stellar has quietly become a leader. By mid-2026 it’s one of the largest public networks for real-world-asset (RWA) tokenization — routinely ranked among the top handful by value — with more than $2 billion in tokenized assets on the network, heavily weighted toward U.S. Treasury-backed instruments.

The marquee example is Franklin Templeton’s Franklin OnChain U.S. Government Money Fund, known by its token BENJI. Launched on Stellar in 2021, it was the first U.S.-registered mutual fund to use a public blockchain as its official system of record; as of April 2026 it represented over $650 million on Stellar (which SDF called its second-largest RWA), and the fund now spans nine chains and several billion dollars in total. WisdomTree and Spiko/Amundi run tokenized funds on Stellar as well. And in the biggest validation yet, DTCC — the clearing house behind most U.S. securities settlement, with $114 trillion in assets under custody — announced in May 2026 that it plans to bring DTC-custodied assets (Russell 1000 equities, ETFs, and Treasuries) onto Stellar, targeting the first half of 2027. The reason these institutions chose Stellar is the same reason it’s good at payments: native issuance, sub-cent costs, and compliance controls — a court-ordered clawback, for instance, settles in the same five-to-seven seconds as any other transaction. Full breakdown in the tokenization explainer.

Stablecoins

If tokenization is the new story, stablecoins are the established one. Stellar carries a deep bench of fiat-backed tokens, issued natively rather than bridged from another chain:

  • USDC and EURC from Circle (dollar and euro)
  • PYUSD, PayPal’s stablecoin, which arrived on Stellar in 2025
  • MGUSD, MoneyGram’s own dollar stablecoin, launched mid-2026 and built to ride MoneyGram’s roughly 500,000-location cash network
  • Plus regulated currencies like GYEN/ZUSD (GMO Trust) and AUDD (Novatti)

The MoneyGram partnership is the clearest proof that this isn’t theoretical: through 2026 it expanded across Latin America — Colombia, then El Salvador — letting people receive digital dollars and cash out at a physical counter. That cash-to-crypto-to-cash loop, settled on Stellar in the background, is financial inclusion that actually ships. More in the stablecoins explainer.

Soroban: smart contracts, finally

For most of its life Stellar deliberately wasn’t a smart-contract platform. That changed when Soroban (now branded Stellar Smart Contracts) went live on mainnet in February 2024. It’s a Rust-and-WebAssembly environment built with payments-grade priorities: a real fix for state bloat via state archival, fine-grained fee metering, account abstraction, and cryptographic primitives for zero-knowledge proofs. SDF backed it with a $100 million adoption fund that has since seeded well over 150 projects.

The clever bridge between old and new is the Stellar Asset Contract (SAC), which lets classic assets that predate Soroban — USDC and EURC among them — gain smart-contract functionality without being reissued. So a stablecoin can flow through Stellar’s path payments and be called by a contract in the same breath.

XLM, the native asset

A common confusion worth clearing up: Stellar is the network, XLM (Lumens) is the coin. XLM’s job is structural, not speculative. It pays the tiny per-operation fees that keep the network spam-resistant, it satisfies the minimum balance every account and trustline must reserve, and it acts as a neutral bridge asset when a path payment needs an intermediate hop. The protocol’s old inflation mechanism was switched off in 2019, leaving a fixed supply of 50 billion Lumens.

The honest trade-offs

No serious analysis skips this part, and dodging it is exactly what makes most crypto coverage worthless.

  • Validator trust is concentrated. Federated Byzantine Agreement is elegant, but in practice the network’s quorum has leaned heavily on a small set of well-known organizations, with SDF historically prominent. That’s a different, more institutional kind of decentralization than a proof-of-work chain — judge it on those terms, not the marketing.
  • Compliance cuts both ways. Freeze and clawback are why Franklin Templeton can run a regulated fund here — and the same reason a crypto purist will say issued assets aren’t censorship-resistant. Stellar made a clear bet that real-world finance wants those controls. Mostly that bet is paying off.
  • The DeFi ecosystem is young. Soroban is genuinely capable, but it’s two years old. The depth of protocols, tooling, and liquidity you’d find on Ethereum isn’t here yet.

Where it’s heading

Stellar’s roadmap leans into its strengths rather than chasing trends. The big throughput leap has already shipped: Whisk (Protocol 23), live since September 2025, brought parallel transaction execution, in-memory state, and unified developer events — the most substantial upgrade since smart contracts themselves. Next is Protocol 27, codenamed “Zipper” (mainnet vote scheduled for July 8, 2026), which makes authentication delegation a first-class feature. On its own that sounds dry, but it’s the foundation for genuinely smarter accounts — social recovery without a seed phrase, modular multisig, delegated signing — and a stated prerequisite for bringing contract-based authentication to ordinary accounts in a later release. Further out, SDF has published a multi-year quantum-preparedness plan: enterprise wallets can adopt post-quantum signing through Soroban in 2026, and every account is expected to be able to add a quantum-safe signer by the end of 2027 — without changing its address. Read these together and the strategy is obvious: keep winning regulated payments and tokenization while everyone else argues about narratives.

That’s the case for Stellar as I see it — not the most hyped chain, arguably one of the most used for real money. Whether that translates into the outcomes people hope for is a separate question, and one I write about regularly.


Keep reading

Want the ongoing analysis as it develops? I publish regular deep-dives on Stellar, XRP and Cosmos — subscribe here.


Informational only, not financial advice. Figures current as of mid-2026 and will change — verify before relying on them.

Sources: Stellar Development Foundation (stellar.org press, case studies & docs), Circle (USDC/EURC), Franklin Templeton (BENJI / FOBXX), MoneyGram, and Stellar protocol release notes.

Last updated 2026-06

Follow the work

New deep-dives, straight to your inbox.

Join readers tracking Stellar, XRP and Cosmos. No hype, no price calls — just the analysis. Free.

Subscribe on Substack →