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.

Orchestration is a preview product. It exists today as a composition pattern across Eco’s existing products; a unified Orchestration API is on the roadmap. Talk to us if you want to be an early integrator.
The Orchestration layer combines Eco’s primitives — Routes, Programmable Addresses, Programmable Transactions, and Permit3 — behind a single integration surface, with optional compliance hooks.

Why this exists

Most non-trivial integrations span multiple Eco products:
  • A payment platform uses Programmable Addresses for funding and Routes for settlement
  • A DeFi protocol uses Routes for cross-chain deposits and Programmable Transactions for internal best-price routing
  • An AI agent chains a Programmable Address deposit, a Sauce-based swap, and a Routes destination call into one composable flow
  • A regulated payments app layers compliance (address screening, AML, region rules) over Routes via solver selection
Today, a partner glues these together themselves. The Orchestration API is the future single-call API for these composite flows.

What it composes

PrimitiveWhat it contributes
RoutesCross-chain stable transfers + RFQ + destination calls
Programmable AddressesStatic-address funding
Programmable TransactionsRuntime decision logic, best-execution selection
Permit3Single-signature multi-chain authorization
Compliance hooksAddress screening, AML, region enforcement at solver-selection layer

Roadmap

ItemStatus
Composition pattern docs (recipes)Available — see Recipes
Unified /orchestration/* APIIn design
Compliance Engine for solver-selection rulesPreview, contact for access
Single-API “compose” surface for partnersFuture
  • Recipes — composition patterns that already work today
  • Contact us — early-integrator access