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

# Points Aggregator

> View and track all your points from different projects in one place

<img className="block dark:hidden rounded-lg" src="https://mintcdn.com/portal-cca1aca1/aA8XqHdKiqoPu8Np/images/Aggregator_Title_Light.png?fit=max&auto=format&n=aA8XqHdKiqoPu8Np&q=85&s=7f618a345c75645066495ade9f5d668c" alt="Checkpoint Aggregator title, light theme" draggable="false" style={{ pointerEvents: 'none' }} width="673" height="169" data-path="images/Aggregator_Title_Light.png" />

<img className="hidden dark:block rounded-lg" src="https://mintcdn.com/portal-cca1aca1/aA8XqHdKiqoPu8Np/images/Aggregator_Title_Dark.png?fit=max&auto=format&n=aA8XqHdKiqoPu8Np&q=85&s=f9e22badc28b7822b83242f9202c32be" alt="Checkpoint Aggregator title. dark theme" draggable="false" style={{ pointerEvents: 'none' }} width="673" height="169" data-path="images/Aggregator_Title_Dark.png" />

# Checkpoint Aggregator

The **Points Aggregator** is your central hub for viewing all your points across different projects. Instead of checking multiple websites and platforms, see everything in one unified dashboard.

<img className="block dark:hidden rounded-lg" src="https://mintcdn.com/portal-cca1aca1/GdTcFzduKprV7vfc/images/Aggregator_Screen_Light.png?fit=max&auto=format&n=GdTcFzduKprV7vfc&q=85&s=65f976a83b2929c88d60fb765bab1988" alt="Checkpoint Aggregator application screenshot, light theme" width="1345" height="673" data-path="images/Aggregator_Screen_Light.png" />

<img className="hidden dark:block rounded-lg" src="https://mintcdn.com/portal-cca1aca1/GdTcFzduKprV7vfc/images/Aggregator_Screen_Dark.png?fit=max&auto=format&n=GdTcFzduKprV7vfc&q=85&s=30f405e02293f512273c40702162f77a" alt="Checkpoint Aggregator application screenshot, dark theme" width="1344" height="673" data-path="images/Aggregator_Screen_Dark.png" />

The aggregator allows you to check points balances without connecting a wallet. You can simply paste any address and retrrieve the points directly in your browser. The system fetches points data from integrated protocols and displays the results for available points to that address.

<Card title="Test it out" icon="link" href="https://checkpoint.exchange" horizontal>
  Check your own points across multiple protocols today.
</Card>

## Aggregator Features

The Points Aggregator fires the [adapters](https://github.com/0xPortalLabs/points-adapters) which power the [Points API](/core-products/point-api) endpoints to retrieve and normalize the data for the dashboard. It creates a data snapshot and displays points for protocols you have points for, including a breakdown for it.

It not only works on your address, but any address or unique identifier.

<CardGroup cols={2}>
  <Card title="Supporting any Points System" icon="layer-group">
    Works with any integrated protocol, only needing a unique identifier to retrieve points data
  </Card>

  <Card title="Real-time Snapshot" icon="hourglass-end">
    Live points data from integrated protocols, presented in an easy-to-read format
  </Card>

  <Card title="Insightful Data" icon="brain">
    Standardized data structure across all protocols, understand from what actions you are getting points for
  </Card>

  <Card title="Address Resolution" icon="address-book">
    Built-in address resolution for ENS and Clusters, just type a name and get the address
  </Card>
</CardGroup>

<Note>
  **Integrating your points system?** Check out our [Listing Guide](/get-started/quickstart#listing-on-checkpoint) or reach out on [Discord](https://discord.gg/fJ5dJbxxTT)
</Note>

## Explore Further

<CardGroup cols={2}>
  <Card title="Check Points API" icon="server" href="/core-products/point-api">
    Visit the Checkpoint Exchange to start trading points today
  </Card>

  <Card title="Get more technical" icon="code" href="/architecture">
    Explore and learn about Checkpoints architecture
  </Card>
</CardGroup>
