Solana vs XRPL: DEX Volume, dApps & On-Chain Activity Compared
A data-driven comparison of two fundamentally different blockchains. Solana dominates raw DEX volume with its memecoin ecosystem, while XRPL operates a native orderbook DEX and protocol-level AMM with minimal fees that are burned. All numbers auto-update hourly.
7-Day DEX Volume
Solana's 7-day DEX volume of $12.09B dwarfs XRPL's $27.11M -a 446x difference. Both figures are DefiLlama's, so the methodology matches - and its XRPL adapter still undercounts: our full-ledger trade archive measured 21.5M XRP (~$21.8M) across 448,394 fills in the week to 14 August 2026. The $4.42M (3.56M XRP) shown in the app breakdown below is only the SourceTag-attributed slice routed through dApps - the rest hits the order book and AMMs directly. Context still matters: Solana's figure is heavily inflated by memecoin trading on platforms like PumpSwap and pump.fun, where wash trading and bot activity are well-documented.
Solana's 24-hour volume alone ($3.01B) exceeds XRPL's entire 7-day volume, reflecting the explosive but volatile nature of memecoin speculation.
Total Value Locked (TVL)
Solana's DeFi TVL of $5.29B reflects a mature ecosystem of lending protocols, liquid staking, and AMM pools. XRPL's $35.43M TVL as measured by DefiLlama only captures AMM liquidity pools -it doesn't account for the native DEX orderbook depth or XRP held in escrow and payment channels.
dApp Ecosystem
Solana tracks 119 DEX protocols on DefiLlama, of which 78 were active in the last 24 hours. XRPL has 25 named dApps tracked via SourceTag analytics (732 distinct tags seen in 7d) -a unique on-ledger attribution system where each dApp tags transactions with a numeric identifier, enabling precise platform-level analytics without relying on contract addresses.
DefiLlama only tracks 2 XRPL protocols, significantly undercounting the actual ecosystem. XRPL.to's SourceTag tracking names 25 dApps including Xaman, Magnetic, First Ledger, XPMarket, Bidds, and more.
Top Protocols by 7-Day Volume
| # | Protocol | 7d Vol |
|---|---|---|
| 1 | PumpSwap | $4.35B |
| 2 | BisonFi | $1.39B |
| 3 | HumidiFi | $994.18M |
| 4 | Orca DEX | $777.07M |
| 5 | Meteora DLMM | $593.19M |
| 6 | Raydium AMM | $589.36M |
| 7 | pump.fun | $579.14M |
| 8 | Manifest Trade | $547.03M |
| 9 | Axiom | $464.52M |
| 10 | Scorch | $317.70M |
| # | Platform | 7d Vol |
|---|---|---|
| 1 | Xaman | $2.78M |
| 2 | Magnetic | $629.5K |
| 3 | FirstLedger | $298.7K |
| 4 | XPMarket | $168.1K |
| 5 | Sologenic | $154.8K |
| 6 | Horizon | $89.0K |
| 7 | HBot | $52.9K |
| 8 | SPYDEX | $52.7K |
| 9 | Foxlet | $40.6K |
| 10 | XRPL.to | $29.3K |
Cost of Storage: What Each Chain Charges to Keep Data
Volume is one comparison; the other is what it costs to keep something on each chain. Solana charges rent by the byte. XRPL charges a flat reserve per item, whatever its size. A trust line and a Solana token account do the same job — the record saying “this wallet can hold this token” — so they compare directly. We measured both: 120,000 sampled trust lines and 200,000 sampled accounts on our own copy of the XRP Ledger, and Solana's SPL Token program sized through paginated RPC.
| Measure | Solana | XRP Ledger | What it means |
|---|---|---|---|
| Cost to hold one account | $0.07 | $1.08 | XRPL is 16.5× more expensive |
| Token-holding records | 612M | 6.91M | Solana has 89× as many |
| Share holding nothing | 53.3% | 39.0% | people abandon positions on both |
| Records per account | 7.20 | 0.85 | a Solana wallet carries 8.5× as many |
| Wasted space in those records | 53.8 GB | 0.95 GB | 57× more storage doing nothing |
The surprise is where the difference actually comes from. People abandon token positions at roughly the same rate on both chains — 53% of Solana token accounts hold nothing, against 39% of XRPL trust lines. Charging more does not make anyone tidier. What changes is how many records each person creates in the first place: 7.2 per Solana wallet against 0.85 per XRPL wallet. At 0.2 XRP you open one when you mean to hold something; at 15 cents you open them without thinking, and on Solana someone else can even open one for you — which XRPL does not allow at all.
The result is 0.95 GB of abandoned token records on XRPL against 53.8 GB on Solana. XRPL is not spotless either — 16.6% of its accounts are empty and 5.1% have never sent a transaction — it is simply far smaller. A fuller treatment of how each chain prices storage, and what it costs validators, is in Priced by the Byte.
Architectural Differences
The volume gap between Solana and XRPL reflects fundamentally different design philosophies, not just ecosystem maturity.
- Smart contract-based DEXs (AMM pools)
- 400ms block times, high throughput
- Transaction fees ~$0.00025
- Memecoin launchpads drive volume
- Programs deployed by anyone
- Volume inflated by MEV bots & arbitrage
- Native orderbook DEX + protocol-level AMM (XLS-30d)
- 3-5s consensus, no mining/staking
- Transaction fees ~0.00001 XRP (burned, not paid to validators)
- AMM trading fee 0-1% (set by LP vote, paid to LPs)
- Auto-bridging through XRP for cross-currency trades
- SourceTag attribution per transaction
- No MEV extraction -consensus has no proposer ordering
XRPL's native DEX means every token trade settles at the protocol level -there are no smart contract vulnerabilities and no MEV extraction. The built-in AMM (XLS-30d amendment, live since March 2024) allows liquidity providers to earn trading fees (0-1%, set by LP vote) without deploying any code. Transaction fees (~0.00001 XRP) are burned, not paid to validators. The trade-off is lower composability and smaller developer mindshare compared to Solana's programmable ecosystem.
Solana's volume is heavily concentrated in memecoin trading. PumpSwap alone generates $4.35B in 7-day volume - more than XRPL's entire ecosystem. A significant portion of Solana memecoin volume is attributed to bots and wash trading.
Open Ledger vs dApp-Attributed Volume
XRPL's total on-chain DEX volume is $27.11M (7d, per DefiLlama). Of that, $4.42M (16.3%) is attributed to 25 dApp platforms via SourceTag tracking. The remaining $22.70M is "open ledger" volume -trades placed directly on the native DEX orderbook without any dApp intermediary.
This split is unique to XRPL. Because the DEX is protocol-native, anyone can submit OfferCreate or AMMDeposit transactions directly - no frontend or dApp required. This open ledger volume includes direct API traders, arbitrage bots, market makers, and users interacting with the ledger through wallets like Xaman that don't use SourceTags.
On Solana, all DEX volume must flow through a deployed program (smart contract), so aggregators like DefiLlama can attribute 100% of volume to specific protocols. On XRPL, DefiLlama only tracks 2 protocols and misses SourceTag-level granularity -it cannot distinguish between the 25 dApps that XRPL.to tracks.
SourceTag: Native dApp Attribution
SourceTag is a native XRPL transaction field where dApps embed a numeric identifier (e.g., Magnetic uses 10011010, First Ledger uses 74920348, XRPL.to uses 161803). This allows precise attribution of every trade to its originating platform -something no other blockchain offers natively without relying on contract addresses.
XRPL.to names 25 dApps across DEXs, NFT marketplaces, wallets, bridges, launchpads, and bots. This is the most comprehensive view of XRPL dApp activity available -DefiLlama's 2-protocol view significantly understates ecosystem diversity.
NFT Markets
| Collection | Volume | Sales |
|---|---|---|
| The Bullpen | $135.5K | 380 |
| Tomorrowland: A Letter from the Universe | $105.7K | 21 |
| Bulltoshi | $77.0K | 1496 |
| Critters Quest | $47.6K | 99 |
| DeGods | $44.3K | 85 |
- Marketplaces: Magic Eden, Tensor, SolSniper
- Standard: Metaplex NFT + compressed NFTs (cNFTs)
- Smart contract-based minting and trading
- Creator royalties optional (enforced by marketplace)
- Marketplaces: xrp.cafe, XPMarket, Magnetic X, BIDDS
- Standard: Native NFToken (XLS-20), no smart contracts
- Protocol-level minting, offers, and brokered sales
- Transfer fees enforced at protocol level (0-50%)
Solana recorded $866.3K in NFT volume across 7.3K sales in the past 7 days. Note: Solana data covers Magic Eden verified collections only -actual total volume including Tensor and other marketplaces is higher. XRPL recorded 0 sales for $0 across SourceTag-tracked marketplaces. The key architectural difference: Solana NFTs require deploying Metaplex programs and rely on marketplace smart contracts, while XRPL NFTs are a native ledger object type (XLS-20) with minting, offers, and transfers handled at the protocol level - no smart contracts needed.
Data Sources & Methodology
This page auto-updates every hour using live data from multiple sources:
- Solana DEX volume -DefiLlama API (
api.llama.fi/overview/dexs/solana) - TVL data -DefiLlama chains API (
api.llama.fi/v2/chains) - Token prices -CoinGecko API (XRP and SOL in USD)
- XRPL platform stats -XRPL.to SourceTag analytics API (
api.xrpl.to/v1/platform-stats) - Solana NFT data - Magic Eden Stats API (top 50 verified collections, 7-day window; does not include Tensor, SolSniper, or other marketplaces)
- XRPL volume in USD - Calculated as XRP volume x live XRP price ($1.24)
All Solana volumes are reported in USD by DefiLlama. XRPL volumes are natively in XRP and converted using the current spot price. XRPL SourceTag data captures 7-day rolling windows and includes both DEX orderbook and AMM trades.