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.

Solving Eco intents is a market-making business with two structural advantages over traditional bridge LP: per-intent rewards (no inventory drift), and Crowd Liquidity backstop (no need to pre-position capital on every chain).

The pain you’re solving

  • Capital efficiency — pre-positioning USDC on every chain is expensive
  • Inventory drift — pool-based bridges accumulate the wrong assets over time
  • Limited deal size — your reserves cap the intents you can fulfill
  • No way to differentiate on speed/price beyond raw capital

What Eco gives you

CapabilityProduct
Per-intent reward, no inventory accumulationRoutes architecture
Flash-borrow stablecoin liquidity for larger fulfillmentsCrowd Liquidity
Permissionless registrationSolver Registry API
Use caseUse
Quote + fulfill standard intentsRoutes API V2 endpoints
Capital backstop for large intentsCrowd Liquidity

Patterns

Standard solver

  1. Implement /api/v2/quote and /api/v2/quote/reverse
  2. Register your endpoints
  3. Monitor source-chain Portal for IntentCreated events with your quote
  4. Fulfill on the destination chain
  5. Wait for proof, then withdraw the reward
Recipe: Become a solver

Issuer-direct solver

If you’re an issuer or have native mint/burn access for a stablecoin, run a solver that uses your native channel for fulfillment instead of bridging. Lower cost = better quotes = more flow.

Get started

Recipe: Become a solver — the full integration walkthrough