Ethereum and Solana are hosting trillions in dollar volume, yet their native tokens risk losing direct consumer demand

Coinmama
Ledger


Matt Corallo followed up on an earlier post on Aug. 25, addressing what stablecoin users increasingly see: apps routing around ETH, SOL, and other non-stablecoin tokens.

A wallet can let someone receive and send USDC without displaying a native-token balance. Behind that interface, an app, paymaster, sponsor, or infrastructure provider still settles the network fee in the asset the chain accepts.

The native-token demand debate turns on who funds execution, manages the fee balance, and absorbs volatility after the user-facing requirement disappears.

The scale of the stablecoin rail makes that question more than a user-experience footnote. Visa’s Onchain Analytics dashboard showed about $1.3 trillion in adjusted stablecoin volume and 230.3 million adjusted transactions over the 30 days viewed on Aug. 27.

itrust

Before adjustment, the same window contained about $6.8 trillion and 1.75 billion transactions.

Visa and Allium’s adjusted methodology uses probabilistic labels for more than 3 million addresses, counts only the largest stablecoin transfer within a single transaction, and filters unlabeled addresses that exceed 1,000 transactions or $10 million in rolling 30-day volume.

The data still includes exchange, decentralized exchange, lending, mint-and-burn, and ramp activity. Visa’s “retail-sized” bucket logged about $7.6 billion across 158.8 million adjusted transactions below $250.

Gasless is a change of payer, Ethereum makes the example

Fee abstraction separates three roles that conventional wallets often bundle together: the user authorizes an action, an intermediary funds its execution, and the network charges its native fee.

Flow What the user sees What the network requires Who fronts the native asset How the cost can return
Ethereum ERC-4337 A smart-account action without user-held ETH A native-currency deposit at EntryPoint A paymaster, app or wallet provider Developer billing, fiat charges or token payment
Coinbase or Alchemy sponsorship A sponsored transaction or a fee quoted in USDC Native gas for the onchain operation Managed paymaster infrastructure Service fees, monthly billing or token recovery
Solana fee sponsorship A stablecoin transfer without user-held SOL SOL for the transaction fee The designated fee-payer account App subsidy or an offchain charge
Solana Kora A fee paid in an SPL token such as USDC, or no visible fee SOL for the underlying network fee The Kora operator SPL-token payment, policy-based subsidy or service margin
Flow diagram showing a USDC user, app or wallet, paymaster or sponsor, and the network, where the intermediary funds the ETH or SOL native fee.Flow diagram showing a USDC user, app or wallet, paymaster or sponsor, and the network, where the intermediary funds the ETH or SOL native fee.
The diagram shows USDC users routing gas costs through wallets and paymasters while Ethereum or Solana networks still collect native fees.

“Gasless” can be accurate for the customer’s wallet while still being misleading about chain economics.

Ethereum’s documentation notes that reads can be performed without gas, while state-changing contract writes cost gas. Ethereum denominates gas in ETH, burns the protocol-set base fee, and sends the priority fee to the validator.

Under ERC-4337, which introduced account abstraction, users submit operations that a bundler packages into an Ethereum transaction. A paymaster can cover an operation instead of the smart account, but it must maintain a native-currency deposit at the EntryPoint contract. EntryPoint checks whether that deposit can cover the operation’s maximum cost and charges the actual cost against it.