Skip to main content

4 posts tagged with "tokenization"

View all tags

58% Market Share, Zero Audits: Inside xStocks' High-Stakes Play to Tokenize Wall Street

· 31 min read
Dora Noda
Software Engineer

xStocks has captured 58% of the tokenized stock market within four months of launch, achieving over $5 billion in trading volume while operating under Swiss regulatory oversight. The platform offers 60+ U.S. stocks and ETFs as blockchain tokens backed 1:1 by real shares, targeting crypto-native investors and emerging markets excluded from traditional brokerages. However, the complete absence of public smart contract audits represents a critical security gap for a project handling potentially hundreds of millions in tokenized assets. Despite strong DeFi integration and multi-chain deployment, xStocks faces intensifying competition from well-capitalized rivals like Ondo Finance ($260M TVL) and Robinhood's tokenization play. The project's viability hinges on navigating evolving regulations, building sustainable liquidity, and maintaining its DeFi-native differentiation against traditional finance incumbents entering the tokenization space.

The fundamentals: bridging Wall Street and DeFi

Backed Finance AG launched xStocks on June 30, 2025, as a Swiss-regulated platform converting traditional U.S. equities into blockchain tokens. Each xStock token (TSLAx for Tesla, AAPLx for Apple, SPYx for S&P 500) is backed 1:1 by actual shares held by licensed custodians under Switzerland's DLT Act. The platform's core value proposition eliminates geographic barriers to U.S. equity markets while enabling 24/7 trading, fractional ownership starting at $1, and DeFi composability—allowing stocks to serve as collateral in lending protocols or liquidity in automated market makers.

The founding team consists of three ex-DAOstack veterans: Adam Levi (Ph.D.), Yehonatan Goldman, and Roberto Klein. Their previous project raised approximately $30 million between 2017-2022 before shutting down due to fund exhaustion, which community members have labeled a "soft rug pull." This background raises reputational concerns, though the team appears to be applying lessons learned through a more regulated, asset-backed approach with xStocks. Backed Finance raised $9.5 million in Series A funding led by Gnosis, with participation from Exor Seeds, Cyber Fund, and Blockchain Founders Fund.

xStocks addresses a fundamental market inefficiency: an estimated hundreds of millions globally lack access to U.S. equity markets due to geographic restrictions, high brokerage fees, and limited trading hours. Traditional stock exchanges operate only during market hours with T+2 settlement, while xStocks enables instant blockchain settlement with continuous availability. The project operates through an "xStocks Alliance" distribution model, partnering with major exchanges (Kraken, Bybit, Gate.io) rather than controlling distribution directly, creating a permissionless infrastructure layer.

Within two weeks of launch, xStocks' on-chain value tripled from $35 million to over $100 million. By August 2025, the platform had surpassed 24,542 unique holders and $2 billion in cumulative volume. As of October 2025, xStocks commands 37,000+ holders across 140+ countries, with trading activity concentrated in Asia, Europe, and Latin America. The platform explicitly excludes U.S., UK, Canadian, and Australian investors due to regulatory restrictions.

Technical architecture: multi-chain tokenization infrastructure

xStocks employs a multi-chain deployment strategy with Solana as the primary network, leveraging its 65,000+ transactions-per-second throughput, sub-second finality, and transaction costs under $0.01. Tokens are issued as SPL (Solana Program Library) tokens using the Token-2022 standard, which includes compliance features like transfer restrictions and metadata pointers. The platform expanded to Ethereum as ERC-20 tokens in September 2025, followed by integrations with BNB Chain and TRON, positioning xStocks as a blockchain-agnostic asset class.

The technical implementation utilizes OpenZeppelin's battle-tested ERC20Upgradeable contracts as the base, incorporating role-based access control that grants owners the ability to set minter, burner, and pauser roles. The architecture includes upgradeable proxy patterns for contract modifications, ERC-712 signature-based approvals for gasless transactions, and embedded whitelist registries for regulatory compliance. This "walled garden" model enables KYC/AML enforcement at the protocol level while maintaining blockchain transparency.

Chainlink serves as the official oracle infrastructure provider through a custom "xStocks Data Streams" solution delivering sub-second price latency. The oracle network aggregates multi-source data from trusted providers, validates it through independent nodes, and delivers cryptographically signed price feeds with continuous updates synchronized to traditional market hours but available 24/7 for on-chain trading. Chainlink's Proof of Reserve functionality enables real-time, trustless verification that sufficient underlying shares back all issued tokens, with anyone able to autonomously query reserve vaults. The Cross-Chain Interoperability Protocol (CCIP) facilitates secure atomic settlements across blockchains, breaking down liquidity silos.

The custody model employs licensed Swiss banks (InCore Bank, Maerki Baumann) and U.S. broker-dealers (Alpaca Securities) holding shares in segregated accounts under Swiss DLT Act oversight. When users purchase xStock tokens, the platform acquires corresponding shares on traditional exchanges, locks them in custody, and mints tokens on-chain. Redemption processes allow token burning in exchange for the cash value of underlying assets, though users cannot directly claim the actual shares.

xStocks integrates deeply with the Solana DeFi ecosystem: Raydium ($1.6B liquidity) serves as the primary automated market maker for token swaps; Jupiter aggregates liquidity across protocols for optimal execution; Kamino Finance ($2B+ liquidity) enables users to deposit xStocks as collateral for stablecoin borrowing or earn yield through lending; and Phantom wallet (3M+ monthly users) provides direct xStocks trading interfaces. This composability represents xStocks' primary differentiation versus competitors—tokenized equities functioning as true DeFi primitives rather than mere digitized stocks.

The platform demonstrates strong technical innovation in fractional ownership, programmable equities via smart contract integration, transparent on-chain ownership records, and instant T+0 settlement versus traditional T+2. Users can withdraw tokens to self-custodial wallets, use stocks as collateral in complex DeFi strategies, or provide liquidity in automated market maker pools earning 10%+ APY in select pools.

Security infrastructure reveals critical audit gap

The most significant security finding: xStocks has no public smart contract audits from major auditing firms. Extensive research across CertiK, OpenZeppelin, Trail of Bits, Halborn, Quantstamp, and other leading auditors revealed zero published audit reports for Backed Finance smart contracts, xStocks token contracts, or associated infrastructure. This represents a major deviation from DeFi industry standards, particularly for a project managing potentially billions in tokenized assets. No audit badges appear on official documentation, no audit mentions exist in launch announcements, and no bug bounty program has been publicly announced.

Several mitigating factors provide partial security assurance. The platform utilizes OpenZeppelin contract libraries as its base—the same battle-tested code used by Aave, Compound, and Uniswap. The underlying SPL Token Program on Solana has undergone extensive auditing (Halborn, Zellic, Trail of Bits, NCC Group, OtterSec, Certora between 2022-2024). Chainlink's oracle infrastructure provides multiple security layers including cryptographic signatures, trusted execution environments, and zero-knowledge proofs. The Swiss regulatory framework imposes traditional financial oversight, and professional custody arrangements with licensed banks add institutional-grade safeguards.

Despite these factors, the absence of independent third-party smart contract verification creates several concerning risk vectors. The proxy pattern enables contract upgrades, potentially allowing malicious changes without timelock delays or transparent governance. Admin keys control minting, burning, and pausing functions, introducing centralization risk. The whitelist mechanism for regulatory compliance creates potential for censorship or frozen accounts. Upgradeability without apparent timelocks means the team could theoretically modify contract behavior rapidly.

No security incidents, exploits, or hacks have been reported since the June 2025 launch. Chainlink Proof of Reserve enables continuous verification of 1:1 backing, providing transparency unavailable in many centralized systems. However, structural risks persist: custodial counterparty risk (dependence on Swiss banks' solvency), team background concerns (the DAOstack failure), and liquidity vulnerabilities (70% liquidity drops on weekends suggest fragile market structure).

The security assessment concludes with a moderate-to-high risk rating. Regulatory frameworks provide traditional legal protections, established infrastructure reduces technical uncertainty, and zero incidents in four months demonstrate operational competence. However, the critical absence of public audits, combined with centralized control points and team reputational questions, should give security-conscious users significant pause. Recommendations include commissioning comprehensive audits from multiple tier-1 firms immediately, implementing bug bounty programs, adding timelock delays to admin functions, and pursuing formal verification of critical contract functions.

Tokenomics and market mechanics

xStocks does not operate as a single token project but rather as an ecosystem of 60+ individual tokenized equities, each representing a different U.S. stock or ETF. Token standards vary by blockchain: SPL on Solana, ERC-20 on Ethereum, TRC-20 on TRON, and BEP-20 on BNB Chain. Each stock receives an "x" suffix ticker (TSLAx, AAPLx, NVDAx, SPYx, GOOGLx, MSTRx, CRCLx, COINx).

The economic model centers on 1:1 collateralization—every token is fully backed by underlying shares held in regulated custody, verified through Chainlink Proof of Reserve. Supply mechanics are dynamic: new tokens mint when real shares are purchased and locked; tokens burn upon redemption for cash value. This creates variable supply per token based on market demand, with no artificial emission schedule or predetermined inflation. Corporate actions like dividends trigger automatic "rebasing" where holder balances increase to reflect dividend distributions, though users receive no traditional dividend payments or voting rights.

Token utility encompasses multiple use cases beyond simple price exposure. Traders access 24/7 markets (versus traditional 9:30am-4pm EST), enabling positions during news events outside U.S. market hours. Fractional ownership allows $1 minimum investments in expensive stocks like Tesla or Nvidia. DeFi integration permits using stocks as collateral in lending protocols, providing liquidity in DEX pools, participating in yield strategies, or engaging in leveraged trading. Cross-chain transfers via Chainlink CCIP enable moving assets between Solana, Ethereum, and TRON ecosystems. Self-custody support lets users withdraw tokens to personal wallets for full control.

Critical limitations exist: xStocks confer no voting rights, no direct dividend payments, no shareholder privileges, and no legal claims to underlying company assets. Users receive purely economic exposure tracking stock prices, structured as debt instruments rather than actual equity for regulatory compliance purposes.

The revenue model generates income through spread-based pricing (small spreads included in transaction prices), zero trading fees on select platforms (Kraken with USDG/USD pairs), standard CEX fees when using other assets, and DEX liquidity pool fees where liquidity providers earn trading fees. Economic sustainability appears sound given full collateralization eliminates undercollateralization risk, regulatory compliance provides legal foundation, and multi-chain strategy reduces single-chain dependency.

Market performance demonstrates rapid adoption

xStocks achieved remarkable growth velocity: $1.3 million volume in the first 24 hours, $300 million in the first month, $2 billion by two months, and over $5 billion cumulative by October 2025. The platform maintains approximately 58.4% market share in the tokenized stocks sector, dominating the Solana blockchain with $46 million of $86 million total tokenized stock value as of mid-August 2025. Daily trading volumes range from $3.81 million to $8.56 million, with significant concentration in high-volatility stocks.

The top trading pairs by volume reveal investor preferences: TSLAx (Tesla) leads with $2.46 million daily volume and 10,777 holders; CRCLx (Circle) records $2.21 million daily; SPYx (S&P 500 ETF) shows $559K-$960K daily; NVDAx (NVIDIA) and MSTRx (MicroStrategy) round out the top five. Notably, only 6 of 61 initial assets demonstrated significant trading volume at launch, indicating concentration risk and limited market depth across the full catalog.

Trading activity exhibits a 95% centralized exchange (CEX) versus 5% decentralized exchange (DEX) split. Kraken serves as the primary liquidity venue, followed by Bybit, Gate.io, and Bitget commanding major volumes. DEX activity concentrates on Raydium ($1.6B total protocol liquidity) and Jupiter on Solana. This CEX dominance provides tighter spreads and better liquidity but introduces counterparty risk and centralization concerns.

The total ecosystem market capitalization reached $122-123 million as of October 2025, with assets under management ranging from $43.3 million to $79.37 million depending on measurement methodology. Individual token valuations track underlying stock prices via Chainlink oracles with sub-second latency, though temporary deviations occur during low liquidity periods. The platform experienced initial price premiums to Nasdaq reference prices before arbitrageurs stabilized the peg.

User adoption metrics demonstrate strong growth trajectory: 24,528 holders in the first month, 25,500 by August, and 37,000+ by October (some sources report up to 71,935 holders including all tracking methodologies). Daily active users peak at 2,835 with typical activity around 2,473 DAU. The platform processes 17,010-25,126 transactions per day, with monthly active addresses at 31,520 (up 42.72% month-over-month) and monthly transfer volume at $391.92 million (up 111.12%).

Geographic distribution spans 140-185 countries depending on platform, with major concentrations in Asia, Europe, and Latin America. Integration with Trust Wallet (200 million users), Telegram Wallet (announced October 2025 targeting 35+ million users), and Phantom wallet (3 million monthly users) provides extensive distribution reach.

Critical liquidity concerns emerge from weekend trading data: liquidity drops approximately 70% during weekends despite 24/7 availability, suggesting xStocks inherit behavioral patterns from traditional market hours rather than creating truly continuous markets. This liquidity fragility creates wide spreads during off-hours, price instability during news events outside U.S. trading hours, and challenges for market makers attempting to maintain the peg continuously.

Competitive landscape: fighting on multiple fronts

xStocks operates in a rapidly evolving tokenized securities market facing competition from well-capitalized incumbents. The primary competitors include:

Ondo Finance Global Markets poses the most significant threat. Launched September 3, 2025 (two months after xStocks), Ondo commands $260 million TVL versus xStocks' $60 million—a 4.3x advantage. Backed by Peter Thiel's Founders Fund, Ondo targets institutional clients with 100+ tokenized assets at launch, expanding to 1,000+ by end of 2025. The platform operates through U.S.-registered broker-dealers, providing superior regulatory positioning for potential U.S. market entry. Ondo recorded $669 million total onchain volume since launch with a Global Markets Alliance including Solana Foundation, BitGo, Fireblocks, Jupiter, and 1inch.

Robinhood Tokenized Stocks launched the same day as xStocks (June 30, 2025) with 200+ assets expanding to 2,000+ by end of 2025. Robinhood's offering includes the industry-first private company tokens (OpenAI, SpaceX), though OpenAI has publicly disavowed these tokens. Built initially on Arbitrum with migration planned to a proprietary "Robinhood Chain" Layer 2, the platform targets EU investors (for now) with zero commissions and 24/5 trading. Robinhood's $119 billion market cap parent company, massive brand recognition, and 23+ million funded customers create formidable distribution advantages.

Gemini/Dinari dShares launched June 27, 2025 (three days before xStocks) with 37+ tokenized stocks on Arbitrum. Dinari operates as a FINRA-registered broker-dealer and SEC-registered transfer agent, providing strong U.S. regulatory positioning. Gemini's "security-first" reputation and $8 billion in customer assets under custody lend credibility, though the platform charges 1.49% trading fees versus xStocks' zero-fee options and offers fewer assets (37 vs 60+).

The competitive comparison matrix reveals xStocks' positioning: while competitors offer more assets (Robinhood 200+, Ondo 100+ expanding to 1,000+), xStocks maintains the deepest DeFi integration, true 24/7 trading (versus competitors' 24/5), and multi-chain deployment (4 chains versus competitors' single-chain focus). xStocks' 58.4% market share in tokenized stocks demonstrates product-market fit, though this lead faces pressure from rivals' superior capital, institutional relationships, and asset catalogs.

xStocks' unique differentiators center on DeFi composability. The platform is the only tokenized stock provider enabling deep integration with lending protocols (Kamino), automated market makers (Raydium), liquidity aggregators (Jupiter), and self-custodial wallets. Users can provide liquidity earning 10%+ APY, borrow stablecoins against stock collateral, or engage in complex yield strategies—functionality unavailable on Robinhood or Ondo. The multi-chain strategy spanning Solana, Ethereum, BNB Chain, and TRON positions xStocks as chain-agnostic infrastructure, while competitors focus on single blockchains. Solana's speed (65,000 TPS) and cost (under $0.01 per transaction) advantages flow through to users.

Competitive disadvantages include significantly smaller TVL ($60M vs Ondo's $260M), fewer assets (60+ vs competitors' hundreds), limited brand recognition versus Robinhood/Gemini, smaller capital base, and weaker U.S. regulatory infrastructure than Ondo/Securitize. The platform lacks access to private companies (Robinhood's SpaceX/OpenAI offering) and remains unavailable in major markets (U.S., UK, Canada, Australia).

The competitive threat assessment ranks Ondo Finance as "very high" due to larger TVL, institutional backing, and aggressive expansion; Robinhood as "high" due to brand power and capital but limited DeFi integration; and Gemini/Dinari as "medium" due to strong compliance but limited scale. Historical competitors FTX Tokenized Stocks (shut down November 2022 due to bankruptcy) and Binance Stock Tokens (discontinued due to regulatory pressure) demonstrate both market validation and regulatory risks inherent to the category.

Regulatory positioning and compliance framework

xStocks operates under a carefully constructed regulatory framework centered on Swiss and EU compliance. Backed Assets (JE) Limited, a Jersey-based private limited company, serves as the primary issuer. Backed Finance AG functions as the Swiss-regulated operating entity under Switzerland's DLT (Distributed Ledger Technology) Act and FMIA (Financial Market Infrastructure Act). This Swiss foundation provides regulatory clarity unavailable in many jurisdictions, with 1:1 backing requirements, licensed custodian mandates, and prospectus obligations under EU Prospectus Regulation Article 23.

The platform structures xStocks as debt instruments (tracking certificates) rather than traditional equity securities to navigate regulatory classifications. This structure provides economic exposure to underlying stock price movements while avoiding direct securities registration requirements in most jurisdictions. Each xStock receives ISIN codes meeting EU compliance standards, and the platform maintains a comprehensive base prospectus with detailed risk disclosures available at assets.backed.fi/legal-documentation.

Geographic availability spans 140-185 countries but explicitly excludes the United States, United Kingdom, Canada, and Australia—collectively representing some of the world's largest retail investment markets. This exclusion stems from stringent securities regulations in these jurisdictions, particularly the U.S. SEC's uncertain stance on tokenized securities. Distribution partner Kraken offers xStocks via Payward Digital Solutions Ltd. (PDSL), licensed by Bermuda Monetary Authority for digital asset business, while other exchanges maintain separate licensing frameworks.

KYC/AML requirements vary by platform but generally include: Customer Identification Programs (CIP), Customer Due Diligence (CDD), Enhanced Due Diligence (EDD) for high-risk customers, continuous transaction monitoring, Suspicious Activity Reports (SARs/STRs) filing, sanctions screening against OFAC and PEP lists, adverse media checks, and record keeping for 5-10 years depending on jurisdiction. These requirements ensure xStocks meets international anti-money laundering standards despite operating on permissionless blockchains.

Critical legal limitations significantly constrain investor rights. xStocks confer no voting rights, no governance participation, no traditional dividend distributions (only rebasing), no redemption rights for actual shares, and limited legal claims to underlying company assets. Users receive purely economic exposure structured as debt claims on the issuer backed by segregated share custody. This structure protects Backed Finance from direct shareholder liability while enabling regulatory compliance, but strips away protections traditionally associated with stock ownership.

Regulatory risks loom large in the tokenized securities landscape. The evolving framework means regulations could change retroactively, more countries could restrict or ban tokenized equities, exchanges might be forced to halt services, and classification changes could require different compliance standards. Multi-jurisdictional complexity across 140+ countries with varying regulations creates ongoing legal uncertainty. The U.S. market exclusion limits growth potential by removing the largest retail investment market, though SEC Commissioner Hester Peirce's proposed regulatory sandbox (May 2025) suggests potential future entry paths.

Tax treatment remains complex and potentially retroactive, with users responsible for understanding obligations in their jurisdictions. 6AMLD (6th Anti-Money Laundering Directive) and evolving EU regulations may impose new requirements. Competitive pressure from Robinhood and Coinbase seeking U.S. regulatory approval for competing products could create fragmented regulatory landscapes favoring different players.

Community engagement and ecosystem development

xStocks' community structure differs significantly from typical Web3 projects, lacking dedicated Discord servers or Telegram channels for the xStocks brand itself. Community interaction occurs primarily through partner platforms: Kraken's support channels, Bybit's trading communities, and wallet provider forums. Official communication flows through Twitter/X accounts @xStocksFi and @BackedFi, though follower counts and engagement metrics remain undisclosed.

The platform's explosive early growth—tripling on-chain value from $35 million to over $100 million within two weeks—demonstrates strong product-market fit despite limited community infrastructure. Over 1,200 unique traders participated in the first days of launch, with the user base expanding to 37,000+ holders by October 2025. Geographic distribution concentrates in emerging markets: Asia (particularly Southeast Asia and South Asia), Europe (especially Central and Eastern Europe), Latin America, and Africa, where traditional stock brokerage access remains limited.

Strategic partnerships form the backbone of xStocks' distribution and ecosystem growth. Major exchange integrations include Kraken (primary launch partner offering 140+ country access), Bybit (world's second-largest exchange by volume), Gate.io (with perpetual contracts up to 10x leverage), Bitget (Onchain platform integration), Trust Wallet (200 million users), Cake Wallet (self-custodial access), and Telegram Wallet (announced October 2025 targeting 35+ million users for 35 stocks expanding to 60+). Additional platforms include BitMart, BloFin, XT, VALR, and Pionex.

DeFi protocol integrations demonstrate xStocks' composability advantages: Raydium serves as Solana's top AMM with $1.6 billion liquidity and $543 billion cumulative volume; Jupiter aggregates liquidity across Solana DEXs; Kamino Finance ($2 billion+ liquidity) enables lending and borrowing against xStocks collateral; Falcon Finance accepts xStocks (TSLAx, NVDAx, MSTRx, CRCLx, SPYx) as collateral to mint USDf stablecoin; and PancakeSwap and Venus Protocol provide BNB Chain DeFi access.

Infrastructure partnerships include Chainlink (official oracle provider for price feeds and Proof of Reserve), QuickNode (enterprise-grade Solana infrastructure), and Alchemy Pay (payment processing for geographic expansion). The "xStocks Alliance" encompasses Chainlink, Raydium, Jupiter, Kamino, Bybit, Kraken, and additional ecosystem partners, creating a distributed network effect.

Developer activity remains largely opaque, with limited public GitHub presence. Backed Finance appears to maintain private repositories rather than open-source development, consistent with a compliance-focused, enterprise approach. The permissionless token design allows third-party developers to integrate xStocks without direct collaboration, enabling organic ecosystem growth as exchanges list tokens independently. However, this lack of open-source transparency creates difficulties assessing technical development quality and security practices.

Ecosystem growth metrics show strong momentum: 10+ centralized exchanges, multiple DeFi protocols, numerous wallet providers, and expanding blockchain integrations (4 chains within 60 days of launch). Trading volume grew from $1.3 million (first 24 hours) to $300 million (first month) to $5+ billion (four months). Geographic reach expanded from initial launch markets to 140-185 countries with ongoing integration work.

Partnership quality appears strong, with Backed Finance securing relationships with industry leaders (Kraken, Bybit, Chainlink) and emerging platforms (Telegram Wallet). The October 2025 Telegram Wallet integration represents particularly significant distribution potential, bringing xStocks to Telegram's massive user base with commission-free trading through end of 2025. However, the absence of dedicated community channels, limited GitHub activity, and centralized development approach diverge from Web3's typical open, community-driven ethos.

Risk landscape across technical, market, and regulatory vectors

The risk profile for xStocks spans multiple dimensions, with varying severity levels across technical, market, regulatory, and operational categories.

Technical risks begin with smart contract vulnerabilities. The multi-chain deployment across Solana, Ethereum, BNB Chain, and TRON multiplies attack surfaces, each blockchain introducing unique smart contract risks. Oracle dependency on Chainlink creates single points of potential failure—if oracles malfunction, pricing accuracy collapses. Token minting and freezing permissions enable regulatory compliance but introduce centralization risks, allowing the issuer to freeze accounts or halt operations. Cross-chain bridging via CCIP adds complexity and potential bridge vulnerabilities, a common attack vector in DeFi. The absence of public smart contract audits represents the most critical technical concern, leaving security claims unverified by independent third parties.

Custodian risk creates systemic exposure: all xStocks depend on third-party licensed custodians (InCore Bank, Maerki Baumann, Alpaca Securities) holding actual shares. Bank failure, legal seizure, or custodian insolvency could jeopardize the entire backing structure. Backed Finance maintains issuer control over minting, burning, and freezing, creating operational single points of failure. If Backed Finance experiences operational difficulties, the entire ecosystem suffers. Platform parameter risk exists where Kraken and other exchanges can change listing terms affecting xStocks availability or trading conditions.

Market risks manifest through liquidity fragility. The documented 70% liquidity drop on weekends despite 24/7 availability reveals structural weaknesses. Thin order books plague the platform—only 6 of 61 initial assets showed significant trading volume, indicating concentration in popular names while obscure stocks remain illiquid. Users may be unable to liquidate positions at desired times, particularly during off-hours or market stress.

Five specific price decoupling scenarios create valuation uncertainty: (1) Liquidity gaps during low trading volume cause price deviations from underlying stocks; (2) Underlying stock suspensions eliminate valid reference prices during trading halts; (3) Reserve anomalies from custodian errors, legal freezes, or technical malfunctions disrupt backing verification; (4) Non-trading hours speculation occurs when U.S. markets are closed but xStocks trade continuously; (5) Extreme market events like circuit breakers or regulatory actions can separate onchain and traditional prices.

Reports of undisclosed charge mechanisms affecting peg stability raise concerns about hidden fees or market manipulation. Crypto market correlation creates unexpected volatility—despite 1:1 backing, broader crypto market turbulence can impact tokenized stock prices through liquidation cascades or sentiment contagion. The platform lacks insurance or protection schemes unlike traditional bank deposits or securities accounts.

Regulatory risks stem from rapidly evolving frameworks globally. Digital asset regulations continue changing unpredictably, with potential for retroactive compliance requirements. Geographic restrictions could expand as more countries ban or limit tokenized securities—xStocks already excludes four major markets (U.S., UK, Canada, Australia), and additional jurisdictions might follow. Platform shutdowns could occur if exchanges face regulatory pressure to delist tokenized stocks, as happened with Binance Stock Tokens in 2021. Classification changes might require different licenses, compliance procedures, or force structural modifications.

Multi-jurisdictional complexity operating across 140+ countries creates impossible-to-predict legal exposure. Securities law uncertainty persists about whether tokenized stocks will face stricter oversight similar to traditional securities. Tax treatment remains ambiguous with potential for unfavorable retroactive obligations. The U.S. market exclusion eliminates the world's largest retail investment market permanently unless dramatic regulatory shifts occur. SEC scrutiny could extend extraterritorially, potentially pressuring platforms or issuing warnings affecting user confidence.

Red flags and community concerns include the founding team's DAOstack background—their previous project raised $30 million but shut down in 2022 with token prices collapsing to near zero, labeled by some as a "soft rug pull." The complete absence of public GitHub activity for xStocks raises transparency questions. Specific custodian identities remain partially disclosed, with limited details about reserve auditing frequency or methodology beyond Chainlink Proof of Reserve. Evidence of price decoupling and claims of hidden fee mechanisms in analysis articles suggest operational issues.

Low asset utilization (only 10% of assets showing significant volume) indicates limited market depth. Weekend liquidity collapse revealing 70% drops suggests fragile market structure unable to maintain continuous markets despite 24/7 availability. The absence of dedicated community channels (Discord/Telegram for xStocks specifically) limits user engagement and feedback mechanisms. No insurance coverage, investor compensation funds, or recourse mechanisms exist if custodians fail or Backed Finance ceases operations.

Platform risk disclosure statements uniformly warn: "Investment involves risk; you can lose your entire investment," "Not suitable for inexperienced investors," "Highly speculative investment heavily reliant on technology," "Complex products difficult to understand," emphasizing the experimental nature and high-risk profile.

Future trajectory and viability assessment

xStocks' roadmap centers on aggressive expansion across multiple dimensions. Near-term developments (Q4 2025) include the October 2025 Telegram Wallet integration launching 35 tokenized stocks expanding to 60+ by late 2025, TON Wallet self-custodial integration, and extended commission-free trading through end of 2025. Multi-chain expansion continues with completed deployments on Solana (June), BNB Chain (July), TRON (August), and Ethereum (late 2025), with additional high-performance blockchains planned but not yet announced.

Medium-term plans (2026-2027) target asset class expansion beyond U.S. equities: international stocks from Europe, Asia, and emerging markets; tokenized bonds and fixed income instruments; commodities including precious metals, energy, and agricultural products; broader ETF catalog beyond current five offerings; and alternative assets like REITs, infrastructure, and specialty investment classes. Technical development priorities include advanced DeFi functionality (options, structured products, automated portfolio management), institutional infrastructure for large-scale transactions and dedicated custody services, enhanced cross-chain interoperability via CCIP, and improved dividend support mechanisms.

Geographic expansion focuses on emerging markets with limited traditional stock market access, employing phased rollouts prioritizing regulatory compliance and user experience. Continued exchange and wallet integrations globally aim to replicate the successful Kraken, Bybit, and Telegram Wallet partnerships. DeFi integration expansion targets more lending/borrowing protocols accepting xStocks collateral, additional DEX integrations across chains, new liquidity pool deployments, and sophisticated yield-generating strategies for token holders.

Market opportunity sizing reveals substantial growth potential. Ripple and BCG forecast tokenized assets reaching $19 trillion by 2033, up from approximately $600 billion in April 2025. Hundreds of millions globally lack access to U.S. stock markets, creating a vast addressable market. The 24/7 trading model attracts crypto-native traders preferring continuous markets over traditional limited hours. Fractional ownership democratizes investing for users with limited capital, particularly in emerging economies.

xStocks' competitive advantages supporting growth include first-mover DeFi positioning (only platform with deep protocol integration), widest multi-chain coverage versus competitors, Swiss/EU regulatory framework providing legitimacy, integration with 10+ major exchanges, and transparent 1:1 backing with audited reserves. Key growth drivers span retail investor demand from growing crypto-native populations seeking traditional asset exposure, emerging market access for billions without traditional brokerages, DeFi innovation enabling novel use cases (lending, borrowing, yield farming), lower barriers through simplified onboarding without brokerage accounts, and potential institutional interest as major banks explore tokenization (JPMorgan, Citigroup, Wells Fargo mentioned in research).

Innovation potential extends to Web3 gaming and metaverse economy integration, tokenized stock derivatives and options, cross-collateralization with other real-world assets (real estate, commodities), automated portfolio rebalancing via smart contracts, and social trading features leveraging blockchain transparency.

Long-term viability assessment presents a nuanced picture. Sustainability strengths include real asset backing (1:1 collateralization provides fundamental value unlike algorithmic tokens), regulatory foundation (Swiss/EU compliance creates sustainable legal framework), proven revenue model (transaction fees and platform parameters generate ongoing income), validated market demand ($5B+ volume in four months), network effects (more exchanges and chains create self-reinforcing ecosystem), and strategic positioning in the broader RWA tokenization trend valued at $26.4 billion total market.

Challenges threatening long-term success include pervasive regulatory uncertainty (potential restrictions especially if U.S./major markets push back), intensifying competition (Robinhood, Coinbase, Ondo, traditional exchanges launching competing products), custodian dependency risks (long-term reliance on third-party custodians introduces systemic vulnerability), market structure fragility (weekend liquidity collapse indicates structural weaknesses), technology dependency (smart contract vulnerabilities or oracle failures could damage trust irreparably), and limited asset uptake (only 10% of assets showing significant volume suggests product-market fit questions).

Probability scenarios break down as: Bullish case (40% probability) where xStocks becomes the industry standard for tokenized equities, expands to hundreds of assets across multiple classes, achieves billions in daily trading volume, gains regulatory approval in major markets, and integrates with major financial institutions. Base case (45% probability) sees xStocks maintaining a niche position serving emerging markets and crypto-native traders, achieving moderate growth in assets and volume, continuing operations in non-U.S./UK/Canada markets, facing steady competition while maintaining market share, and gradually expanding DeFi integrations. Bearish scenario (15% probability) involves regulatory crackdown forcing significant restrictions, custodian or operational failures damaging reputation, inability to compete with traditional finance entrants, liquidity issues leading to price instability and user exodus, or technology vulnerabilities and hacks.

Critical success factors determining outcomes include regulatory navigation across evolving global frameworks, liquidity development building deeper more stable markets across all assets, custodian reliability with zero tolerance for failures, technology robustness maintaining secure reliable infrastructure, competitive differentiation staying ahead of traditional finance entrants, and user education overcoming complexity barriers for mainstream adoption.

Five-year outlook suggests that by 2030, xStocks could either become foundational infrastructure for tokenized equities (similar to what USDT represents for stablecoins) or remain a niche product for crypto-native traders. Success depends heavily on regulatory developments and ability to build sustainable liquidity across the catalog. The RWA tokenization megatrend strongly favors growth, with institutional capital increasingly exploring blockchain-based securities. However, competition intensity and regulatory uncertainty create significant downside risk.

The 1:1 backing model is inherently sustainable assuming custodians remain solvent and regulations permit operation. Unlike DeFi protocols dependent on token value, xStocks derive value from underlying equities providing durable fundamental backing. The business model's economic viability depends on sufficient trading volume to generate fees—if adoption stalls at current levels or competition fragments the market, Backed Finance's revenue may not support ongoing operations and expansion.

Synthesis: promise and peril in tokenized equities

xStocks represents a technically sophisticated, compliance-focused attempt to bridge traditional finance and DeFi, achieving impressive early traction with $5 billion in volume and 58% market share in tokenized stocks. The platform's DeFi-native positioning, multi-chain deployment, and strategic partnerships differentiate it from traditional brokerage replacement models pursued by Robinhood or institutional bridges built by Ondo Finance.

The fundamental value proposition remains compelling: democratizing access to U.S. equity markets for hundreds of millions globally excluded from traditional brokerages, enabling 24/7 trading and fractional ownership, and unlocking novel DeFi use cases like using Tesla stock as collateral for stablecoin loans or earning yield providing liquidity for Apple shares. The 1:1 backing model with transparent Chainlink Proof of Reserve provides credible value anchoring unlike synthetic or algorithmic alternatives.

However, significant weaknesses temper optimism. The absence of public smart contract audits represents an inexcusable security gap for a project handling potentially hundreds of millions in assets, particularly given the availability of tier-1 audit firms and established best practices in DeFi. The team's DAOstack background raises legitimate reputational concerns about execution capability and commitment. Liquidity fragility evidenced by 70% weekend drops reveals structural market challenges that 24/7 availability alone cannot solve.

Competitive pressure intensifies from all directions: Ondo's 4.3x larger TVL and superior regulatory positioning in the U.S., Robinhood's brand power and vertical integration via proprietary blockchain, Gemini's security-first reputation and established user base, and traditional finance incumbents exploring tokenization. xStocks' DeFi composability moat may prove defensible only if mainstream users value lending/borrowing/yield features versus simple stock exposure.

Regulatory uncertainty looms as the single greatest existential threat. Operating in 140+ countries while excluded from the four largest English-speaking markets creates fragmented growth potential. Securities law evolution could retroactively impose requirements rendering the current structure noncompliant, force platform shutdowns, or enable well-capitalized competitors with stronger regulatory relationships to capture market share.

The verdict on long-term viability: moderately positive but uncertain (45% base case, 40% bullish, 15% bearish). xStocks has demonstrated product-market fit within its target demographic (crypto-native traders, emerging market investors seeking U.S. equity access). The RWA tokenization megatrend provides secular growth tailwinds with projections of $19 trillion tokenized assets by 2033. Multi-chain positioning hedges blockchain risk, while DeFi integration creates genuine differentiation versus brokerage replacement competitors.

Success requires executing on five critical imperatives: (1) Immediate comprehensive security audits from multiple tier-1 firms to address the glaring audit gap; (2) Liquidity development building deeper, more stable markets across the full asset catalog rather than concentration in 6 stocks; (3) Regulatory navigation proactively engaging regulators to establish clear frameworks and potentially unlock major markets; (4) Competitive differentiation reinforcing DeFi composability advantages as traditional finance enters tokenization; (5) Custodian resilience ensuring zero tolerance for custody failures that would destroy trust permanently.

For users, xStocks offers genuine utility for specific use cases (emerging market access, DeFi integration, 24/7 trading) but carries substantial risks unsuitable for conservative investors. The platform serves best as a complementary exposure mechanism for crypto-native portfolios rather than primary investment vehicles. Users must understand they receive debt instrument exposure tracking stocks rather than actual equity ownership, accept elevated security risks from absent audits, tolerate potential liquidity constraints especially during off-hours, and recognize regulatory uncertainty could force platform changes or shutdowns.

xStocks stands at a pivotal juncture: early success validates the tokenized equity thesis, but competition intensifies and structural challenges persist. Whether the platform evolves into essential DeFi infrastructure or remains a niche experiment depends on execution quality, regulatory developments beyond Backed Finance's control, and whether mainstream investors ultimately value blockchain-based stock trading enough to overcome the complexity, risks, and limitations inherent in the current implementation.

Tokenized Stocks in 2025: Platforms, Regulation, and the Road Ahead

· 6 min read
Dora Noda
Software Engineer

Tokenized stocks have shifted from an experimental idea to a live market in 2025. Blue-chip equities, popular ETFs, and even shares of private companies are now mirrored on blockchains and traded around the clock. This guide breaks down how the instruments work, who is listing them, and where regulation is heading as Wall Street and Web3 converge.

What Are Tokenized Stocks and How Do They Work?

Tokenized stocks are blockchain tokens that track the economic value of real-world equities. Each token is backed by a share (or fraction of a share) held by a licensed custodian, so a tokenized Apple stock moves in lockstep with Apple Inc. shares on Nasdaq. Because they are issued as standard tokens (such as ERC-20 on Ethereum or SPL on Solana), they plug directly into crypto exchanges, wallets, and smart contracts. Issuers rely on oracles like Chainlink for price feeds and on-chain proof-of-reserve attestations so that investors can verify every token is backed 1:1.

Legally, most offerings operate like depository receipts or derivatives: token holders receive price exposure and dividends "where permitted," but they typically do not gain shareholder voting rights. That design keeps issuers compliant with securities rules in Switzerland, the European Union, and other supportive jurisdictions. In contrast, the United States still treats tokenized shares as regulated securities, forcing platforms either to exclude U.S. retail investors or to obtain full broker-dealer approvals.

The 2025 Token Menu: From FAANG to Private Unicorns

Availability has surged. Backed Finance alone listed more than 60 U.S. stocks and ETFs in mid-2025, covering names like Apple (AAPLX), Tesla (TSLAX), NVIDIA (NVDAX), Alphabet (GOOGLX), Coinbase (COINX), and S&P 500 trackers (SPYX). By August 2025, SPYX led the market with roughly $10 million in circulating supply, while TSLAX and CRCLX (Circle’s equity) followed in the mid-single-digit millions.

Issuers are also experimenting beyond public names. Robinhood’s EU crypto arm rolled out 200+ tokenized equities, including private companies such as OpenAI and SpaceX. Gemini’s first listing with Dinari was MicroStrategy (MSTRX), appealing to investors seeking indirect Bitcoin exposure. Tokens tied to sector ETFs, U.S. Treasury bond funds, and crypto-native companies (like DeFi Development Corp’s DFDVX) underline the widening scope.

Where Can You Trade Tokenized Stocks?

Regulated and Licensed Venues

  • Robinhood (EU) issues tokens on Arbitrum and lets verified European users trade more than 200 U.S. stocks and ETFs nearly 24/5. The pilot is commission-free and focuses on accessibility while keeping assets custodied inside the app for now.
  • Gemini (EU) x Dinari launched on Arbitrum with MicroStrategy and plans to expand to other Layer-2s such as Base. Customers can withdraw dShares to self-custody wallets, marrying compliance (FINRA-registered transfer agent, Malta MiFID license) with on-chain utility.
  • eToro is preparing ERC-20 versions of its top 100 U.S. listings. The roadmap includes two-way bridges so clients can withdraw tokens to DeFi or deposit them back for settlement as traditional shares, pending regulatory approvals.
  • Swarm Markets (Germany) combines BaFin oversight with permissioned DeFi. KYC’d users access Polygon-based tokens representing Apple, Tesla, and even Treasury ETFs, trading through AMM-style liquidity while staying inside a regulated perimeter.

Global Crypto Exchanges

  • Kraken, Bybit, KuCoin, and Bitget list Backed Finance’s xStocks. These ERC-20 tokens are bridged to Solana for low-latency trading against USDT. Fees mirror spot crypto (≈0.1–0.26%), and several exchanges already enable withdrawals to on-chain wallets for use in DeFi.
  • Liquidity is growing quickly: within the first month of launch, xStocks recorded more than $300 million in cumulative volume across CeFi and Solana DEX integrations. Still, spreads widen when U.S. markets close because market makers have limited hedging options after hours.

DeFi and Self-Custody

Once withdrawn, tokenized stocks can circulate on public chains. Holders can swap them on Solana’s Jupiter aggregator, seed liquidity pools, or post them as collateral in emerging lending markets. Liquidity is thinner than on centralized venues, and issuers caution that redemption may depend on complying with geographic restrictions. Synthetic stock protocols from the early 2020s have largely faded, giving way to asset-backed tokens with transparent custody.

Platform Comparison Snapshot

PlatformStatus & AccessNotable ListingsBlockchainFees & Features
Kraken (CeFi)Live for non-U.S. users with KYC~60 U.S. equities & ETFs via xStocksERC-20 bridged to SolanaStandard spot fees (~0.1–0.26%), 24/5 trading, withdrawals rolling out
Bybit (CeFi)Live for non-U.S. users with KYCSame xStocks roster as KrakenERC-20 bridged to Solana~0.1% fees, on-chain transfers supported
Robinhood (Broker, EU)Licensed in Lithuania, EU residents only200+ U.S. stocks, ETFs, plus private firmsArbitrumCommission-free, app-native experience, custodial during pilot
Gemini (CeFi)Available in 30+ EU countriesStarting with MicroStrategy, expanding rosterArbitrum (expanding to Base)Exchange fees (~0.2%+), on-chain withdrawals, FINRA transfer agent
eToro (Broker)Launching late 2025 in EU~100 top U.S. names plannedEthereum mainnetCommission-free trading, two-way token-to-share bridge in roadmap

Regulatory Momentum and Institutional Interest

The compliance landscape is evolving fast. European frameworks like MiCA, along with Swiss and German DLT statutes, give issuers clear guidance. The World Federation of Exchanges has urged crackdowns on unregulated venues, prompting exchanges to partner with licensed custodians and publish proof-of-reserve attestations.

In the U.S., SEC officials reiterate that tokenized equities remain securities. Platforms therefore geo-block American retail users, and companies such as Coinbase are lobbying for a formal pathway. A potential breakthrough came in September 2025 when Nasdaq petitioned the SEC to list tokenized versions of its equities, envisioning a future where traditional and blockchain-native settlement coexist.

Outlook: 24/7 Markets With Guardrails

Analysts expect real-world asset tokenization to balloon from roughly $0.6 trillion in 2025 to nearly $19 trillion by 2033, with equities playing a starring role. Tokenized stocks promise fractional access, instant settlement, and composability with DeFi—but they still depend on trustworthy custodians and regulatory clarity.

Key trends to watch:

  1. Institutional adoption as exchanges and banks pilot tokenized settlement rails.
  2. Liquidity incentives to keep markets tight during off-hours, potentially via automated market-making schemes and reward programs.
  3. Enhanced investor protection, including insurance, transparent audits, and standardized redemption rights.
  4. Interoperability between tokenized and traditional share registries, enabling investors to move seamlessly between weekend trading and Monday morning sell orders on primary exchanges.

Tokenized stocks in 2025 feel like the early days of online brokerage: still rough around the edges but racing toward mainstream relevance. For builders, they unlock novel DeFi primitives that are legally anchored to real assets. For regulators, they offer a testing ground for modernizing capital markets. And for investors, they hint at a future where Wall Street never sleeps—provided the safeguards keep up with the innovation.

Tokenization: Redefining Capital Markets

· 12 min read
Dora Noda
Software Engineer

Introduction

Tokenization refers to representing ownership of an asset on a blockchain through digital tokens. These tokens can represent financial assets (equities, bonds, money‑market funds), real‑world assets (real estate, art, invoices) or even cash itself (stablecoins or deposit tokens). By moving assets onto programmable, always‑on blockchains, tokenization promises to reduce settlement friction, improve transparency and allow 24/7, global access to capital markets. During TOKEN2049 and subsequent discussions in 2024‑2025, leaders from crypto and traditional finance explored how tokenization could reshape capital markets.

Below is a deep dive into the visions and predictions of key participants from the “Tokenization: Redefining Capital Markets” panel and related interviews: Diogo Mónica (General Partner, Haun Ventures), Cynthia Lo Bessette (Head of Digital Asset Management, Fidelity Investments), Shan Aggarwal (Chief Business Officer, Coinbase), Alex Thorn (Head of Research, Galaxy), and Arjun Sethi (Co‑CEO, Kraken). The report also situates their views within broader developments such as tokenized treasury funds, stablecoins, deposit tokens and tokenized equities.

1. Diogo Mónica – General Partner, Haun Ventures

1.1 Vision: Stablecoins Are the “Starting Gun” for Tokenization

Diogo Mónica argues that well‑regulated stablecoins are the prerequisite for tokenizing capital markets. In an opinion piece for American Banker he wrote that stablecoins turn money into programmable digital tokens, unlocking 24/7 trading and enabling tokenization of many asset classes. Once money is on‑chain, “you open the door to tokenize everything else – equities, bonds, real estate, invoices, art”. Mónica notes that a few technologically advanced stablecoins already facilitate near‑instant, cheap cross‑border transfers; but regulatory clarity is needed to ensure wide adoption. He emphasizes that stablecoin regulations should be strict—modeled on the regulatory regime for money‑market funds—to ensure consumer protection.

1.2 Tokenization Will Revive Capital Formation and Globalize Markets

Mónica contends that tokenization could “fix” broken capital‑formation mechanisms. Traditional IPOs are expensive and restricted to certain markets; however, issuing tokenized securities could let companies raise capital on‑chain, with global access and lower costs. Transparent, always‑open markets could allow investors worldwide to trade tokens representing equity or other assets regardless of geographic boundaries. For Mónica, the goal is not to circumvent regulation but to create new regulatory frameworks that enable on‑chain capital markets. He argues that tokenized markets could boost liquidity for traditionally illiquid assets (e.g., real estate, small‑business shares) and democratize investment opportunities. He stresses that regulators need to build consistent rules for issuing, trading and transferring tokenized securities so that investors and issuers gain confidence in on‑chain markets.

1.3 Encouraging Startups and Institutional Adoption

As a venture capitalist at Haun Ventures, Mónica encourages startups working on infrastructure for tokenized assets. He highlights the importance of compliant digital identity and custody solutions, on‑chain governance and interoperable blockchains that can support large volumes. Mónica sees stablecoins as the first step, but he believes the next phase will be tokenized money‑market funds and on‑chain treasuries—building blocks for full‑scale capital markets.

2. Cynthia Lo Bessette – Head of Digital Asset Management, Fidelity Investments

2.1 Tokenization Delivers Transactional Efficiency and Access

Cynthia Lo Bessette leads Fidelity’s digital asset management business and is responsible for developing tokenization initiatives. She argues that tokenization improves settlement efficiency and broadens access to markets. In interviews about Fidelity’s planned tokenized money‑market fund, Lo Bessette stated that tokenizing assets can “drive transactional efficiencies” and improve access and allocation of capital across markets. She noted that tokenized assets could be used as non‑cash collateral to enhance capital efficiency, and said that Fidelity wants to “be an innovator… [and] leverage technology to provide better access”.

2.2 Fidelity’s Tokenized Money‑Market Fund

In 2024, Fidelity filed with the SEC to launch the Fidelity Treasury Digital Fund, a tokenized money‑market fund on the Ethereum blockchain. The fund issues shares as ERC‑20 tokens that represent fractional interests in a pool of government treasuries. The goal is to provide 24‑hour subscription and redemption, atomic settlement and programmable compliance. Lo Bessette explained that tokenizing treasuries can improve operational infrastructure, reduce the need for intermediaries and open the fund to a wider audience, including firms seeking on‑chain collateral. By offering a tokenized version of a core money‑market instrument, Fidelity wants to attract institutions exploring on‑chain financing.

2.3 Regulatory Engagement

Lo Bessette cautions that regulation is critical. Fidelity is working with regulators to ensure investor protections and compliance. She believes that close collaboration with the SEC and industry bodies will be necessary to gain approval for tokenized mutual funds and other regulated products. Fidelity also participates in industry initiatives such as the Tokenized Asset Coalition to develop standards for custody, disclosure and investor protection.

3. Shan Aggarwal – Chief Business Officer, Coinbase

3.1 Expanding Beyond Crypto Trading to On‑Chain Finance

As Coinbase’s first CBO, Shan Aggarwal is responsible for strategy and new business lines. He has articulated a vision where Coinbase becomes the “AWS of crypto infrastructure”, providing custody, staking, compliance and tokenization services for institutions and developers. In an interview (translated from Forbes), Aggarwal said he sees Coinbase’s role as supporting the on‑chain economy by building the infrastructure to tokenize real‑world assets, bridge traditional finance with Web3 and offer financial services like lending, payments and remittances. He notes that Coinbase wants to define the future of money rather than just participate in it.

3.2 Stablecoins Are the Native Payment Rail for AI Agents and Global Commerce

Aggarwal believes stablecoins will become the native settlement layer for both humans and AI. In a 2024 interview, he said that stablecoins enable global payments without intermediaries; as AI agents proliferate in commerce, “stablecoins are the native payment rails for AI agents”. He predicts that stablecoin payments will become so embedded in commerce that consumers and machines will use them without noticing, unlocking digital commerce for billions.

Aggarwal contends that all asset classes will eventually come on‑chain. He points out that tokenizing assets such as equities, treasuries or real estate allows them to be settled instantaneously and traded globally. He acknowledges that regulatory clarity and robust infrastructure are prerequisites, but he sees an inevitable shift from legacy clearing systems to blockchains.

3.3 Building Institutional Adoption and Compliance

Aggarwal emphasizes that institutions need secure custody, compliance services and reliable infrastructure to adopt tokenization. Coinbase has invested in Coinbase International Exchange, Base (its L2 network), and partnerships with stablecoin issuers (e.g., USDC). He suggests that as more assets become tokenized, Coinbase will provide “one‑stop‑shop” infrastructure for trading, financing and on‑chain operations. Importantly, Aggarwal works closely with policymakers to ensure regulation enables innovation without stifling growth.

4. Alex Thorn – Head of Research, Galaxy

4.1 Tokenized Equities: A First Step in a New Capital Markets Infrastructure

Alex Thorn leads research at Galaxy and has been instrumental in the firm’s decision to tokenize its own shares. In September 2024, Galaxy announced it would allow shareholders to move their Galaxy Class A shares onto the Solana blockchain via a tokenization partnership with Superstate. Thorn explained that tokenized shares confer the same legal and economic rights as traditional shares, but they can be transferred peer‑to‑peer and settle in minutes rather than days. He said that tokenized equities are “a new method of building faster, more efficient, more inclusive capital markets”.

4.2 Working Within Existing Regulation and with the SEC

Thorn stresses the importance of compliance. Galaxy built its tokenized share program to comply with U.S. securities laws: the tokenized shares are issued under a transfer agent, the tokens can only be transferred among KYC‑approved wallets, and redemptions occur via a regulated broker. Thorn said Galaxy wants to “work within existing rules” and will collaborate with the SEC to develop frameworks for on‑chain equities. He views this process as vital to convincing regulators that tokenization can protect investors while delivering efficiency gains.

4.3 Critical Perspective on Deposit Tokens and Unapproved Offerings

Thorn has expressed caution about other forms of tokenization. Discussing bank‑issued deposit tokens, he compared the current landscape to the 1830s “wildcat banking” era and warned that deposit tokens may not be widely adopted if each bank issues its own token. He argued that regulators might treat deposit tokens as regulated stablecoins and require a single, rigid federal standard to make them fungible.

Similarly, he criticized pre‑IPO token offerings launched without issuer consent. In an interview about Jupiter’s pre‑IPO token of Robinhood stock, Thorn noted that many pre‑IPO tokens are unauthorized and “don’t offer clean share ownership”. For Thorn, tokenization must occur with issuer approval and regulatory compliance; unauthorized tokenization undermines investor protections and could harm public perception.

5. Arjun Sethi – Co‑CEO, Kraken

5.1 Tokenized Equities Will Outgrow Stablecoins and Democratize Ownership

Arjun Sethi, co‑CEO of Kraken, is an ardent proponent of tokenized equities. He predicts that tokenized equities will eventually surpass stablecoins in market size because they provide real economic rights and global accessibility. Sethi envisions a world where anyone with an internet connection can buy a fraction of any stock 24/7, without geographic restrictions. He argues that tokenized stocks shift power back to individuals by removing barriers imposed by geography or institutional gatekeepers; for the first time, people around the world can own and use a share of a stock like money.

5.2 Kraken’s xStocks and Partnerships

In 2024 Kraken launched xStocks, a platform for trading tokenized U.S. equities on Solana. Sethi explained that the goal is to meet people where they are—by embedding tokenized stock trading into widely used apps. When Kraken integrated xStocks into the Telegram Wallet, Sethi said the integration aimed to “give hundreds of millions of users access to tokenized equities inside familiar apps”. He stressed that this is not just about novelty; it represents a paradigm shift toward borderless markets that operate 24/7.

Kraken also acquired the futures platform NinjaTrader and launched an Ethereum Layer 2 network (Ink), signaling its intent to expand beyond crypto into a full‑stack financial services platform. Partnerships with Apollo Global and Securitize allow Kraken to work on tokenizing private assets and corporate shares.

5.3 Regulatory Engagement and Public Listing

Sethi believes that a borderless, always‑on trading platform will require regulatory cooperation. In a Reuters interview he said that expanding into equities is a natural step and paves the way for asset tokenization; the future of trading will be borderless, always on, and built on crypto rails. Kraken engages with regulators globally to ensure its tokenized products comply with securities laws. Sethi has also said Kraken might consider a public listing in the future if it supports their mission.

6. Comparative Analysis and Emerging Themes

6.1 Tokenization as the Next Phase of Market Infrastructure

All panelists agree that tokenization is a fundamental infrastructure shift. Mónica describes stablecoins as the catalyst that enables tokenizing every other asset class. Lo Bessette sees tokenization as a way to improve settlement efficiency and open access. Aggarwal predicts that all assets will eventually come on‑chain and that Coinbase will provide the infrastructure. Thorn emphasizes that tokenized equities create faster, more inclusive capital markets, while Sethi foresees tokenized equities surpassing stablecoins and democratizing ownership.

6.2 Necessity of Regulatory Clarity

A recurring theme is the need for clear, consistent regulation. Mónica and Thorn insist that tokenized assets must comply with securities laws and that stablecoins and deposit tokens require strong regulation. Lo Bessette notes that Fidelity works closely with regulators, and its tokenized money‑market fund is designed to fit within existing regulatory frameworks. Aggarwal and Sethi highlight engagement with policymakers to ensure that their on‑chain products meet compliance requirements. Without regulatory clarity, tokenization risks replicating the fragmentation and opacity that blockchain seeks to solve.

6.3 Integration of Stablecoins and Tokenized Assets

Stablecoins and tokenized treasuries are seen as foundational. Aggarwal views stablecoins as the native rail for AI and global commerce. Mónica sees well‑regulated stablecoins as the “starting gun” for tokenizing other assets. Lo Bessette’s tokenized money‑market fund and Thorn’s caution about deposit tokens highlight different approaches to tokenizing cash equivalents. As stablecoins become widely adopted, they will likely be used for settling trades of tokenized securities and RWAs.

6.4 Democratization and Global Accessibility

Tokenization promises to democratize access to capital markets. Sethi’s enthusiasm for giving “hundreds of millions of users” access to tokenized equities through familiar apps captures this vision. Aggarwal sees tokenization enabling billions of people and AI agents to participate in digital commerce. Mónica’s view of 24/7 markets accessible globally aligns with these predictions. All emphasize that tokenization will remove barriers and bring inclusion to financial services.

6.5 Cautious Optimism and Challenges

While optimistic, the panelists also recognize challenges. Thorn warns against unauthorized pre‑IPO tokenization and stresses that deposit tokens might replicate “wildcat banking” if each bank issues its own. Lo Bessette and Mónica call for careful regulatory design. Aggarwal and Sethi highlight infrastructure demands such as compliance, custody and user experience. Balancing innovation with investor protection will be key to realizing the full potential of tokenized capital markets.

Conclusion

The visions expressed at TOKEN2049 and in subsequent interviews illustrate a shared belief that tokenization will redefine capital markets. Leaders from Haun Ventures, Fidelity, Coinbase, Galaxy and Kraken see tokenization as an inevitable evolution of financial infrastructure, driven by stablecoins, tokenized treasuries and tokenized equities. They anticipate that on‑chain markets will operate 24/7, enable global participation, reduce settlement friction and democratize access. However, these benefits depend on robust regulation, compliance and infrastructure. As regulators and industry participants collaborate, tokenization could unlock new forms of capital formation, democratize ownership and usher in a more inclusive financial system.

Vlad Tenev: Tokenization Will Eat the Financial System

· 21 min read
Dora Noda
Software Engineer

Vlad Tenev has emerged as one of traditional finance's most bullish voices on cryptocurrency, declaring that tokenization is an unstoppable "freight train" that will eventually consume the entire financial system. Throughout 2024-2025, the Robinhood CEO delivered increasingly bold predictions about crypto's inevitable convergence with traditional finance, backed by aggressive product launches including a $200 million acquisition of Bitstamp, tokenized stock trading in Europe, and a proprietary Layer 2 blockchain. His vision centers on blockchain technology offering an "order of magnitude" cost advantage that will eliminate the distinction between crypto and traditional finance within 5-10 years, though he candidly admits the U.S. will lag behind Europe due to "sticking power" of existing infrastructure. This transformation accelerated dramatically after the 2024 election, with Robinhood's crypto business quintupling post-election as regulatory hostility shifted to enthusiasm under the Trump administration.

The freight train thesis: Tokenization will consume everything

At Singapore's Token2049 conference in October 2025, Tenev delivered his most memorable statement on crypto's future: "Tokenization is like a freight train. It can't be stopped, and eventually it's going to eat the entire financial system." This wasn't hyperbole but a detailed thesis he's been building throughout 2024-2025. He predicts most major markets will establish tokenization frameworks within five years, with full global adoption taking a decade or more. The transformation will expand addressable financial markets from single-digit trillions to tens of trillions of dollars.

His conviction rests on structural advantages of blockchain technology. "The cost of running a crypto business is an order of magnitude lower. There's just an obvious technology advantage," he told Fortune's Brainstorm Tech conference in July 2024. By leveraging open-source blockchain infrastructure, companies can eliminate expensive intermediaries for trade settlement, custody, and clearing. Robinhood is already using stablecoins internally to power weekend settlements, experiencing firsthand the efficiency gains from 24/7 instant settlement versus traditional rails.

The convergence between crypto and traditional finance forms the core of his vision. "I actually think cryptocurrency and traditional finance have been living in two separate worlds for a while, but they're going to fully merge," he stated at Token2049. "Crypto technology has so many advantages over the traditional way we're doing things that in the future there's going to be no distinction." He frames this not as crypto replacing finance, but as blockchain becoming the invisible infrastructure layer—like moving from filing cabinets to mainframes—that makes the financial system dramatically more efficient.

Stablecoins represent the first wave of this transformation. Tenev describes dollar-pegged stablecoins as the most basic form of tokenized assets, with billions already in circulation reinforcing U.S. dollar dominance abroad. "In the same way that stablecoins have become the default way to get digital access to dollars, tokenized stocks will become the default way for people outside the U.S. to get exposure to American equities," he predicted. The pattern will extend to private companies, real estate, and eventually all asset classes.

Building the tokenized future with stock tokens and blockchain infrastructure

Robinhood backed Tenev's rhetoric with concrete product launches throughout 2024-2025. In June 2025, the company hosted a dramatic event in Cannes, France titled "To Catch a Token," where Tenev presented a metal cylinder containing "keys to the first-ever stock tokens for OpenAI" while standing by a reflecting pool overlooking the Mediterranean. The company launched over 200 tokenized U.S. stocks and ETFs in the European Union, offering 24/5 trading with zero commissions or spreads, initially on the Arbitrum blockchain.

The launch wasn't without controversy. OpenAI immediately distanced itself, posting "We did not partner with Robinhood, were not involved in this, and do not endorse it." Tenev defended the product, acknowledging the tokens aren't "technically" equity but maintain they give retail investors exposure to private assets that would otherwise be inaccessible. He dismissed the controversy as part of broader U.S. regulatory delays, noting "the obstacles are legal rather than technical."

More significantly, Robinhood announced development of a proprietary Layer 2 blockchain optimized for tokenized real-world assets. Built on Arbitrum's technology stack, this blockchain infrastructure aims to support 24/7 trading, seamless bridging between chains, and self-custody capabilities. Tokenized stocks will eventually migrate to this platform. Johann Kerbrat, Robinhood's crypto general manager, explained the strategy: "Crypto was built by engineers for engineers, and has not been accessible to most people. We're onboarding the world to crypto by making it as easy to use as possible."

Tenev's timeline projections reveal measured optimism despite his bold vision. He expects the U.S. to be "among the last economies to actually fully tokenize" due to infrastructure inertia. Drawing an analogy to transportation, he noted: "The biggest challenge in the U.S. is that the financial system basically works. It's why we don't have bullet trains—medium-speed trains get you there well enough." This candid assessment acknowledges that working systems have greater sticking power than in regions where blockchain offers more dramatic improvement over dysfunctional alternatives.

Bitstamp acquisition unlocks institutional crypto and global expansion

Robinhood completed its $200 million acquisition of Bitstamp in June 2025, marking a strategic inflection point from pure retail crypto trading to institutional capabilities and international scale. Bitstamp brought 50+ active crypto licenses across Europe, the UK, U.S., and Asia, plus 5,000 institutional clients and $8 billion in cryptocurrency assets under custody. This acquisition addresses two priorities Tenev repeatedly emphasized: international expansion and institutional business development.

"There's two interesting things about the Bitstamp acquisition you should know. One is international. The second is institutional," Tenev explained on the Q2 2024 earnings call. The global licenses dramatically accelerate Robinhood's ability to enter new markets without building regulatory infrastructure from scratch. Bitstamp operates in over 50 countries, providing instant global footprint that would take years to replicate organically. "The goal is for Robinhood to be everywhere, anywhere where customers have smartphones, you should be able to open up a Robinhood account," he stated.

The institutional dimension proves equally strategic. Bitstamp's established relationships with institutional clients, lending infrastructure, staking services, and white-label crypto-as-a-service offerings transform Robinhood from retail-only to a full-stack crypto platform. "Institutions also want low-cost market access to crypto," Tenev noted. "We're really excited about bringing the same sort of Robinhood effect that we've brought to retail to the institutional space with crypto."

Integration proceeded rapidly through 2025. By Q2 2025 earnings, Robinhood reported Bitstamp exchange crypto notional trading volumes of $7 billion, complementing the Robinhood app's $28 billion in crypto volumes. The company also announced plans to hold its first crypto-focused customer event in France around midyear, signaling international expansion priorities. Tenev emphasized that unlike the U.S. where they started with stocks then added crypto, international markets might lead with crypto depending on regulatory environments and market demand.

Crypto revenue explodes from $135 million to over $600 million annually

Financial metrics underscore the dramatic shift in crypto's importance to Robinhood's business model. Annual crypto revenue surged from $135 million in 2023 to $626 million in 2024—a 363% increase. This acceleration continued into 2025, with Q1 alone generating $252 million in crypto revenue, representing over one-third of total transaction-based revenues. Q4 2024 proved particularly explosive, with $358 million in crypto revenue, up over 700% year-over-year, driven by the post-election "Trump pump" and expanding product capabilities.

These numbers reflect both volume growth and strategic pricing changes. Robinhood's crypto take rate expanded from 35 basis points at the start of 2024 to 48 basis points by October 2024, as CFO Jason Warnick explained: "We always want to have great prices for customers, but also balance the return that we generate for shareholders on that activity." Crypto notional trading volumes reached approximately $28 billion monthly by late 2024, with assets under custody totaling $38 billion as of November 2024.

Tenev described the post-election environment on CNBC as producing "basically what people are calling the 'Trump Pump,'" noting "widespread optimism that the Trump administration, which has stated that they wish to embrace cryptocurrencies and make America the center of cryptocurrency innovation worldwide, is going to have a much more forward-looking policy." On the Unchained podcast in December 2024, he revealed Robinhood's crypto business "quintupled post-election."

The Bitstamp acquisition adds significant scale. Beyond the $8 billion in crypto assets and institutional client base, Bitstamp's 85+ tradable crypto assets and staking infrastructure expand Robinhood's product capabilities. Cantor Fitzgerald analysis noted Robinhood's crypto volume spiked 36% in May 2025 while Coinbase's fell, suggesting market share gains. With crypto representing 38% of projected 2025 revenues, the business has evolved from speculative experiment to core revenue driver.

From regulatory "carpet bombing" to playing offense under Trump

Tenev's commentary on crypto regulation represents one of the starkest before-and-after narratives in his 2024-2025 statements. Speaking at the Bitcoin 2025 conference in Las Vegas, he characterized the previous regulatory environment bluntly: "Under the previous administration, we have been subject to…it was basically a carpet bombing of the entire industry." He expanded on a podcast: "In the previous administration with Gary Gensler at the SEC, we were very much in a defensive posture. There was crypto, which was, as you guys know, basically they were trying to delete crypto from the U.S."

This wasn't abstract criticism. Robinhood Crypto received an SEC Wells Notice in May 2024 signaling potential enforcement action. Tenev responded forcefully: "This is a disappointing development. We firmly believe U.S. consumers should have access to this asset class. They deserve to be on equal footing with people all over the world." The investigation eventually closed in February 2025 with no action, prompting Chief Legal Officer Dan Gallagher to state: "This investigation never should have been opened. Robinhood Crypto always has and will always respect federal securities laws and never allowed transactions in securities."

The Trump administration's arrival transformed the landscape. "Now suddenly, you're allowed to play some offense," Tenev told CBS News at the Bitcoin 2025 conference. "And we have an administration that's open to the technology." His optimism extended to specific personnel, particularly Paul Atkins' nomination to lead the SEC: "This administration has been hostile to crypto. Having people that understand and embrace it is very important for the industry."

Perhaps most significantly, Tenev revealed direct engagement with regulators on tokenization: "We've actually been engaging with the SEC crypto task force as well as the administration. And it's our belief, actually, that we don't even need congressional action to make tokenization real. The SEC can just do it." This represents a dramatic shift from regulation-by-enforcement to collaborative framework development. He told Bloomberg Businessweek: "Their intent appears to be to ensure that the US is the best place to do business and the leader in both of the emergent technology industries coming to the fore: crypto and AI."

Tenev also published a Washington Post op-ed in January 2025 advocating for specific policy reforms, including creating security token registration regimes, updating accredited investor rules from wealth-based to knowledge-based certification, and establishing clear guidelines for exchanges listing security tokens. "The world is tokenizing, and the United States should not get left behind," he wrote, noting the EU, Singapore, Hong Kong, and Abu Dhabi have advanced comprehensive frameworks while the U.S. lags.

Bitcoin, Dogecoin, and stablecoins: Selective crypto asset views

Tenev's statements reveal differentiated views across crypto assets rather than blanket enthusiasm. On Bitcoin, he acknowledged the asset's evolution: "Bitcoin's gone from largely being ridiculed to being taken very seriously," citing Federal Reserve Chair Powell's comparison of Bitcoin to gold as institutional validation. However, when asked about following MicroStrategy's strategy of holding Bitcoin as a treasury asset, Tenev declined. In an interview with Anthony Pompliano, he explained: "We have to do the work of accounting for it, and it's essentially on the balance sheet anyway. So there's a real reason for it [but] it could complicate things for public market investors"—potentially casting Robinhood as a "quasi Bitcoin-holding play" rather than a trading platform.

Notably, he observed that "Robinhood stock is already highly correlated to Bitcoin" even without holding it—HOOD stock rose 202% in 2024 versus Bitcoin's 110% gain. "So I would say we wouldn't rule it out. We haven't done it thus far but those are the kind of considerations we have." This reveals pragmatic rather than ideological thinking about crypto assets.

Dogecoin holds special significance in Robinhood's history. On the Unchained podcast, Tenev discussed "how Dogecoin became one of Robinhood's biggest assets for user onboarding," acknowledging that millions of users came to the platform through meme coin interest. Johann Kerbrat stated: "We don't see Dogecoin as a negative asset for us." Despite efforts to distance from 2021's meme stock frenzy, Robinhood continues offering Dogecoin, viewing it as a legitimate entry point for crypto-curious retail investors. Tenev even tweeted in 2022 asking whether "Doge can truly be the future currency of the Internet," showing genuine curiosity about the asset's properties as an "inflationary coin."

Stablecoins receive Tenev's most consistent enthusiasm as practical infrastructure. Robinhood invested in the Global Dollar Network's USDG stablecoin, which he described on the Q4 2024 earnings call: "We have USDG that we partner with a few other great companies on...a stablecoin that passes back yield to holders, which we think is the future. I think many of the leading stablecoins don't have a great way to pass yield to holders." More significantly, Robinhood uses stablecoins internally: "We see the power of that ourselves as a company...there's benefits to the technology and the 24-hour instant settlements for us as a business. In particular, we're using stablecoin to power a lot of our weekend settlements now." He predicted this internal adoption will drive broader institutional stablecoin adoption industrywide.

For Ethereum and Solana, Robinhood launched staking services in both Europe (enabled by MiCA regulations) and the U.S. Tenev noted "increasing interest in crypto staking" without it cannibalizing traditional cash-yield products. The company expanded its European crypto offerings to include SOL, MATIC, and ADA after these faced SEC scrutiny in the U.S., illustrating geographic arbitrage in regulatory approaches.

Prediction markets emerge as hybrid disruption opportunity

Prediction markets represent Tenev's most surprising crypto-adjacent bet, launching event contracts in late 2024 and rapidly scaling to over 4 billion contracts traded by October 2025, with 2 billion contracts in Q3 2025 alone. The 2024 presidential election proved the concept, with Tenev revealing "over 500 million contracts traded in right around a week leading up to the election." But he emphasized this isn't cyclical: "A lot of people had skepticism about whether this would only be an election thing...It's really much bigger than that."

At Token2049, Tenev articulated prediction markets' unique positioning: "Prediction markets has some similarities with traditional sports betting and gambling, there's also similarities with active trading in that there are exchange-traded products. It also has some similarities to traditional media news products because there's a lot of people that use prediction markets not to trade or speculate, but because they want to know." This hybrid nature creates disruption potential across multiple industries. "Robinhood will be front and center in terms of giving access to retail," he declared.

The product expanded beyond politics to sports (college football proving particularly popular), culture, and AI topics. "Prediction markets communicate information more quickly than newspapers or broadcast media," Tenev argued, positioning them as both trading instruments and information discovery mechanisms. On the Q4 2024 earnings call, he promised: "What you should expect from us is a comprehensive events platform that will give access to prediction markets across a wide variety of contracts later this year."

International expansion presents challenges due to varying regulatory classifications—futures contracts in some jurisdictions, gambling in others. Robinhood initiated talks with the UK's Financial Conduct Authority and other regulators about prediction market frameworks. Tenev acknowledged: "As with any new innovative asset class, we're pushing the boundaries here. And there's not regulatory clarity across all of it yet in particular sports which you mentioned. But we believe in it and we're going to be a leader."

AI-powered tokenized one-person companies represent convergence vision

At the Bitcoin 2025 conference, Tenev unveiled his most futuristic thesis connecting AI, blockchain, and entrepreneurship: "We're going to see more one-person companies. They're going to be tokenized and traded on the blockchain, just like any other asset. So it's going to be possible to invest economically in a person or a project that that person is running." He explicitly cited Satoshi Nakamoto as the prototype: "This is essentially like Bitcoin itself. Satoshi Nakamoto's personal brand is powered by technology."

The logic chains together several trends. "One of the things that AI makes possible is that it produces more and more value with fewer and fewer resources," Tenev explained. If AI dramatically reduces the resources required to build valuable companies, and blockchain provides instant global investment infrastructure through tokenization, entrepreneurs can create and monetize ventures without traditional corporate structures, employees, or venture capital. Personal brands become tradable assets.

This vision connects to Tenev's role as executive chairman of Harmonic, an AI startup focused on reducing hallucinations through Lean code generation. His mathematical background (Stanford BS, UCLA MS in Mathematics) informs optimism about AI solving complex problems. In an interview, he described the aspiration of "solving the Riemann hypothesis on a mobile app"—referencing one of mathematics' greatest unsolved problems.

The tokenized one-person company thesis also addresses wealth concentration concerns. Tenev's Washington Post op-ed criticized current accredited investor laws restricting private market access to high-net-worth individuals, arguing this concentrates wealth among the top 20%. If early-stage ventures can tokenize equity and distribute it globally via blockchain with appropriate regulatory frameworks, wealth creation from high-growth companies becomes more democratically accessible. "It's time to update our conversation about crypto from bitcoin and meme coins to what blockchain is really making possible: A new era of ultra-inclusive and customizable investing fit for this century," he wrote.

Robinhood positions at the intersection of crypto and traditional finance

Tenev consistently describes Robinhood's unique competitive positioning: "I think Robinhood is uniquely positioned at the intersection of traditional finance and DeFi. We're one of the few players that has scale, both in traditional financial assets and cryptocurrencies." This dual capability creates network effects competitors struggle to replicate. "What customers really love about trading crypto on Robinhood is that they not only have access to crypto, but they can trade equities, options, now futures, soon a comprehensive suite of event contracts all in one place," he told analysts.

The strategy involves building comprehensive infrastructure across the crypto stack. Robinhood now offers: crypto trading with 85+ assets via Bitstamp, staking for ETH and SOL, non-custodial Robinhood Wallet for accessing thousands of additional tokens and DeFi protocols, tokenized stocks and private companies, crypto perpetual futures in Europe with 3x leverage, proprietary Layer 2 blockchain under development, USDG stablecoin investment, and smart exchange routing allowing active traders to route directly to exchange order books.

This vertical integration contrasts with specialized crypto exchanges lacking traditional finance integration or traditional brokerages dabbling in crypto. "Tokenization once permissible in the U.S., I think, is going to be a huge opportunity that Robinhood is going to be front and center in," Tenev stated on the Q4 2024 earnings call. The company launched 10+ product lines each on track for $100 million+ annual revenue, with crypto representing a substantial pillar alongside options, stocks, futures, credit cards, and retirement accounts.

Asset listing strategy reflects balancing innovation with risk management. Robinhood lists fewer cryptocurrencies than competitors—20 in the U.S., 40 in Europe—maintaining what Tenev calls a "conservative approach." After receiving the SEC Wells Notice, he emphasized: "We've operated our crypto business in good faith. We've been very conservative in our approach in terms of coins listed and services offered." However, regulatory clarity is changing this calculus: "In fact, we've added seven new assets since the election. And as we continue to get more and more regulatory clarity, you should expect to see that continue and accelerate."

The competitive landscape includes Coinbase as the dominant U.S. crypto exchange, plus traditional brokerages like Schwab and Fidelity adding crypto. CFO Jason Warnick addressed competition on earnings calls: "While there may be more competition over time, I do expect that there will be greater demand for crypto as well. I think we're beginning to see that crypto is becoming more mainstream." Robinhood's crypto volume spike of 36% in May 2025 while Coinbase's declined suggests the integrated platform approach is winning share.

Timeline and predictions: Five years to frameworks, decades to completion

Tenev provides specific timeline predictions rare among crypto optimists. At Token2049, he stated: "I think most major markets will have some framework in the next five years," targeting roughly 2030 for regulatory clarity across major financial centers. However, reaching "100% adoption could take more than a decade," acknowledging the difference between frameworks existing and complete migration to tokenized systems.

His predictions break down by geography and asset class. Europe leads on regulatory frameworks through MiCA regulations and will likely see tokenized stock trading go mainstream first. The U.S. will be "among the last economies to actually fully tokenize" due to infrastructure sticking power, but the Trump administration's crypto-friendly posture accelerates timelines versus previous expectations. Asia, particularly Singapore, Hong Kong, and Abu Dhabi, advances rapidly due to both regulatory clarity and less legacy infrastructure to overcome.

Asset class predictions show staggered adoption. Stablecoins already achieved product-market fit as the "most basic form of tokenized assets." Stocks and ETFs enter tokenization phase now in Europe, with U.S. timelines depending on regulatory developments. Private company equity represents near-term opportunity, with Robinhood already offering tokenized OpenAI and SpaceX shares despite controversy. Real estate comes next—Tenev noted tokenizing real estate is "mechanically no different from tokenizing a private company"—assets placed into corporate structures, then tokens issued against them.

His boldest claim suggests crypto entirely absorbs traditional finance architecture: "In the future, everything will be on-chain in some form" and "the distinction between crypto and TradFi will disappear." The transformation occurs not through crypto replacing finance but blockchain becoming the invisible settlement and custody layer. "You don't have to squint too hard to imagine a world where stocks are on blockchains," he told Fortune. Just as users don't think about TCP/IP when browsing the web, future investors won't distinguish between "crypto" and "regular" assets—blockchain infrastructure simply powers all trading, custody, and settlement invisibly.

Conclusion: Technology determinism meets regulatory pragmatism

Vlad Tenev's cryptocurrency vision reveals a technology determinist who believes blockchain's cost and efficiency advantages make adoption inevitable, combined with a regulatory pragmatist who acknowledges legacy infrastructure creates decade-long timelines. His "freight train" metaphor captures this duality—tokenization moves with unstoppable momentum but at measured speed requiring regulatory tracks to be built ahead of it.

Several insights distinguish his perspective from typical crypto boosterism. First, he candidly admits the U.S. financial system "basically works," acknowledging working systems resist replacement regardless of theoretical advantages. Second, he doesn't evangelize blockchain ideologically but frames it pragmatically as infrastructure evolution comparable to filing cabinets giving way to computers. Third, his revenue metrics and product launches back rhetoric with execution—crypto grew from $135 million to over $600 million annually, with concrete products like tokenized stocks and a proprietary blockchain under development.

The dramatic regulatory shift from "carpet bombing" under the Biden administration to "playing offense" under Trump provides the catalyst Tenev believes enables U.S. competitiveness. His direct SEC engagement on tokenization frameworks and public advocacy through op-eds position Robinhood as a partner in writing rules rather than evading them. Whether his prediction of convergence between crypto and traditional finance within 5-10 years proves accurate depends heavily on regulators following through with clarity.

Most intriguingly, Tenev's vision extends beyond speculation and trading to structural transformation of capital formation itself. His AI-powered tokenized one-person companies and advocacy for reformed accredited investor laws suggest belief that blockchain plus AI democratizes wealth creation and entrepreneurship fundamentally. This connects his mathematical background, immigrant experience, and stated mission of "democratizing finance for all" into a coherent worldview where technology breaks down barriers between ordinary people and wealth-building opportunities.

Whether this vision materializes or falls victim to regulatory capture, entrenched interests, or technical limitations remains uncertain. But Tenev has committed Robinhood's resources and reputation to the bet that tokenization represents not just a product line but the future architecture of the global financial system. The freight train is moving—the question is whether it reaches the destination on his timeline.