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

# Token Price Feeds

> DIA token price feeds provide smart contracts with real-time price information of cryptocurrencies, transparently sourced from high-volume DEXs and CEXs.

## xMarket Overview

DIA xMarket feeds provide smart contracts **real-time price information of 3,000+ cryptocurrencies**, transparently sourced from 100+ trusted, high-volume DEXs and CEXs.

The feeds facilitate the development of DeFi use cases such as money markets, lending/borrowing, synthetic asset issuance, options, derivatives and futures markets, and many more.

<CardGroup cols={2}>
  <Card title="Lending & Money Markets" icon="building-columns" iconType="solid">
    Price collateral and settle loans with manipulation-resistant feeds.
  </Card>

  <Card title="Perpetuals, Options & Derivatives" icon="chart-line" iconType="solid">
    Fair funding rates and accurate settlement.
  </Card>

  <Card title="Stablecoins" icon="coins" iconType="solid">
    Consistent reference rates to maintain pegs during minting and redemption.
  </Card>

  <Card title="Synthetic Assets" icon="layer-group" iconType="solid">
    Reliable price tracking for minting and managing synthetics.
  </Card>

  <Card title="DEXs & Spot Trading" icon="arrow-right-arrow-left" iconType="solid">
    Accurate execution pricing with minimal slippage.
  </Card>

  <Card title="Prediction Markets" icon="scale-balanced" iconType="solid">
    Transparent data for fair, unbiased outcomes.
  </Card>
</CardGroup>

Browse all tokens that DIA's data library currently supports via the DIA App below. New assets can also be [supported on demand](https://www.diadata.org/docs/guides/how-to-guides/request-a-custom-oracle).

<CardGroup cols={2}>
  <Card title="Explore Token Feeds | DIA App" icon="magnifying-glass-chart" href="https://www.diadata.org/app/price/">
    Browse every asset in DIA's price library on the DIA App.
  </Card>

  <Card title="View Data Sources | DIA App" icon="database" href="https://www.diadata.org/app/source/defi/">
    See the exchanges and pools each feed is sourced from.
  </Card>
</CardGroup>

## How It Works

<Frame caption="Price Feed Flow">
  <img src="https://mintcdn.com/diadata/qIgjiltsbRJuXYkF/images/data-products-and-tools/price-feed-flow.png?fit=max&auto=format&n=qIgjiltsbRJuXYkF&q=85&s=2d4787975a32115c87d7873771932dc2" alt="" width="2304" height="1051" data-path="images/data-products-and-tools/price-feed-flow.png" />
</Frame>

Each [feeder](/docs/reference/architecture/data-sourcing#feeder) in the Decentralized Feeder Network runs scrapers that collect real-time trade data from CEXes and DEXes for specific trading pairs (e.g., BTC-USDT) that are then forwarded to the Collector which bundles them into atomic tradeblocks (grouped by market and exchange). The Processor then performs a two-step aggregation: first aggregating trades within each atomic tradeblock into a single value, then combining these values into a final price, which is submitted to the designated Pod (feeder contract) on-chain.

This enables your dApp to access first-party and verifiable data delivered from our decentralized feeder network!

## Learn More

<CardGroup>
  <Card title="Request a custom oracle" icon="angle-right" iconType="solid" horizontal href="/docs/guides/how-to-guides/request-a-custom-oracle" />

  <Card title="Fetch Price Data" icon="code" iconType="solid" horizontal href="/docs/guides/how-to-guides/fetch-price-data" />

  <Card title="Methodologies" icon="chart-line" iconType="solid" horizontal href="/docs/guides/methodologies-overview" />

  <Card title="Token Price APIs" icon="server" iconType="solid" horizontal href="/docs/reference/apis/token-prices" />

  <Card title="Data Sources" icon="database" iconType="solid" horizontal href="/docs/dia-stack/architecture/data-sources/overview" />
</CardGroup>
