✓ CAPABLE · USE CASE DEMO

Three Protocols. One Transaction.

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.

← back to use cases

§1 The five layers

Each layer of the agent stack emits its own verifiable Base Sepolia transaction. Atlas sits at the substrate tier, between delegation and execution.

LayerStandardRole
IdentityERC-8004Registered in on-chain registry
CoordinationERC-8183Job posted and accepted on-chain
DelegationERC-7710Principal-signed delegation with caveats
SubstrateAtlasBounded execution — the focus layer
ExecutionERC-7579Smart-account routed

§2 The atomic transaction

Three steps execute simultaneously inside one envelope. All-or-nothing.

Withdraw 50K USDC from Helix Treasury Deposit 30K to Aurora Strategy strategy Deposit 20K to Aave pool

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.

§3 Without Atlas vs With Atlas

Without AtlasWith Atlas
Principal authorizations3 separate1 envelope
Transactions3 sequential1 atomic
Latencydaysseconds
Partial-state riskyes — step 2 can fail after step 1 commitsno — all-or-nothing revert
Aggregate boundeach protocol checks in isolationsubstrate checks across all three

§4 Fire it

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

ERC-7579 batch · 1 envelope · aggregate cap 100K · 3 allowed targets

§5 What this unlocks

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.