
Proof-of-Trust is an AI trading agent built for verifiable trust, not just profit. It implements the ERC-8004 standard for on-chain agent identity, reputation tracking, and validation artifacts. ▎ The agent operates inside a strict risk envelope with seven enforced gates: max drawdown cap (5%), single position limit, confidence floor (60%), fee-aware filter (0.7% min edge), regime filter, circuit breaker (3 consecutive losses / $5 daily loss), and ATR trailing stop. The AI cannot bypass these constraints. ▎ Every trade intent is signed with EIP-712 typed data (secp256k1 ECDSA) and recorded as a validation artifact. The agent's identity is registered as an ERC-721 NFT on the ERC-8004 Identity Registry, with reputation scores computed from on-chain trade outcomes. ▎ Architecture: hexagonal Rust core with swappable adapters for execution (Kraken CLI), strategy (momentum + Claude/ADK hybrid), and chain integration. The regime detector uses ADX, Bollinger bandwidth, and hysteresis to classify markets as trending, ranging, or transitional. ▎ Tech stack: Rust (async tokio), 3 Solidity contracts (Identity Registry, Reputation Registry, Risk Router), SvelteKit dashboard with real-time Bollinger Bands and PnL charts, 70+ passing tests. ▎ Combined submission for both the Kraken Challenge (PnL via Kraken CLI) and ERC-8004 Challenge (trust infrastructure).
12 Apr 2026