Project Name: superchain-guard — The Security Frontier for Interoperable Intents
Applicant: ILE Labs (ILE-Labs · GitHub)
Program: Season 9 Growth Grants (Infrastructure Category)
Executive Summary
Optimism is entering the era of Native Superchain Interoperability. As users move assets and intents seamlessly between OP, Base, Zora, and other Superchain members, the attack surface for “Intent Phishing” and “Cross-Chain Slippage Drains” has increased exponentially.
superchain-guard is a Rust-powered, offline verification and pre-flight simulation suite. It allows users and programmatic integrators to locally verify cross-chain intents before signing, ensuring that what is sign-off on a frontend is exactly what will settle on the target chain. By solving the “Verification Gap” in Superchain interop, we provide the trust foundation necessary for high-TVL liquidity providers and institutional traders to commit capital to the Superchain.
The Growth Plan: Benefit to the Collective
1. Security as a Prerequisite for TVL
Season 9 focuses on increasing DEX TVL in Priority Pairs. However, the April 2026 hijacking of cow.fi (and similar DNS-level attacks) proved that users will withdraw capital at the first sign of frontend insecurity.
superchain-guard provides a “Local Source of Truth” that decouples intent verification from the DNS/frontend layer. This is not just a “tool”—it is a piece of critical infrastructure that prevents the $10M+ mass-drain events that cause TVL to flee the ecosystem.
2. Eliminating Interop Friction
Cross-chain swaps often fail due to “Silent Failures” (e.g., source chain gas spikes or destination chain liquidity depth shifts). Our Pre-Flight Simulator runs intents against a local fork of both the source and destination chains, predicting the outcome with 99% accuracy. This reduces the “Failed Swap” rate, which directly correlates to higher DEX Fees (the second core metric of Season 9).
Success Metrics (KPIs) & Attribution
We align our success directly with the core metrics of Season 9 through a rigorous, measurable framework:
-
Security-Adjusted TVL Protection:
- Baseline: Currently, $0 of native cross-chain intents are locally simulated (100% vulnerability to DNS/frontend injections).
- Target: Secure and protect $50M+ in cumulative cross-chain transactional volume within 6 months post-launch.
- Measurement: Indexed via on-chain event telemetry showing the volume routed through multisigs utilizing the
superchain-guardSafe Guard.
-
Interop Intent Success Rate:
- Baseline: Dynamic chain state changes (slippage shifts, gas spikes) cause a 5% to 8% destination-chain reversion rate for native cross-chain intents.
- Target: Achieve a simulated intent success rate of >99.5% (reversion rate of <0.5%) for users routed through the simulator.
- Measurement: Monitored via voluntary, anonymized pre-flight telemetry compared against transaction settlement receipts.
-
Ecosystem Integration & Adoption:
- Target:
- Primary: 15+ high-TVL DAOs/multisigs deploying our Safe Guard.
- Secondary: WASM engine integration in at least 2 major wallet extensions or frontends.
- Attribution Model: We trace unique on-chain interactions utilizing our helper libraries and open-source Safe Guard contracts on Gnosis Chain and Optimism.
- Target:
Technical Expertise: Why ILE Labs?
Our team is uniquely qualified to build low-level execution lenses:
- solana-cpi-lens: Reconstructed complex execution trees for cross-program invocations (direct parallel to cross-chain interop).
- stylus-debug-suite: A production toolkit for Arbitrum Stylus (Rust/WASM expertise).
- cow-intent-guard: Developed the local verification engine for CoW Protocol following the May 2026 security post-mortem.
Dedicated Core Team
We have dedicated 3 full-time members to ensure rapid execution and maximum ecosystem adoption:
- Taiwo (Lead Researcher & Systems Architect): Leads core decoder development and concurrent Anvil simulator orchestration.
- Charles (Team Lead & Lead Integration Engineer): Focuses on Safe Guard contract design, EVM execution, and Web3 integration wrappers.
- Rotimi (Head of DevRel & Ecosystem Lead): Focuses on building the educational courses, developer workshops, integration guides, and leading the ecosystem awareness campaign.
Milestones & Capital Allocation
Total Funding Requested: 32,000 OP
Milestone 1: Superchain Intent Decoder (4 Weeks)
- Funding: 10,000 OP
- Deliverables:
- Rust-native EIP-712 parser mapping cross-chain messages specific to the OP Stack (OP Mainnet, Base, Zora).
- Decoder support for
SuperchainERC20standard bridge events. - Local CLI decoding utility (
superchain-guard decode).
- Team Allocation: 2 Senior Rust Engineers (Taiwo & Charles) full-time.
Milestone 2: Concurrent Multi-Chain Simulator (4 Weeks)
- Funding: 12,000 OP
- Deliverables:
- Anvil-orchestrated concurrent fork orchestration engine for source and destination chains.
- Mock execution framework simulating L1-L2 cross-chain message passing state transitions.
- Dynamic slippage and gas verification scoring engine.
- Team Allocation: 2 Senior Rust Engineers (Taiwo & Charles) full-time.
Milestone 3: WASM Integration, Safe Guard & Ecosystem Awareness (4 Weeks)
- Funding: 10,000 OP
- Deliverables:
- Production WASM compilation of the decoder and simulator logic (
superchain-guard-wasm). - TypeScript SDK wrapper for seamless wallet/frontend integration.
- Open-source Safe Guard contract for self-sovereign multisig protection.
- Developer Courses & Ecosystem Awareness Campaign: Launch of interactive developer tutorials, quick-start templates, and virtual workshop sessions to ensure rapid onboarding of Superchain builders.
- Production WASM compilation of the decoder and simulator logic (
- Team Allocation: 3 Dedicated Team Members (Taiwo, Charles, Rotimi) full-time + 1 Part-time Security Auditor.
Technical Differentiation (vs. cow-intent-guard)
While ILE Labs leverages its architectural experience in building local simulators, superchain-guard is 85% net-new development:
- Architectural Reusability (~15%): We reuse high-level simulation orchestration patterns (e.g., Anvil sub-process spawning, generic CLI wrappers, telemetry setups).
- Net-New Cairo/EVM Codebase (85%):
cow-intent-guardis strictly coupled with CoW Protocol’sGPv2bit-packing, discrete solver auction mechanics, and off-chain order books. Optimism’ssuperchain-guardmust instead implement:- Native OP Stack L1-L2 cross-chain message passing and execution trace mapping.
SuperchainERC20token standard bridge routing.- Pre-execution gas estimation logic across heterogeneous L2 states.
- Cost Efficiency: Because we reuse architectural experience, we can deliver this complex infrastructure for only 32,000 OP (a ~50% savings compared to building from scratch, typically budgeted at 60,000+ OP).
Self-Sovereign Integration Strategy
Adoption is not bottle-necked by wallet providers:
- Self-Sovereign Vector (Day 1): We are shipping a Safe Guard. Any high-TVL yield harvester or DAO can deploy and install our Safe Guard immediately to secure their multisigs.
- Retail/Wallet Vector: We compile the core logic to a lightweight WASM bundle. We will offer a ready-made pull request for integration to major wallets (e.g., Safe, Coinbase Wallet), bearing 100% of the integration overhead.
- Programmatic desks: Institutional traders can integrate our CLI/SDK into their execution bots directly, protecting their capital without needing visual UI integration.
Post-Grant Sustainability
- Core Maintenance: ILE Labs is committed to keeping
superchain-guardupdated as a core open-source public good for the Optimism Collective. - Long-Term Support Model: We will not seek recurring grants for basic maintenance. Instead, we plan to launch a premium enterprise SaaS tier offering high-throughput, private cloud-hosted simulation endpoints for institutional arbitrageurs. The open-source CLI, WASM library, and public RPC endpoints will remain free and fully maintained forever.
Phased Roadmap & Future Expansion
We view this proposal as Phase 1 of a long-term commitment to Superchain security:
- Phase 1 (Current, 32,000 OP): Core Rust/WASM simulation engine, Safe Guard contracts, and the initial Developer Onboarding/Awareness Campaign.
- Phase 2 (Future Expansion):
- Develop a superchain-guard Google Chrome Extension providing retail users with seamless, zero-click pre-flight popups when executing any cross-chain swap.
- Expand native support to all emerging Superchain members (such as Zora, Mode, Metal, and Fraxtal).
- Phase 3 (Enterprise & Global Onboarding): Run physical developer workshops, compile extensive Cairo-to-EVM tracing adapters, and deploy ultra-low latency private RPC clusters for institutional market makers.
Competitive Landscape
- vs. Tenderly: Tenderly is closed-source, cloud-hosted, and introduces severe web-trust dependencies. In a DNS hijack (like
cow.fi), the compromised frontend can simply redirect Tenderly API calls.superchain-guardis 100% local, offline, and zero-latency, completely isolating the verification layer. - vs. Forta: Forta is a post-facto monitoring network (triggering alerts after state transitions).
superchain-guardis pre-flight prevention—blocking signature execution before transactions are ever broadcast.
Commitment to the Collective
We agree to provide bi-weekly updates on the Optimism Governance Forum and participate in the Grants Council review process. We are committed to an open-source (MIT/Apache-2.0) future for the Superchain.