Skip to main content

Documentation Index

Fetch the complete documentation index at: https://eco.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Exchanges and onramps face a structural problem: users want destinations on every chain, but you can’t run withdrawal infrastructure for each one. Programmable Addresses turn that into one EVM withdrawal that auto-routes anywhere.

The pain you’re solving

  • Users want to withdraw to Solana, Polygon, Sonic, Ronin — you’d need a separate integration per chain
  • Withdrawal failures generate the highest-volume support tickets
  • Onramp users want their fiat to land on the chain where they actually use it
  • Your treasury sits on chains you don’t actively operate on

What Eco gives you

CapabilityProduct
Static EVM address that auto-bridges to SolanaSolana deposit addresses
Fast gasless deposits into Circle GatewayGateway Fast Deposits
Cross-chain withdrawal infra without per-chain deploymentRoutes API
Atomic refunds if a withdrawal failsVault model
Use caseUse
Solana withdrawalsSolana deposit addresses
Gateway-funded withdrawalsGateway Fast Deposits
Withdrawal to any supported EVM chainRoutes API
Onramp → end chain in one stepProgrammable Addresses

Patterns

”Withdraw USDC to Solana” with one EVM transfer

Per user, generate a Solana deposit address derived from their Solana wallet. Store the EVM address. When the user withdraws to Solana, your hot wallet sends a normal ERC-20 transfer to that EVM address. The address auto-bridges to the user’s Solana wallet. Recipe: Auto-route deposits to any chain

Fast deposits into Circle Gateway

Onramp partner sweeps customer USDC into Circle Gateway on Polygon for unified treasury management. Use Gateway Fast Deposits for 20–40 second settlement, gasless from the source chain. Recipe: Gasless USDC into Gateway

Withdrawal infra without N integrations

Instead of running per-chain withdrawal infrastructure, route every withdrawal through Routes. One integration, every supported chain.

Get started

Solana deposit addresses — the most common starting point