The Infrastructure Layer Beneath Stablecoin Adoption (Part 2 of 2)

ACX ·

Part 1 argued stablecoins are becoming the rail for real-world payments. The harder question is what has to be true of the infrastructure underneath them. A dollar that can only be spent on the chain it was issued on is not money. Stablecoin infrastructure has to make the same dollar usable everywhere without splintering it into incompatible copies. Native issuance is the dividing line. Circle's CCTP burns USDC on one chain and mints it on another against a signed attestation. LayerZero's OFT standard does the same for USDT0, burning on the source chain and minting on the destination so supply stays unified across routes instead of fracturing into bridge-specific copies. What lands is the canonical asset, not a third-party IOU. Intent-based routing is the layer that picks the right settlement mechanism per transfer. Across routes intents, CCTP, and OFT under one API and selects the path; most moves settle in roughly two seconds. Fragmentation is the tax. The same dollar existing as a dozen wrapped representations is what makes crosschain stablecoin settlement slow and expensive. Native issuance plus intent routing collapses those copies back into one fungible asset. Part 1 made the demand case: stablecoins are eating real-world payments because they settle faster and cheaper than the banking rails they compete with. Take that as settled. The supply-side question is the one that decides whether the trend holds: if stablecoins are becoming money, what has to be true of the rails that move them? A dollar is only money if you can spend it where you are. The stablecoin in a wallet on Arbitrum is worthless to a merchant who settles on Base unless it can get there, fast, as the same asset, at a cost that doesn't eat the payment. That is the entire job of stablecoin infrastructure, and most of the crypto stack was not built to do it. The chains were built first; the dollars came later; the rails between them were improvised. This is the part of the story where moving stablecoins across chains stops being a bridge problem and becomes a settlement problem. Money has a property that crypto routinely breaks: fungibility. One dollar is interchangeable with any other dollar. The moment you have "USDC on Ethereum" and "USDC on Polygon" trading at different effective prices because moving between them costs time and slippage, you no longer have a dollar. You have a dozen regional currencies wearing the same logo. This is the fragmentation problem, and it is specific to how early bridges worked. A lock-and-mint bridge takes your USDC, locks it in a contract, and mints a wrapped representation on the far side. That wrapped token is an IOU backed by the bridge's pooled balance, not a claim Circle recognizes. Stack a few bridges across a few chains and the same underlying dollar now exists as five or six distinct wrapped assets, each with its own liquidity, its own risk surface, its own depeg history. Liquidity that should be one pool is shattered into many. For a payment, that is fatal: the merchant has to know which version they're receiving, whether it's redeemable, and what it's worth right now. Fragmentation is a tax on every crosschain stablecoin settlement, paid in slippage, in failed redemptions, and in the cognitive load of tracking which dollar is the real one. The problem compounds with scale. A treasury managing dollars across eight chains under the old model isn't holding one balance; it's holding eight positions in eight different assets that happen to share a ticker, each requiring its own liquidity to exit. A payments processor settling to merchants on whichever chain they prefer has to source the right wrapped variant for each one, or route through a chain of swaps that bleeds value at every hop. None of this is visible to the end user until a transfer arrives as the wrong token, or arrives at a discount, or doesn't arrive at all. Money is supposed to be boring. Fragmentation makes every transfer a decision. The fix is to stop minting receipts. Native issuance means the asset that arrives on the destination chain is the canonical token, issued by the same party that issues it everywhere else, not a bridge's claim on a locked balance. Two standards do this, and they matter enough to name precisely. Circle's CCTP (Cross-Chain Transfer Protocol). CCTP burns native USDC on the source chain, Circle's attestation service observes the burn and signs an attestation, and that signed message authorizes a mint of native USDC on the destination chain. No liquidity pool sits in the middle; nothing is wrapped. The USDC that lands is the same USDC Circle would issue directly, redeemable one-to-one. Burn on one side, mint on the other, supply held constant. LayerZero's OFT (Omnichain Fungible Token) standard. OFT burns the token on the source chain and mints it on the destination, reconciling total supply through cross-chain messaging so no per-chain liquidity pool sits in the middle and no bridge-specific variant gets spun up. USDT0 carries USDT across chains this way, each unit backed one-to-one by USDT in an Ethereum lockbox. Same principle as CCTP, different messaging layer. One token, many chains, one balance sheet. The difference between native issuance and a wrapped IOU is the difference between handing someone a dollar and handing them a note that says you owe them a dollar, redeemable at a counter that may or may not be open. For payments, only the first one is money. Native issuance solves what arrives. It doesn't solve which mechanism to use, because no single mechanism is right for every transfer. CCTP is the native path for USDC. OFT is the native path for USDT0. For everything else, and for moves where speed matters more than the burn-and-mint round trip, an intent-based fill is faster. An intent is a declaration of outcome: the user says "I want this asset on that chain," signs once, and a competitive network of relayers competes to make it true. The relayer fronts the destination asset from its own inventory and gets reimbursed at settlement, so the user's funds arrive before the slower cross-chain accounting finishes underneath. That is how fills land in roughly two seconds instead of waiting on a bridge's finality window. Across is a crosschain interoperability protocol built on intents by Risk Labs, the foundation behind UMA. It routes three settlement mechanisms under one API: intents for most moves, CCTP for native USDC, OFT for native USDT0. The protocol picks the mechanism per transfer. The integrator and the user never have to, which is what makes the rails usable as infrastructure rather than as a menu of bridges. A payments app integrates once and gets native settlement across 20+ chains, no path to choose per transaction, no wrapped IOU handed to its users. The routing layer is also where fragmentation gets undone. When the protocol can mint native USDC via CCTP or move native USDT0 via OFT instead of minting a wrapped copy, the dozen regional dollars collapse back into one fungible asset. The liquidity stops shattering. This is what earns the word infrastructure. A bridge is a tool the user reaches for and operates. Infrastructure is the thing the user never thinks about because it always works. Electricity arrives at the same voltage regardless of which plant generated it. A dollar should arrive as the same dollar regardless of which chain it crossed to get there. Native issuance plus intent routing is what moves crosschain stablecoin settlement from the first category into the second. Speed is the visible feature. Verification is the one that determines whether the rails can carry real money. If a relayer fronts funds on the destination chain, something has to guarantee it gets repaid correctly, and that the accounting across chains is honest. Across settles through optimistic verification. A dataworker aggregates fills into a root bundle and proposes it on Ethereum with a bond; anyone can inspect the bundle during a challenge window and dispute it. A dispute escalates to UMA's Optimistic Oracle, where token holders vote and the losing side forfeits its bond. The security rests on a 1-of-N honest-actor assumption: the system stays safe as long as a single honest party is watching, which is a weaker requirement than the majority-honest validator sets most bridges depend on. Across V4 adds ZK settlement through Succinct's SP1, moving verification from economic guarantee toward cryptographic proof. The protocol has run since 2021 across billions in volume with no user funds ever lost. For a payment rail, that record is the product. A merchant accepting stablecoins is trusting the settlement layer the way they once trusted a card network's clearing process. When a bridge gets hacked, the payment doesn't arrive late. It doesn't arrive. The clearest signal that stablecoins are becoming money is that chains are now being built for them specifically. Plasma is a stablecoin-native Layer 1: EVM-compatible, with a protocol-level paymaster that sponsors gas so a user can send USDT without holding the native token at all. It launched its mainnet in September 2025 and integrates USDT0 natively, designed from the start to plug into the omnichain stablecoin framework rather than retrofit one. A chain optimized for dollar transfers is the supply side answering the demand side directly. But a purpose-built chain only matters if value can reach it and leave it as native assets, which puts the routing and settlement layers right back at the center. The dollar-native chain and the crosschain rail are the same thesis viewed from two ends. The rails are now good enough to carry money. A stablecoin can arrive as the real asset and settle in seconds, and it stays one dollar across every chain it touches. That is a lower bar than it sounds, and most of the stack still fails it.

AI 시장 분석

The technological evolution of stablecoin infrastructure is accelerating to solve fragmentation issues and fulfill genuine monetary functions. Native issuance standards like CCTP and OFT prevent asset fragmentation and consolidate liquidity, maximizing settlement efficiency. These infrastructure improvements will be the essential driver for stablecoins to establish themselves as primary payment methods replacing traditional financial networks.

상승 영향

DYAX 전담 분석

The shift toward native cross-chain standards marks a critical turning point for stablecoins. By eliminating the reliance on wrapped assets, the ecosystem reduces security risks and capital fragmentation. This evolution directly enhances the utility of stablecoins in global remittances and B2B settlements, laying the groundwork for mainstream adoption and integration with legacy financial systems.

AI가 생성한 분석으로 투자 자문이 아닙니다.

DYAX Investor Sentiment

Bullish (Long) 57% · Bearish (Short) 43%

406 participants

Related News

원문 보기 — ACX