
How to read the BlazePhoenix swap screen: every number, decoded
BlazePhoenix Engineering · updated 2026-07-20 · 4 min · written from the deployed bytecode
By Mitra (@Sigmacrit) — anonymous developer of the BlazePhoenix protocol. The code is the résumé.
Abstract in 15 languages · resumo · resumen · 摘要 · 要旨 · ملخص
English — Every number on the swap card decoded: net receive, impact zones, minOut, the contract's iron floor, and which warnings mean stop versus proceed.
Português — Cada número do cartão de swap explicado: receção líquida, zonas de impacto, minOut, o iron floor do contrato, e que avisos significam parar ou prosseguir.
Español — Cada número de la tarjeta de swap explicado: recepción neta, zonas de impacto, minOut, el iron floor del contrato y qué avisos significan parar o seguir.
Français — Chaque nombre de la carte de swap décodé : réception nette, zones d'impact, minOut, le plancher du contrat, et quels avertissements signifient stop ou prudence.
Deutsch — Jede Zahl der Swap-Karte erklärt: Netto-Erhalt, Impact-Zonen, minOut, der Iron Floor des Contracts und welche Warnungen Stopp oder Vorsicht bedeuten.
Русский — Каждое число на карточке свопа расшифровано: чистое получение, зоны импакта, minOut, железный пол контракта и какие предупреждения значат стоп, а какие — осторожно.
Türkçe — Takas kartındaki her sayı çözüldü: net alım, etki bölgeleri, minOut, sözleşmenin demir tabanı ve hangi uyarının dur, hangisinin dikkat demek olduğu.
العربية — كل رقم في بطاقة التبديل مفسّر: الاستلام الصافي، مناطق التأثير، minOut، الأرضية الحديدية للعقد، وأي التحذيرات تعني التوقف أو الحذر.
हिन्दी — स्वैप कार्ड का हर नंबर समझाया गया: नेट प्राप्ति, इम्पैक्ट ज़ोन, minOut, कॉन्ट्रैक्ट का आयरन फ्लोर, और कौन-सी चेतावनी रुकने या सावधानी की है।
日本語 — スワップ画面の全ての数字を解読:正味受取額、インパクトゾーン、minOut、コントラクトのアイアンフロア、そして停止すべき警告と注意して進む警告。
中文 — 解码交换卡上的每个数字:净接收、影响区间、minOut、合约的铁底,以及哪些警告意味着停止、哪些是谨慎前行。
한국어 — 스왑 카드의 모든 숫자 해독: 순수령액, 임팩트 존, minOut, 컨트랙트의 아이언 플로어, 그리고 어떤 경고가 정지이고 어떤 것이 주의인지.
Bahasa Indonesia — Setiap angka di kartu swap dijelaskan: penerimaan bersih, zona dampak, minOut, iron floor kontrak, dan peringatan mana yang berarti berhenti atau lanjut hati-hati.
বাংলা — সোয়াপ কার্ডের প্রতিটি সংখ্যা ব্যাখ্যা: নিট প্রাপ্তি, ইমপ্যাক্ট জোন, minOut, কন্ট্রাক্টের আয়রন ফ্লোর, আর কোন সতর্কতা মানে থামা বা সাবধানে এগোনো।
Filipino — Bawat numero sa swap card, ipinaliwanag: net na matatanggap, impact zones, minOut, iron floor ng kontrata, at aling babala ang ibig sabihin ay huminto o mag-ingat.
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.
Do not trust this page — reproduce it
Every claim above is checkable against the chain. Start here:
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_callContracts are verified on every chain we deploy to — addresses in the protocol manifest. Deeper formal treatment: the whitepaper (PDF).
Share this article · join the discussion