Skip to main content
Fuego’s financial layer is built on two native assets and shared fee plumbing.

Assets

Legacy names that are not the current model:
  • Embers_Heat / fixed 10M:1 conversion — deprecated; do not use convertXfgToHeat() for minting
  • COLD deposits — removed
  • XFG term deposits as CDs — removed; CDs lock HEAT

Two-step deposit model

Step 2 is the only “deposit” that earns APY. You cannot deposit a deposit, and you cannot skip minting and lock XFG as a CD. Details: DEPOSIT_ARCHITECTURE.md (repo) and How CDs work.

Hearth

Hearth is the on-chain XFG/HEAT market (constant-product AMM plus orderbook / depth-band machinery). It:
  • Sets the TWAP / spot rate used when minting HEAT
  • Charges HEARTH_FEE_BPS = 100 (1%) per trade → 100% CD yield accumulator in consensus code (LPs earn the swap spread, not the fee)

swapXFG

swapXFG (SwapDaemon) is peer-to-peer cross-chain atomic swap infrastructure (adaptor signatures / chain clients). Completed XFG-side swaps charge 1%, split 69% CD yield / 11% Bonus Vault / 20% Treasury.

Fee map (code)

Mental model