The on-chain DEX aggregator — the price the contract computes

Most aggregators quote off-chain: a server returns a number and you trust it. BlazePhoenix inverts that — the quote is computed on-chain by the Quoter contract, with the same math and state that settles the trade. The number you see is the number you get. Across Base, Ethereum, Optimism, Arbitrum and Robinhood Chain. Self-custodial, no KYC, no allowlist.

Open the swap ›

Don't trust — reproduce it

The quote is an eth_call anyone can run against any block. This is the number the Router would realise — verifiable before a single token moves:

cast call 0x4cEF0615614B212895F45Aa1D4833B16666E18d3 \
  "previewPlan(address,address,uint256)" \
  0x4200000000000000000000000000000000000006 \
  0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 1000000000000000000 \
  --rpc-url https://mainnet.base.org

The Quoter on Base — WETH → USDC, 1e18. Full contract set: /verify · architecture: /architecture.

Explore

Curated pairs: /tokens · trending gems & safety: Token Radar · provable staking: /solvency · learn the engineering: /learn.