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

# Data sources overview

> The full provider map behind Retina: CoinGecko, Zerion, Helius, Hyperliquid, Polymarket, Pendle, DeFiLlama, Diapleo, DropsBot, Merkl, and more.

Retina pulls from public APIs directly in your browser. A thin stateless proxy is used for a few providers (to avoid shipping API keys to the client). The proxy stores nothing.

## Provider map

| Provider     | What it powers                                                                    |
| ------------ | --------------------------------------------------------------------------------- |
| CoinGecko    | Crypto prices                                                                     |
| GoldApi      | Gold and silver spot prices                                                       |
| Zerion       | EVM wallets and positions                                                         |
| Helius       | Solana wallets and positions                                                      |
| Jupiter      | Solana token data                                                                 |
| Vybe Network | Solana wallet and protocol data                                                   |
| Moralis      | Solana token and account data                                                     |
| Ledger       | Solana account data                                                               |
| Hyperliquid  | Perps, staking, spot on Hyperliquid                                               |
| Polymarket   | Prediction markets                                                                |
| Pendle       | Yield data (APY, PT maturity)                                                     |
| DeFiLlama    | Yield data fallback                                                               |
| Diapleo      | Risk scoring (bring-your-own key, see [Risk scoring](/data-sources/risk-scoring)) |
| DropsBot     | Airdrops and rewards                                                              |
| Merkl        | Protocol rewards                                                                  |

## Detailed pages

<CardGroup cols={2}>
  <Card title="Prices" href="/data-sources/prices" icon="dollar-sign" />

  <Card title="EVM" href="/data-sources/evm" icon="hexagon" />

  <Card title="Solana" href="/data-sources/solana" icon="circle" />

  <Card title="Perps and staking" href="/data-sources/perps-staking" icon="trending-up" />

  <Card title="Prediction markets" href="/data-sources/prediction-markets" icon="vote" />

  <Card title="Yield data" href="/data-sources/yield" icon="percent" />

  <Card title="Risk scoring" href="/data-sources/risk-scoring" icon="shield" />

  <Card title="Airdrops and rewards" href="/data-sources/airdrops-rewards" icon="gift" />
</CardGroup>
