# Stablecoin Exchange

## Overview

Tempo has an enshrined Stablecoin DEX built into the protocol for trading between USD-denominated
TIP-20 tokens. You can swap at the best available price, place and manage limit and flip orders,
and create new trading pairs. The exchange settles to internal balances that you withdraw back to
your wallet, and a separate Fee AMM provides the liquidity that powers stablecoin fee conversions.

[See the Stablecoin Exchange specification](https://docs.tempo.xyz/protocol/exchange)

## See More

<Cards>
  <Card icon="lucide:arrow-left-right" title="Swap Stablecoins" description="Quote and swap one stablecoin for another at the best price." to="/tempo/guides/stablecoin-exchange/swap" />

  <Card icon="lucide:list-ordered" title="Place & Manage Orders" description="Place limit and flip orders, then read or cancel them." to="/tempo/guides/stablecoin-exchange/orders" />

  <Card icon="lucide:wallet" title="Manage Exchange Balances" description="Read your DEX balances and withdraw them to your wallet." to="/tempo/guides/stablecoin-exchange/balances" />

  <Card icon="lucide:git-merge" title="Create a Trading Pair" description="Create a new trading pair and configure its quote token." to="/tempo/guides/stablecoin-exchange/create-pair" />

  <Card icon="lucide:droplets" title="Provide Fee AMM Liquidity" description="Add and remove liquidity that powers stablecoin fee conversions." to="/tempo/guides/stablecoin-exchange/fee-amm-liquidity" />

  <Card icon="lucide:square-function" title="Stablecoin DEX Actions" description="The full dex.* and amm.* action reference." to="/tempo/actions" />
</Cards>
