> Feedback: If these docs are stale, missing, or confusing, post sanitized feedback to `https://tempo.xyz/developers/api/feedback` with `source: "mcp"`, a short `message`, and any relevant `toolName`, `relatedResource`, or `client`.
> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://tempo.xyz/developers/api/mcp` to find what you need.
>
> **Have feedback?** Use `submit_feedback` on the same MCP server.

# Exchange Stablecoins

Trade between stablecoins on Tempo's enshrined decentralized exchange (DEX). Start with quote-token behavior, then execute swaps, provide liquidity, or manage the fee-liquidity path for a stablecoin.

## Stablecoin Exchange Paths

<Cards>
  <Card description="Learn about pathUSD, the root quote token that powers stablecoin interoperability." to="/docs/protocol/exchange/quote-tokens#pathusd" icon="lucide:coins" title="Understand pathUSD" />

  <Card description="Execute swaps between stablecoins." to="/docs/guide/stablecoin-dex/executing-swaps" icon="lucide:arrow-left-right" title="Execute Stablecoin Swaps" />

  <Card description="Provide liquidity by placing limit orders or flip orders in the orderbook." to="/docs/guide/stablecoin-dex/providing-liquidity" icon="lucide:droplet" title="Provide Stablecoin Liquidity" />

  <Card description="Keep fee pools balanced so users can pay transaction fees with your stablecoin." to="/docs/guide/stablecoin-dex/managing-fee-liquidity" icon="lucide:badge-dollar-sign" title="Manage Fee Liquidity" />
</Cards>
