> ## 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.

# Orchestration

> Compose Routes, Programmable Addresses, Programmable Transactions, Permit3, compliance behind a single API. Beta.

<Note>
  Orchestration is in **beta** and available to **Eco partners for early access**. It exists today as a composition pattern across Eco's existing products; a unified Orchestration API is on the roadmap. [Contact us](mailto:contact@eco.com) to integrate.
</Note>

The **Orchestration** layer combines four primitives behind a single integration surface: Routes, Programmable Addresses, Programmable Transactions, and Permit3.

## 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

| Primitive                                           | What it contributes                                                          |
| --------------------------------------------------- | ---------------------------------------------------------------------------- |
| [Routes](/routes/overview)                          | Cross-chain stable transfers, RFQ, destination calls                         |
| [Programmable Addresses](/addresses/overview)       | Deterministic-address funding                                                |
| [Programmable Transactions](/transactions/overview) | Runtime decision logic, best-execution selection                             |
| [Permit3](/routes/primitives/permit3/overview)      | Single-signature multi-chain authorization                                   |
| [Verified Liquidity](/verified/overview)            | KYB'd solver network, KYC/AML/OFAC-screened users, per-transfer audit record |

## Roadmap

| Item                                                                        | Status                                                        |
| --------------------------------------------------------------------------- | ------------------------------------------------------------- |
| Composition pattern docs (recipes)                                          | Available, see [Recipes](/recipes/send-usdc-cross-chain)      |
| Unified `/orchestration/*` API                                              | In design                                                     |
| [Verified Liquidity](/verified/overview), the permissioned fulfillment lane | Closed access, [contact to integrate](mailto:contact@eco.com) |
| Single-API "compose" surface for partners                                   | Future                                                        |
