> ## Documentation Index
> Fetch the complete documentation index at: https://tokenterminal.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Stablecoins

> Every stablecoin: supply, holders, transfers and off-peg, across every chain.

A stablecoin is a token designed to hold a fixed value, usually one dollar. The catalog tracks every one of them: what each stablecoin is, every contract it lives on, every transfer it makes, and its daily supply, holders and off-peg deviation.

## Pages

<CardGroup cols={2}>
  <Card title="Registry" icon="table-list" href="/docs/catalog/stablecoins/registry">
    Metadata on every stablecoin: identity, peg currency, MiCA classification and per-chain deployments.
  </Card>

  <Card title="Transfers" icon="bolt" href="/docs/catalog/stablecoins/transfers">
    Every stablecoin transfer.
  </Card>

  <Card title="Supply changes" icon="bolt" href="/docs/catalog/stablecoins/supply-changes">
    Every stablecoin mint and burn. **In progress.**
  </Card>

  <Card title="Balances" icon="function" href="/docs/catalog/stablecoins/balances">
    Holder balances at any past date, computed at query time.
  </Card>

  <Card title="Metrics" icon="chart-line" href="/docs/catalog/stablecoins/metrics">
    Daily supply, holders, transfers and off-peg, per stablecoin and per deployment.
  </Card>
</CardGroup>
