Agents need three things humans can fake: predictable transactional outcomes, runtime decision-making, and a single API for cross-chain action. Eco’s atomicity guarantees, Programmable Transactions, and intent abstraction were built for exactly this.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.
The pain you’re solving
- Agents writing contracts is risky and slow
- Multi-step cross-chain strategies break when chain state shifts mid-flow
- Per-chain wallet management explodes operational complexity
- “What just happened” is hard to reconstruct when an agent emits 12 transactions
What Eco gives you
| Capability | Product |
|---|---|
| Single-call multi-contract orchestration | Programmable Transactions |
| Cross-chain execution with atomic guarantees | Routes |
| One signature for multi-chain authorization | Permit3 |
| Static deposit address per agent / per task | Programmable Addresses |
| Conditional + best-execution logic in one tx | Programmable Transactions |
Recommended product mix
| Use case | Use |
|---|---|
| Agent moves USDC across chains | Routes API |
| Agent picks best DEX route at execution time | Programmable Transactions |
| Agent has authority to spend across chains | Permit3 |
| Agent receives payments from anywhere | Programmable Addresses |
