1. Connect & Setup
On connect, n0ir creates a deterministic smart account (ZeroDev Kernel) bound to your EOA. You sign once to approve the agent’s session key with limited permissions. Your EOA remains the root owner — you can revoke the agent or withdraw directly at any time.2. Deposit
Deposit USDC on Base. The agent identifies the top net-yield vault and deposits automatically.3. Continuous Monitoring
The agent scans all whitelisted vaults and tracks:- APY across every vault on every supported chain
- Net gain validation over a 2-day holding period
- Anti-oscillation checks to prevent ping-pong between vaults
4. Intelligent Rebalancing
The agent moves funds only when net-profitable:Same-Chain Move
Requires ΔAPY >= 1% to trigger a rebalance. No bridge fee.
Cross-Chain Move
Requires ΔAPY >= 3% to justify the bridge cost via CCTP.
5. Cross-Chain Transfers
For cross-chain moves between Base and Arbitrum, the agent uses Circle CCTP with dynamic mode selection:| Mode | Fee | When Used |
|---|---|---|
| Fast Transfer | 0.01% | Breakeven < 6 hours (large APY gain) |
| Standard Transfer | 0% | Breakeven >= 6 hours (saves fee) |
6. Withdrawal
Request a withdrawal and the agent:- Exits all vault positions across chains
- Bridges funds to your home chain (Base by default) via CCTP
- Transfers USDC to your EOA
