Multi-DEX · V3
NOXA DEX
Launches as standard ERC-20s in real Uniswap V3-style pools · Factory / NFPM / QuoterV2 / SwapRouter02 · RH launchpad · RH realtime DEX · Unichain
NOXA DEX · Uniswap V3 fork
Generalized V3 swapping
Exact-input quotes via QuoterV2 (on-chain multi-tick path). Swaps execute through SwapRouter02 — you sign; no server private keys.
- NonfungiblePositionManager
- SwapRouter02
- Factory
- QuoterV2
Install or enable Backpack Wallet for swaps
Factory 0x1201EB5081eabc99b23DD952C1BFA5ea090d8779
Router 0x9D2ca6cB64edeeB1374Bf99868F1b2E9BED1194B
QuoterV2 0x0e063734B373064ABe4416cd4B0084086a63004F
NFPM 0x1B42162aF2711804825d088d56B850288D2146f7
Uniswap V3 Development Book model
A swap fills by iterating initialized ticks: amountSpecifiedRemaining until zero. Each step uses SwapMath.computeSwapStep between √P bounds (getNextSqrtPriceFromInput). Local pure math lives in src/lib/noxa/v3-swap-math.ts; production quotes use QuoterV2 so multi-range liquidity is included.