DTCC×Stellar Technical Analysis: Can Soroban Support a $4.7 Trillion-Level Settlement System?

By the end of May 2026, DTCC announced that it would incorporate Stellar into the core settlement layer for its tokenization strategy. The news drove XLM to climb from about $0.147 to above $0.27 within a few days, with its market capitalization breaking past $8.5 billion—nearly doubling.

It’s not hard to understand why market sentiment warmed up so quickly. DTCC processes about $4.7 quadrillion (about 4.7 quadrillion) in securities transactions every year, and has custodial assets totaling $114 trillion. Connecting such a large traditional financial market infrastructure to a public blockchain has no precedent in cryptocurrency history.

However, doubts about technological throughput have also followed. Can Soroban—Stellar’s smart contract platform—actually support a transaction volume at the level of DTCC?

DTCC’s selection logic: Compliance first, throughput second

When explaining its rationale for the selection, Nadine Chakar, head of digital assets at DTCC, listed four core considerations: compliance, scalability, transaction throughput, and cost efficiency. Among them, compliance was placed first—this ordering itself reveals DTCC’s true weighting in decision-making.

Stellar’s built-in compliance toolkit—including the Clawback recovery feature, Transfer Restriction transfer limits, and Identity Control identity controls—was the key differentiator behind its win. After Securrency was acquired by DTCC, these tools were deeply integrated and embedded directly into Stellar’s network architecture. By contrast, Ethereum’s mainnet must rely on third-party protocols to achieve similar compliance capabilities, which introduces additional legal and operational risk for institutional applications.

Another factor that DTCC repeatedly highlighted is the regulatory groundwork. In March 2026, the SEC and CFTC officially classified Stellar as a “digital commodity.” This classification removed prior uncertainty around XLM’s legal status. For DTCC, this means that when tokenized securities run on Stellar, the legal framework for the underlying assets has already been confirmed by regulators in advance.

In December 2025, the SEC granted DTC (a DTCC subsidiary) a three-year No-Action Letter covering tokenized versions of Russell 1000 constituents, major index ETFs, and U.S. Treasuries. According to DTCC’s published roadmap, these tokenized assets are expected to be officially launched on the Stellar network in the first half of 2027.

Soroban technical architecture: Performance optimizations across five layers

To determine whether Soroban can handle DTCC-level transaction volumes, it’s necessary to first understand its underlying technical design. Stellar’s current performance optimization roadmap covers five layers, with the overall goal of increasing theoretical throughput to 5000 TPS.

Protocol 23: Multithreaded parallel execution of smart contracts

Protocol 23 is the most important technical upgrade for Stellar in 2025. Its core is introducing Soroban smart contract parallel execution, with the goal of raising the network’s processing capacity from the current 150 TPS to 5000 TPS.

In terms of how it works, Protocol 23 enables parallelization through three key mechanisms: multithreaded smart contract execution, WebAssembly module caching, and parallel management of smart contract state. The official technical documentation explicitly states that node operators do not need to upgrade hardware to benefit—idle compute capacity within existing CPU and RAM is re-used.

Decoupling consensus and execution pipelines

In traditional Stellar Core, the consensus stage and the execution stage run sequentially. After the network votes on ledger N, execution can begin; before execution completes, voting on ledger N+1 cannot start. This design leads to significant idle time.

The new design parallelizes consensus and execution—nodes vote on ledger N+1 while executing the transactions for ledger N. Soroban’s footprint mechanism (contracts must declare all read/write entries in advance) provides the necessary safety premise for this pipeline, ensuring that transaction sets for ledgers N and N+1 can be securely partitioned.

Parallel background processing and signature verification

Historically, Stellar Core has mainly run with a single thread. The 2025 upgrade enabled background processing of messages and pushed signature verification and block execution further into background threads. These features are currently optional and are expected to become the default configuration after the Protocol 23 vote.

Cache optimization and accelerated state loading

All Stellar Core components rely on BucketListDB to manage ledger state. In high-frequency read/write scenarios, this design may become a bottleneck. The optimization approach includes two layers: a more aggressive in-memory cache to accelerate the loading of transaction-validated and execution-related data; and in-memory post-processing to improve write speeds during commits.

Performance benchmark tests

The Stellar team notes, “No measurement, no scaling.” The current technical roadmap shows short- to mid-term targets of achieving theoretical 5000 TPS and reducing block time from the current 5 seconds to 2.5 seconds.

Based on actual development data, Soroban’s Rust-based architecture has already achieved 1000+ TPS through active state prioritization and parallel transaction execution, resulting in execution costs that are 40% lower than traditional approaches.

Throughput critical point: Can 5000 TPS match DTCC’s needs?

Talking only about technical metrics can easily lead to misinterpretation. The key is to clarify how the actual transaction model after DTCC goes on-chain aligns with Soroban’s throughput.

DTCC’s current $4.7 quadrillion annual transaction volume is a “gross volume,” including a large amount of internal transfers both before and after clearing. Once tokenized securities are on-chain, the transactions that occur on the public chain are not a one-to-one mapping. A more appropriate reference framework is the net settlement transaction volume in the securities settlement stage, as well as the cross-chain bridge frequency between DTCC’s platform and Stellar.

From the existing market structure, Wall Street’s expectation for blockchain is multi-chain rather than single-chain. DTCC uses a standards-driven multi-chain strategy, and Stellar plays a specific role within it: the issuance and settlement layer for compliant assets. This means that not all of the $4.7 quadrillion in annual transaction volume will be pushed into the Stellar network in its original form—Stellar needs to handle issuance, transfer, settlement, and lifecycle management of tokenized assets, which is a complex but limited set of tasks in high-frequency scenarios.

Franklin Templeton’s BENJI fund is a reference example. The fund operates on both Ethereum and Stellar, mainly because the investor bases for the two chains differ. If the importance of distribution volume and transaction costs exceeds the signaling effect of institutional adoption, Stellar’s low-cost structure offers a competitive advantage.

In a horizontal comparison, in the RWA tokenization space, Ethereum currently holds about 66% of the global market share, while Stellar’s market share is in the 3% to 4% range. But this landscape is changing: Stellar’s RWA market cap grew 172% by the end of 2025, with TVL reaching $211 million; month-over-month growth was 95%; there were over 800 active DeFi projects in the ecosystem; and developer activity growth is three times the industry average.

After the DTCC partnership, Stellar set more aggressive growth targets: to reach $1.5 billion in TVL and $3 billion in RWA transaction volume by the end of 2026, and to rank among the top ten networks for DeFi and RWA asset issuance.

Compliance and validation: Top-down endorsement of three asset classes

Compared with discussions of the technical “scalability” aspect, the “completed” state of the compliance framework may be an even more critical factor behind Stellar’s selection.

The first tier of endorsement comes from federal regulators. In December 2025, the SEC’s No-Action Letter covered tokenized versions of Russell 1000 constituents, major index ETFs, and U.S. Treasuries, effective for three years. In March 2026, the SEC and CFTC jointly classified Stellar as a digital commodity. These regulatory developments have paved the legal path for DTCC to run tokenized securities on Stellar.

The second tier of endorsement comes from real-world applications by industry institutions. At present, institutions such as Franklin Templeton, Paxos, WisdomTree, and Ondo Finance have deployed more than $2 billion worth of tokenized assets on Stellar.

The third tier of endorsement comes from validation by payment infrastructure. Cash App enabled USDC payments based on Stellar for 60 million users; the government of Bermuda migrated national payment services to the Stellar network.

These three tiers form a complete logical chain: regulatory confirmation → institutional deployment → large-scale payment testing. This chain points to a core conclusion: the fundamental reason Stellar was selected is not a single performance metric, but rather that its compliance architecture built from the start has already passed regulatory validation—and this validation process is precisely a prerequisite that Wall Street could not skip before going on-chain.

The tension between XLM’s “institutional premium” and technical ceilings

XLM’s price nearly doubled for a time after the DTCC announcement, but significant resistance remains at the technical analysis level. Data shows that XLM’s rebound since the announcement broke through multiple long-term technical patterns, but “sell wall” pressure is still present—meaning that although institutions are using Stellar technology for asset tokenization, liquidation pressure from retail markets and short-term traders continues to suppress further upside.

From a supply-and-demand logic perspective, DTCC’s choice of Stellar does not directly create incremental demand for XLM. DTCC holders do not need to buy XLM in order to operate tokenized securities. XLM’s value capture is more reflected in its role as the network’s fuel token (gas token). As RWA transaction volume and the number of Soroban smart contract calls grow, potential demand for XLM will increase in parallel.

The Protocol 23 technical upgrade also supports this logic. The theoretical 5000 TPS ceiling and the reduction of block time to 2.5 seconds will help Stellar maintain a cost advantage over most Layer 1 networks in transaction costs. However, it’s important to note that there is a gap between theoretical throughput and actual throughput—as Stellar’s official blog admits, “Achieving theoretical throughput is only part of the puzzle.”

The key testing window in 2027

According to DTCC’s roadmap, the first half of 2027 is the timeline when tokenized assets will go live on the Stellar network. By then, more than 50 financial institutions participating in DTCC’s tokenization working groups—including JPMorgan, Goldman Sachs, BlackRock, Charles Schwab, and crypto-native companies such as Kraken and Ondo—will begin circulating assets on Stellar.

For Soroban, this window will be its first real-world test of its technical limits. Based on current engineering progress:

  • The compliance layer has passed regulatory confirmation and is in an operational state;
  • The performance layer’s theoretical peak of 5000 TPS needs validation through sufficient participation in the validator network and real load testing;
  • Whether the ecosystem’s $3 billion RWA target can be achieved by the end of 2026 will determine the network’s traffic baseline before going live in 2027.

If all three prerequisites are met at the same time, Soroban will have the technical foundation to support DTCC-scale tokenized securities. Conversely, if any part falls short—whether it’s network congestion, compliance execution delays, or insufficient ecosystem liquidity—DTCC may choose to adjust Stellar’s weighting within its multi-chain strategy.

Conclusion

DTCC’s choice of Stellar as the tokenization settlement layer marks Wall Street’s recognition of public-chain infrastructure shifting from “proof of concept” to “production readiness.” The parallel execution architecture implemented by Soroban through Protocol 23, together with Stellar’s built-in compliance toolkit, forms one of the few public-chain solutions in the current market that simultaneously meets regulatory review and expansion performance requirements.

But it must be emphasized that there is a data-driven gap between “theoretical 5000 TPS” and “actual capacity to handle DTCC-level transaction volumes.” Variables such as XLM price volatility, network congestion risk, and uncertainty in the regulatory environment—especially internal SEC disagreements since May 2026 over exemptive schemes for tokenized U.S. equities—are all factors that will need to be continuously monitored over the next 12 months.

For investors focused on RWA tokenization and Wall Street blockchain securities, the second half of 2026 through the first half of 2027 will be a critical window to observe how well Soroban’s technical commitments translate into real-world performance. Whether Stellar can turn its DTCC partnership from “news-driven” into “data-driven” long-term adoption will be a core variable determining the direction of XLM’s medium-term price narrative.

XLM-6.08%
ETH-11.47%
BENJI-8.24%
RWA-2.15%
View Original
This page may contain third-party content, which is provided for information purposes only (not representations/warranties) and should not be considered as an endorsement of its views by Gate, nor as financial or professional advice. See Disclaimer for details.
  • Reward
  • Comment
  • Repost
  • Share
Comment
Add a comment
Add a comment
No comments
  • Pinned