Protocol Overview
x0x1 is a Calldata-as-a-Service platform for DeFi yield. AI agents verify APY from smart contracts, simulate on Anvil forks, and present state diffs for self-custody signing.
x0x1 is a Calldata-as-a-Service platform for DeFi yield. AI agents scan 29 protocols across 15 chains and verify every APY directly from smart contract state — not cached APIs, not aggregator feeds. They build transaction calldata, simulate on Anvil forks, and present a full state diff before you sign anything.
Strategy
Aggregator APYs are unreliable.
Morpho Blue's raw apy field shows 2980% —
gross APY before curator fees. The correct net_apy is 53%.
That's a 56x error. x0x1 adapters read contracts directly.
Architecture
Three independent, composable pipelines:
Key numbers
| Metric | Value | Details |
|---|---|---|
| Protocol adapters | 29 | Standalone Python modules, stdlib only |
| Chain coverage | 15 | Ethereum, Arbitrum, Base, Optimism, Polygon, Solana, HyperEVM, and more |
| Exploit database | 523+ | Historical DeFi hacks cross-referenced with every position (details) |
| TVL minimum | $1M | No positions below $1M TVL pass the risk filter |
| APY verification | Direct RPC | archive RPC nodes, JSON-RPC batch calls |
| Simulation | Anvil fork | Full state diff before every transaction |
Trust model
"Agent as unreliable center" — the AI orchestrates, deterministic code enforces:
Transparency
x0x1 is pre-audit and not yet open-source. An independent security audit is planned for Q3 2026, and SDK adapters will be published on GitHub after the audit completes. In the meantime, beta users receive full source access to all adapter modules for independent review.
The signing device runs on your hardware — no hosted service touches your funds.
- RPC down? Pipeline halts with
HALT_RPC_UNAVAILABLE. No fallback. - Wrong recipe? Reverts on Anvil fork, not mainnet. Self-healing loop patches it.
- Exit a position? Same pipeline. "Withdraw from Euler" → calldata → simulate → sign.
- Bridge fails mid-signing? Unsigned TX stays in relay buffer. Retry later. No partial state.
Stop trusting aggregator feeds. Verify yield from smart contracts.
Explore SDK Adapters → Signing Architecture → or request beta access