> For the complete documentation index, see [llms.txt](https://docs.hashstack.finance/airdrop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hashstack.finance/airdrop/guide.md).

# Guide to the airdrop leaderboard

📍 Visit [app.hashstack.finance/v1/airdrop\_leaderboard](https://app.hashstack.finance/v1/airdrop_leaderboard/) to access the leaderboard.

In the airdrop leaderboard page, you can see:

1. Overall campaign stats (inside the yellow box) provide information about the details of the overall airdrop campaign, including the token pool and points earned by all users using the Mainnet V1.
2. The blue box content has the duration, epoch and snapshot details of the campaign.

<div><img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/1f031092-d37e-4974-b3d9-11344d205574/25447742-833c-46aa-bf47-160e425999a7/Untitled.png" alt=""> <figure><img src="/files/qC7EIR8C27OWnmN8uERY" alt=""><figcaption></figcaption></figure></div>

***

On the second half of the page, you will see two columns in the table:

1. Leaderboard
2. Your Stats

<div data-full-width="false"><img src="https://prod-files-secure.s3.us-west-2.amazonaws.com/1f031092-d37e-4974-b3d9-11344d205574/4117d817-e1b6-44b0-bc14-4d8c6352363b/Untitled.png" alt=""> <figure><img src="/files/avIlLGxJ3TVHv2S7VHcK" alt=""><figcaption></figcaption></figure></div>

The leaderboard has the information on:

* wallet address which are truncated
* liquidity generated (both by them and their referrals)
* points obtained
* estimated $HASH a user would earn with those points.

There are **two point systems**: near real-time and snapshot-based.

* Near real-time: These points are updated in near real time (\~12 hours) whenever you perform transactions on the Mainnet V1 dApp.
* Snapshot-based: These points are the average of all your points across the snapshots taken at each epoch. **They will be considered for the airdrop.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hashstack.finance/airdrop/guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
