# How to read the BlazePhoenix swap screen: every number, decoded

> Canonical: https://blazephoenix.xyz/learn/reading-the-swap-screen
> License: CC BY 4.0 (attribution + link) · © 2026 BlazePhoenix
> Updated: 2026-07-20

Every number on the swap card decoded: net receive, impact zones, minOut, the contract's iron floor, and which warnings mean stop versus proceed.

The RECEIVE number is the net output after the 0.28% protocol fee — the number to compare across venues. Under it, the quote panel shows where that number came from: the route (which pools, how many LEGS in parallel, how many HOPS in sequence) and the PRICE IMPACT — the part of the cost your own size causes. Impact is colour-zoned: under 2% is normal; 2–10% shows an amber warning (proceed knowingly); at 10%+ the execute button is replaced by a circuit-breaker you must actively unlock — never a silent one-click loss.

MINOUT is your own floor: the least output you accept, set via the slippage control. Beneath it stands the contract's independent floor (the iron floor): re-derived on-chain at execution and hard-clamped at 75%, it cannot be lowered by anyone — your minOut can only tighten protection, never weaken it.

## What the warnings mean

"Partial fill" means the Solver could not route your WHOLE size at a fair price and offers the honest portion instead — shrink, or split the order. "No route" means no pool with verified real depth can carry the pair — a refusal, not a failure; the alternative was a terrible fill. "Set slippage" blocks execution until you choose a real minOut, because without one nothing gets signed. A REVERTED transaction usually means the market moved past your floor — the protection working, not breaking: you paid gas, but you did not eat the bad price.

Habit to keep: read impact zone → set minOut → check the route makes sense → execute. Ten seconds that make every warning on the screen work for you.

**Verify it yourself:** hover any quote and re-run it via /api/quote — the screen's numbers and the API's are the same on-chain computation, reproducible with one eth_call

Related: https://blazephoenix.xyz/learn/slippage-settings-guide · https://blazephoenix.xyz/learn/iron-floor · https://blazephoenix.xyz/learn/how-to-read-a-quote
