# BlazePhoenix V2: gasless, chain-agnostic, and provably bug-free by construction

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



BlazePhoenix V2 is pre-deployment and under audit; what follows is the specified mechanism, not a description of live mainnet behaviour. The redesign has three goals stated up front: gasless entry for users, full chain and pool agnosticism, and correctness that follows from a small set of invariants rather than from case-by-case patching.

## Built from primitives, not features

Instead of bolting on handlers per DEX, V2 composes a handful of primitives: a universal AMM abstraction over curve families, a manipulation-robust median for pricing defense, computable gas bounds that make routing DoS-resistant, and a result-verification step that measures what was actually received. Each primitive carries its own invariant, and the router is the composition of those invariants.

The bet is that a system whose safety is a few provable statements is both easier to audit and harder to break than one whose safety is a long list of special cases. The articles linked below unpack each primitive on its own.

**Verify it yourself:** Track the audit and deployment status on /verify — until an address is published there, treat V2 mechanics as design, not live behaviour

Related: https://blazephoenix.xyz/learn/median-4-percent-invariant · https://blazephoenix.xyz/learn/universal-amm-primitive · https://blazephoenix.xyz/learn/computable-gas-bounds · https://blazephoenix.xyz/learn/result-verification-primitive
