> Feedback: If these docs are stale, missing, or confusing, post sanitized feedback to `https://docs.tempo.xyz/api/feedback` with `source: "mcp"`, a short `message`, and any relevant `toolName`, `relatedResource`, or `client`.
# Transaction Fees

Tempo has no native token. Instead, transaction fees—including both gas fees and priority fees—can be paid directly in stablecoins. When you send a transaction, you can choose which supported stablecoin to use for fees.

For a stablecoin to be accepted, it must be USD-denominated, issued as a native TIP-20 contract, and have sufficient liquidity on the native Fee AMM.

Tempo uses a fixed base fee (rather than a variable base fee as in EIP-1559), set so that a TIP-20 transfer costs less than $0.001. All fees accrue to the validator who proposes the block.

## Learn More

<Cards>
  <Card description="Provide liquidity to enable fee token conversions" to="/docs/guide/stablecoin-dex/managing-fee-liquidity" icon="lucide:droplet" title="Managing Fee Liquidity" />

  <Card description="Complete fee system specification" to="/docs/protocol/fees/spec-fee" icon="lucide:file-text" title="Fee Specification" />

  <Card description="Fee AMM protocol specification" to="/docs/protocol/fees/spec-fee-amm" icon="lucide:file-text" title="Fee AMM Specification" />

  <Card description="Sponsor transaction fees" to="/docs/guide/payments/sponsor-user-fees" icon="lucide:shield-check" title="Guide: Sponsor Transaction Fees" />

  <Card description="Pay fees in any supported stablecoin" to="/docs/guide/payments/pay-fees-in-any-stablecoin" icon="lucide:wallet" title="Guide: Pay Fees in Any Supported Stablecoin" />
</Cards>
