> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Solutions for exchanges & onramps

> Let users withdraw to any chain with one address. Route onramped fiat to any destination chain or wallet. Eliminate withdrawal-stuck support tickets.

Exchanges and onramps face a structural problem: users want destinations on every chain, but you can't run withdrawal infrastructure for each one. Eco turns that into one integration that reaches anywhere.

## The pain you're solving

* Users want withdrawals to many destination chains, 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

| Capability                                                | Product                                                     |
| --------------------------------------------------------- | ----------------------------------------------------------- |
| Fast gasless deposits into Circle Gateway                 | [Circle Gateway Deposits](/addresses/gateway-fast-deposits) |
| Cross-chain withdrawal infra without per-chain deployment | [Routes API](/routes/integrate/api)                         |
| Atomic refunds if a withdrawal fails                      | [Vault model](/concepts/vaults)                             |

## Recommended product mix

| Use case                              | Use                                                         |
| ------------------------------------- | ----------------------------------------------------------- |
| Gateway-funded withdrawals            | [Circle Gateway Deposits](/addresses/gateway-fast-deposits) |
| Withdrawal to any supported EVM chain | [Routes API](/routes/integrate/api)                         |
| Onramp → end chain in one step        | [Programmable Addresses](/addresses/overview)               |

## Patterns

### Fast deposits into Circle Gateway

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

→ [Recipe: Gasless USDC into Gateway](/recipes/gasless-gateway-deposit)

### Withdrawal infra without N integrations

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

## Get started

→ [Programmable Addresses overview](/addresses/overview)
