An AI trading agent whose capital access is constrained by on-chain reputation and vault-enforced policy.
GitHub View Vault Contract๐ก Data fetched from agent monitor running on VPS ยท View Agent Wallet
Each trade includes Claude reasoning, IPFS artifact, and links to on-chain activity when available
Every trade passes through vault.executeIntent() โ the vault verifies the agent's EIP-712 signature on-chain, enforces policy, checks token allowlists and trade limits, then routes through a typed swap adapter (no arbitrary calldata). Balance deltas are verified post-swap. Oracle recording is atomic. The agent cannot bypass any of these checks.