
In the fast-paced crypto markets, executing arbitrage requires strict latency controls, secure execution environments, and provable trust. STRIKER addresses these challenges by merging AI-driven market analysis with cryptographic security. STRIKER evaluates the spread between spot and perpetual mechanisms dynamically, utilizing an LLM (Gemini 1.5 Flash) to establish a risk-adjusted spread threshold. It strictly executes Delta-Neutral (cash-and-carry) strategies to capture funding rates and market premiums, effectively mitigating directional exposure. To ensure compliance with the ERC-8004 track, STRIKER fundamentally operates on a workflow of trust: 1. Identity Registration: Registers via the `IdentityRegistry` on Base Sepolia. 2. Capital Handling: Retrieves mock/sandbox capital through the initial provisioning endpoints. 3. Execution via RiskRouter: Crafts and digitally signs an EIP-712 `TradeIntent` directly from its TEE-secured private key, routing it strictly through the RiskRouter. 4. Reputation Update: Sends an immutable `giveFeedback` transaction recording the trade’s exact P&L (yield metrics relative to max drawn down) back into the On-Chain reputation vector. All of this happens inside a verifiable Intel TDX (via dstack) enclave, meaning STRIKER's code execution, prompts, and private keys can never be intercepted or altered, creating a truly trustless verifiable execution path.
12 Apr 2026