Below is a streamlined roadmap that is easy to read but still detailed enough to execute. Each phase includes: goal → key builds → features shipped → success outcome.
Phase 1 - Dark OS MVP (Secure Private Payments)
Goal: Launch the first working ElizaPay OS where the AI agent runs privately inside a TEE and can send stablecoin payments safely.
What We Build
ElizaPay Dark OS Runtime (TEE MVP)
enclave runtime + encrypted memory
sealed storage for private agent state
basic remote attestation to prove correct enclave code
Eliza Agent v1 (Payment Operator)
send / receive stablecoins (USDC first)
create & sign transactions inside enclave
Policy Engine v1
per-transaction limit
daily spend cap
allowlist / denylist recipients
emergency freeze (panic mode)
What We Ship (User Features)
Private stablecoin payments across 1–2 chains
Safe transfer confirmation + transaction receipts
Basic “Agent Activity” screen (no sensitive logs)
Privacy / ZK Proofs (MVP)
ZK Balance Shield v1
proof-of-funds: “balance ≥ X” for purchases/payments
proof-of-policy: “this payment is allowed”
Phase 2 - Multi-Chain Banking + Auto-Routing
Goal: Make ElizaPay feel like a real agentic neobank by adding multi-chain routing, automation, and safer execution modules.
What We Build
Eliza Agent v2 (Neobank Automation)
auto-select best chain for sending payments
auto-manage gas + fee optimization
support scheduled transfers (basic automation)
Routing Engine v1
choose cheapest + fastest settlement route
bridge selection (only trusted bridges)
slippage + fee estimation
Connector Modules v1
DEX connector (swap stablecoin if needed)
bridge connector (move funds cross-chain)
payment connector (direct transfer module)
What We Ship (User Features)
Payments across 3–5 chains
Auto-routing: user sends once, agent chooses best path