Vol. 1 · 7 Jun 2026
← Field guide

The protocol

Stablecoin gas & the Fee AMM

Tempo has no native gas token: fees are paid in USD-denominated TIP-20 stablecoins, and a protocol-native Fee AMM converts a payer's fee token into the validator's preferred one.

5 min read · Updated 2026-06-08

Paying gas in dollars

On most blockchains you must hold a volatile native coin to pay for a transaction. Tempo removes that step. Fees are paid directly in USD-denominated stablecoins issued under the TIP-20 standard, so a payer who only holds dollars never needs to acquire a separate gas token.

Because there is no native coin, the VM reflects this directly: BALANCE and SELFBALANCE return 0. Base fees for a simple transfer target under $0.001, making per-transaction cost predictable in dollar terms rather than fluctuating with a token price.

The Fee AMM

Many different stablecoins can circulate on Tempo, and a validator may prefer to be paid in a specific one. The Fee AMM is a protocol-native automated market maker used only to convert transaction fees between stablecoins.

When a payer's fee token differs from a validator's preferred token, the Fee AMM converts it automatically at a fixed rate. Liquidity providers to the Fee AMM earn 0.3% per swap. Importantly, the Fee AMM is a separate system from the general-purpose Stablecoin DEX — it exists purely to settle fees, not to trade.

The Fee Manager

Fee-token selection and conversion are coordinated by the Fee Manager, a Tempo system contract (at 0xfeec…). It works together with the Fee AMM so that users can pay gas in any qualifying USD-denominated TIP-20 while validators still receive their preferred stablecoin.

Where no single stablecoin is the natural intermediary, an optional neutral quote token, pathUSD (at 0x20c0…), can provide conversion paths for the Fee AMM.


Keep reading

Related


Citations

Sources

  1. [1]Tempo blog — Stablecoin Fees on Tempo
  2. [2]Tempo Docs — Exchange (Stablecoin DEX & Fee AMM)
  3. [3]Tempo Docs — Managing fee liquidity

tempowiki is a neutral, sourced reference. Every claim above is drawn from the cited sources; where a detail is uncertain it is omitted rather than guessed.


Answer-first

Frequently asked

What token do I need to pay gas on Tempo?
Any qualifying USD-denominated TIP-20 stablecoin. There is no native gas token — the Fee AMM converts your fee token into the validator's preferred stablecoin automatically.
Is the Fee AMM the same as the Stablecoin DEX?
No. The Fee AMM is a separate, protocol-native system used only to convert transaction fees between stablecoins. The Stablecoin DEX is an enshrined orderbook for trading stablecoins of the same underlying asset.
How much does a transfer cost?
Base fees for a simple transfer target under $0.001. Because gas is denominated in stablecoins, cost is predictable in dollar terms.