# Agnostic routing: the same router on every chain and every venue

> Canonical: https://blazephoenix.xyz/learn/agnostic-routing-v2
> License: CC BY 4.0 (attribution + link) · © 2026 BlazePhoenix
> Updated: 2026-08-05



BlazePhoenix V2 is pre-deployment and under audit; this describes the design goal. Agnosticism means the router does not special-case the chain it is on or the venue it routes through. The same bytecode runs on Base, Ethereum, Optimism, Arbitrum and Robinhood Chain, and every pool is reached through the universal AMM primitive rather than a bespoke adapter.

## Fewer moving parts, fewer bugs

One implementation to audit instead of one per network, and one pool interface instead of one per DEX, means the attack surface does not multiply as the protocol expands. Chain-specific facts, like a gas token or an explorer, live in configuration at the edges; the core logic that handles your money stays identical everywhere, which is what makes a single audit meaningful.

**Verify it yourself:** After launch, diff the deployed bytecode across two chains on their explorers; agnosticism means the core router bytes match

Related: https://blazephoenix.xyz/learn/universal-amm-primitive · https://blazephoenix.xyz/learn/ungovernable · https://blazephoenix.xyz/learn/robinhood-chain-explained · https://blazephoenix.xyz/learn/v2-redesign-overview
