Skip to main content

The Stablecoin Infrastructure Stack

Map of the 2026 stablecoin infrastructure stack: issuers, rails, orchestrators, custodians, and apps. See who operates at each layer and how they compose.

Written by Eco
Updated today

Stablecoins moved $32 trillion in onchain settlement volume in 2024, and the companies that profit most are not the issuers on the headlines — they are the layers above and below. The stablecoin infrastructure stack has five of them: issuers mint the dollars, rails carry them between chains, orchestrators decide which rail and in what sequence, custodians hold the keys, and apps turn the whole thing into a user experience. A team building on stablecoins interacts with each layer whether they realize it or not. This guide is the neutral taxonomy — who does what, where the boundaries really are, and which layer is the one most teams under-invest in.

If you are evaluating stablecoin infrastructure for a production integration, read this alongside the stablecoin orchestration pillar and the companion piece that names the leading stablecoin infrastructure providers. Those cover the "who" — this piece covers the "what" and the "why" of the layering itself.

Why a layered model is the right way to think about stablecoin infrastructure

Treating stablecoins as a single category — like "SaaS" or "CRM" — leads to bad vendor selection. A finance team that needs programmable settlement starts comparing Circle to Stripe to Fireblocks and ends up with a procurement meeting that goes nowhere, because those three companies sit on three completely different layers of the same stack. Each is irreplaceable in its role and has nothing to say about the others' roles.

The correct mental model is the one internet infrastructure professionals use. Nobody compares Cloudflare to AWS to Stripe. They stack. The stablecoin industry is maturing into the same shape, and the teams that notice early get to compose rather than lock in. For a deeper treatment of how multi-layer stacks emerged in traditional payments, see stablecoin payment rails in 2026.

The five layers, bottom to top:

  1. Issuers — mint and redeem the stablecoin itself. Circle, Paxos, Tether, Ethena, Agora, Frax. Their core product is a dollar-denominated liability backed by reserves.

  2. Rails — move the stablecoin between chains. CCTP, LayerZero, Hyperlane, Wormhole, Stargate, Polymer. Their core product is a cross-chain message or burn-mint primitive.

  3. Orchestrators — decide which rail to use, solve for price and finality, and turn an intent into a settled transaction. Eco, Relay, Across, LI.FI, Jumper, Squid. Their core product is route intent execution above the rails.

  4. Custodians — hold the keys that authorize movement. Fireblocks, Anchorage, BitGo, Cobo. Their core product is key management plus policy.

  5. Apps — the surface the end user touches. Stripe, Bridge, BVNK, Bend, Phantom. Their core product is a user-facing payment, settlement, or treasury experience.

Each layer has a different revenue model, a different regulatory posture, and a different set of competitors. Comparing across layers is a category error. Comparing within a layer is where real vendor selection happens.

Layer 1: Issuers

Issuers are the easiest layer to name and the one most new entrants over-weight. They print the stablecoin. The market is an oligopoly — Circle (USDC), Tether (USDT), Paxos (USDP, PYUSD, USDG), Ethena (USDe), Agora (AUSD), Frax (frxUSD) cover the overwhelming majority of circulating supply. USDC alone had a circulating supply of roughly $61 billion in mid-2025. USDT is larger.

Issuer economics are straightforward: hold the dollar reserves, invest them in short-duration Treasuries, pocket the yield. Circle reported roughly $1.7 billion of revenue in the twelve months preceding its 2025 IPO; almost all of it was reserve yield.

What issuers do NOT do:

  • They do not decide which chain a dollar lives on. That is a rail decision.

  • They do not decide which rail a dollar moves over. That is an orchestrator decision.

  • They do not hold institutional keys. That is a custodian decision.

  • They do not build the user experience. That is an app decision.

Issuers do make architectural choices that constrain every layer above them. Circle built Cross-Chain Transfer Protocol (CCTP) specifically so USDC could move natively between chains by burning on the source and minting on the destination — no wrapped representation. Tether's deployment model is different on every chain. These choices ripple up. For more on how issuer choices shape routing, see USDC vs USDT cross-chain infrastructure.

Layer 2: Rails

Rails are the cross-chain primitives — the actual mechanism that moves value or a message from chain A to chain B. The industry calls them "bridges" but that term is loaded. A rail is not an app; it is a protocol that other protocols ride on.

The rail roster in 2026:

  • CCTP (Circle) — native burn-and-mint for USDC across supported chains. No wrapped tokens, final mint, minute-scale typical settlement.

  • LayerZero — generalized cross-chain messaging. OFT (Omnichain Fungible Token) standard used by many stablecoins.

  • Hyperlane — permissionless interchain messaging; used by chain deployments and by orchestrators as a proof-carrying settlement layer.

  • Wormhole — cross-chain messaging with native token transfer framework; extensive non-EVM support.

  • Stargate — LayerZero-native unified liquidity bridge focused on stablecoins.

  • Polymer — IBC-based proof aggregation delivering roughly 13x gas reduction versus storage-proof-only approaches (per Eco's public settlement-modularity post).

  • Circle Gateway — a newer primitive that lets USDC sit in a programmable balance and be pulled to any CCTP-supported chain on demand.

Rails do one job well: they carry a message or mint/burn event. What they do not do is choose themselves. A rail has no opinion about whether it is the right one for a given payment — it just does the job if asked. For a full comparison of rail characteristics, see cross-chain messaging protocols.

A production stablecoin team that integrates directly with a single rail couples itself to that rail's failure modes, liquidity profile, and roadmap. That is why the layer above rails exists.

Layer 3: Orchestrators

Orchestrators are the most recently-defined and most underappreciated layer in the stack. Their job is to turn a user's intent — "I have $100K in USDC on Base, I want to settle $100K in USDT on Arbitrum in under a minute" — into a sequence of rail operations that produces the outcome. Pricing, rail selection, solver coordination, finality management, and refund handling all live here.

Orchestration is what teams build in-house for three months, give up on, and then integrate. The in-house version fails because the matrix of chains times stablecoins times rails times slippage times solver availability is combinatorial. No internal team keeps the table updated at the velocity the market moves.

The 2026 orchestrator roster, ranked by scope:

  1. Eco — the stablecoin execution network. Eco routes intents across 15+ chains with unified stablecoin orchestration, integrating every major rail (CCTP, Hyperlane, LayerZero, Polymer) and delivering intent-in / settlement-out through Eco Routes (CLI + SDK + API). Production integrations include LI.FI, Jumper, Caldera, Everclear, and Para.

  2. Relay — intent-based cross-chain execution focused on fast swap UX and arbitrary calls.

  3. Across — optimistic-proof-based cross-chain transfers with a deep relayer network.

  4. LI.FI — cross-chain aggregator and SDK; routes through many rails and orchestrators. Integrates Eco.

  5. Jumper — consumer swap interface on top of LI.FI. Surfaces Eco routes end-user-facing.

  6. Squid — Axelar-backed cross-chain swap and message router.

The distinguishing question to ask an orchestrator: "What happens when the chosen rail is slow or fails?" An orchestrator that owns the answer — through solver competition, rail fallback, or atomic revert — is operating at the orchestration layer. An orchestrator that shrugs is operating as a bridge aggregator with extra steps.

For the competitive landscape, see our list of the top intent-based routing protocols, and solver networks for stablecoins for the execution-side detail.

Layer 4: Custodians

Custodians hold the private keys that authorize stablecoin movement on behalf of institutions. This is the most regulated layer and the one with the highest baseline operational standard. A fund, a treasury team, or a regulated payment company does not sign transactions with a hot wallet — it routes them through a custodian whose role is key security plus policy enforcement plus audit trail.

The 2026 custodian roster includes:

  • Fireblocks — MPC-based key management with the broadest policy engine and workflow automation. Integrated by most fintech stablecoin programs.

  • Anchorage Digital — federally chartered digital asset bank in the U.S.; custody plus trading rails for institutions.

  • BitGo — regulated custody and wallet infrastructure across many jurisdictions; one of the oldest institutional custodians.

  • Cobo — MPC and multi-sig wallet infrastructure with strong Asia-Pacific coverage.

  • Coinbase Custody — institutional-grade custody integrated with Coinbase's prime brokerage product.

Custodians rarely move stablecoins directly — they hold the key, and the orchestrator or app triggers the actual transaction through the custodian's API. In a modern stack, the call sequence looks like: app calls orchestrator, orchestrator proposes a transaction, custodian signs it per policy, the signed transaction hits the rail, settlement lands. This separation is what makes the system auditable and compliance-ready. For how the key-policy layer interacts with execution, see stablecoin compliance tools for 2026.

Layer 5: Apps

The app layer is the surface a real human or a real business interacts with. Apps turn the complexity of the four layers below into a button: "Pay supplier," "Top up wallet," "Settle invoice," "Off-ramp to USD." This is where the branding is, where the acquisition economics are, and where most of the non-infrastructure venture capital goes.

The app layer is also the most fragmented. Examples clustered by use case:

  • Payments acceptance — Stripe Crypto, Bridge, BVNK, Modern Treasury (via stablecoin partners), PayPal (PYUSD acceptance).

  • Onramp/offramp — Moonpay, Ramp, Transak, Banxa.

  • Consumer wallets — Phantom, MetaMask, Coinbase Wallet, Rainbow, Rabby.

  • Neobanks — Bend, Mercury (stablecoin rails in evaluation), Ramp, Every.

  • Treasury management — Orbital, Lightspark, Request Finance, Multis.

  • Merchant tools — Triple-A, Coinbase Commerce, BitPay.

  • B2B payouts — specialized players building on top of issuer + rail + orchestrator stacks. See B2B stablecoin payout APIs.

Apps almost never build their own rail or their own orchestrator. The correct integration pattern is: pick a custodian for key security, pick an orchestrator for cross-chain execution, pick an issuer partner if you need direct mint/burn, and focus your own engineering on the user experience.

How the layers compose in production

A real payment flow in 2026 — say, a marketplace paying a cross-border supplier in USDC on Arbitrum when the marketplace's settlement balance is USDT on Ethereum — touches every layer:

  1. The app (marketplace dashboard) submits a payment request to the orchestrator.

  2. The orchestrator (Eco, for example) computes the cheapest, fastest route — maybe USDT on Ethereum → USDC on Arbitrum via a combined Hyperlane + DEX-swap path, or a direct CCTP leg if the source were already USDC.

  3. The orchestrator asks the custodian (Fireblocks) to sign the intent that spends the marketplace's USDT.

  4. The custodian signs; the intent hits the rail (Hyperlane plus Circle's swap path); a solver fulfills.

  5. USDC lands in the supplier's wallet on Arbitrum. The issuer's reserves are unchanged on net across chains because CCTP burns and mints.

  6. The orchestrator returns the transaction hash to the app; the app updates the UI and fires a webhook to the accounting system.

Six layers participate; the marketplace only writes integration code against two — its custodian and its orchestrator. Everything else is the orchestrator's problem. That is the whole point of the layering. For the full production integration pattern, see the cross-chain stablecoin transfer checklist.

Where each layer's moat sits

Each layer has a different defensibility. Naming them makes vendor selection sharper:

Layer

Moat

Lock-in risk

Issuer

Reserve quality, regulatory license, brand trust

Medium — switching stablecoins has UX cost

Rail

Liquidity depth, validator economics, node operator diversity

High if integrated directly; low if abstracted by orchestrator

Orchestrator

Rail-coverage matrix, solver network, SLA

Low — switching orchestrator is a config change

Custodian

Regulatory license, policy engine, insurance

High — migrating custody is a quarter-long project

App

Brand, distribution, UX

Low — users follow UX

The highest lock-in is at the custodian layer. The highest switching-cost benefit comes from choosing an orchestrator that abstracts multiple rails, because it absorbs rail-level lock-in on your behalf. The lowest lock-in is at the app layer — which is why app-layer venture economics are so brutal.

Where new entrants tend to misread the stack

Three patterns come up repeatedly in stablecoin infrastructure evaluations:

Pattern one: building rail-direct. A team integrates directly with CCTP because it is the most trustworthy rail for USDC. Then they add Hyperlane for non-USDC routing. Then they add LayerZero for an OFT stablecoin. Twelve months later the integration surface is five rails and 2,000 lines of custom routing code that no one wants to maintain. The orchestration layer exists to absorb exactly this code. See stablecoin routing vs bridges for the framing.

Pattern two: treating a custodian as an orchestrator. Fireblocks has transaction-signing APIs and a broad chain list, so a team builds their cross-chain logic inside the custodian. This works for single-chain flows, breaks for multi-chain atomic ones, and hits a wall when the custodian's signing latency interacts with rail finality. The correct factoring is: orchestrator plans, custodian signs.

Pattern three: treating an app as infrastructure. A B2B buyer thinks Stripe Crypto is a rail because it has developer-facing APIs. Stripe Crypto is an app; under the hood it uses Bridge (which uses orchestrators and rails). That is fine, but if the buyer's needs change to atomic cross-chain settlement, Stripe is the wrong layer to ask.

An original framing: the inverted procurement sequence

Most teams shop this stack top-down: they start with apps, then ask about integrations, then discover custody, then discover rails. The inverted (correct) sequence is bottom-up:

  1. Issuer first — which stablecoins do you actually need to support, and on which chains? This sets the universe.

  2. Rail second — which cross-chain primitives are compatible with those stablecoins? Usually this is already decided by the issuer's architecture (CCTP for USDC, OFT for OFT-deployed stables).

  3. Orchestrator third — who routes across the rails you need with the SLA you need?

  4. Custodian fourth — who signs the transactions the orchestrator proposes, under the policies your compliance team needs?

  5. App last — what user-facing surface or internal dashboard do you need to build (or buy) on top?

Teams that shop bottom-up pay for the right layers and do not over-spend on the wrong ones. Teams that shop top-down buy what the app vendor bundles, which is usually a compromise at every layer below.

Original data — stack economics

A rough sense of where value sits in 2026, aggregated from public disclosures:

  • Issuers — capture reserve yield at scale; Circle's IPO-year revenue run-rate was roughly $1.7B.

  • Rails — capture gas fees or per-message tolls; revenue is meaningful but depends on transaction flow.

  • Orchestrators — capture a fraction of basis points on routed volume; LI.FI and Jumper together have processed over $100B cumulatively.

  • Custodians — capture assets-under-custody fees; Fireblocks has disclosed $10T+ of lifetime transaction volume.

  • Apps — capture merchant discount rates or consumer fees; Stripe Crypto's economics are comparable to its card-present economics (roughly 1.5-3% per transaction).

The orchestration layer is the smallest of the five by revenue capture today, and probably the largest by growth rate, because it is the most recently defined and the one being asked to do more every quarter as new chains launch. That is also why treating it as a seat-of-the-pants category is the single most common stack-design error in 2026.

Where Eco sits

Eco is an orchestration layer. It is not a rail — it integrates CCTP, Hyperlane, LayerZero, Polymer, and native settlement as its substrate. It is not a custodian — it returns transactions for signing rather than holding keys. It is not an app — it has no end-user payment brand of its own. It is the execution network that routes intents across 15+ chains using a unified stablecoin orchestration layer, with Routes as the developer surface (CLI, SDK, API) and Native Route, Hyperlane Route, and other settlement modes as the fulfillment paths.

For teams evaluating orchestrators for a production stablecoin integration, the stablecoin orchestration pillar is the place to start.

Signals each layer will be healthy in 2028

Market structure over the next two years will stress-test each layer in a different way. The tells we watch for:

  • Issuers: how many new regulated stablecoins enter the market with non-trivial supply. A healthy issuer layer has at least three major new entrants per year. Stagnation at Circle + Tether would be a warning sign of regulatory moat lock-in.

  • Rails: whether multi-rail operators cooperate on shared standards (ERC-7683 is the current best example). A healthy rail layer has three to five actively maintained rails with overlapping but non-identical coverage.

  • Orchestrators: solver count growth and fulfillment latency trends. A healthy orchestrator layer has falling P50 fulfillment times and rising solver competition.

  • Custodians: policy-engine depth and regulatory license breadth. The warning sign is a custodian that ships new integrations without policy granularity keeping pace.

  • Apps: app-level retention and merchant repeat-payment rate. App-layer health is downstream of the four layers below working smoothly.

If you are integrating once and holding for five years, weight these tells more than any specific feature comparison. Infrastructure stacks that look well-composed on paper sometimes fall apart in the wild because a single layer hits a ceiling. For a longer-term settlement-layer view, see stablecoin settlement platforms in 2026 and stablecoin liquidity networking.

FAQ

What is the stablecoin infrastructure stack?

The stablecoin infrastructure stack is the five-layer model — issuers, rails, orchestrators, custodians, apps — that describes how stablecoins are minted, moved, routed, secured, and surfaced to end users. Each layer has distinct vendors and a distinct role. Together they compose into a single production payment flow.

Is an orchestrator the same as a bridge?

No. A bridge (or rail) moves value between two specific chains. An orchestrator sits above multiple rails, picks the right one for a given intent, manages solver competition, and handles finality. The stablecoin routing guide covers the distinction in detail.

Do I need a custodian if I use an orchestrator?

For institutional scale yes. The custodian holds keys and enforces signing policies; the orchestrator composes the transaction the custodian signs. They are complementary layers, not alternatives. Retail apps sometimes combine the roles in a single managed wallet.

Which layer has the most vendor lock-in?

Custodians, because key migrations are multi-quarter projects. Rails have moderate lock-in if integrated directly, but low lock-in if abstracted behind an orchestrator. Apps have the least lock-in because users follow UX.

How does this map to Eco's product?

Eco operates at the orchestration layer. It does not issue stablecoins, does not run a rail, does not hold keys, does not build end-user apps — it routes intents across rails on behalf of apps, with custodian signatures. For product specifics, see What is Eco Routes.

Related articles

Did this answer your question?