today: 3 approvals · 3 txs · days. with atlas: 1 envelope · 1 atomic tx · seconds.
An agent composes Helix Treasury + Aurora Strategy + Aave atomically, bounded by one Atlas envelope. Each of the five ERC layers of the agent stack writes a real, separately verifiable Base Sepolia transaction.
Each layer of the agent stack emits its own verifiable Base Sepolia transaction. Atlas sits at the substrate tier, between delegation and execution.
| Layer | Standard | Role |
|---|---|---|
| Identity | ERC-8004 | Registered in on-chain registry |
| Coordination | ERC-8183 | Job posted and accepted on-chain |
| Delegation | ERC-7710 | Principal-signed delegation with caveats |
| Substrate | Atlas | Bounded execution — the focus layer |
| Execution | ERC-7579 | Smart-account routed |
Three steps execute simultaneously inside one envelope. All-or-nothing.
Treasury management (Helix Treasury · Systemic) → institutional agent strategy (Aurora · Systemic) → DeFi yield (Aave). Three different protocols, one atomic transaction, one Atlas envelope bounding the aggregate.
| Without Atlas | With Atlas | |
|---|---|---|
| Principal authorizations | 3 separate | 1 envelope |
| Transactions | 3 sequential | 1 atomic |
| Latency | days | seconds |
| Partial-state risk | yes — step 2 can fail after step 1 commits | no — all-or-nothing revert |
| Aggregate bound | each protocol checks in isolation | substrate checks across all three |
An AI moves money through three protocols in sequence: Helix Treasury → Aurora Strategy → Aave. We simulate the middle step failing. Without Atlas: $50K leaves the treasury and $30K gets stranded with no automatic way back. With Atlas: all three steps roll back together — the treasury is untouched. Toggle off to see the happy path: three sequential transactions versus one atomic batch.
runtime online · base sepolia 84532
setup
Vanilla · 3 sequential txs
Atlas · 1 atomic batch
Runtime: ~38 seconds. One atomic transaction containing all three steps. Five layer transactions individually verifiable on Basescan.
An agent just executed a three-protocol strategy in 38 seconds, atomically, under one envelope.
Five layers. One bound. The agent did what was impossible at the application layer.