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

# POX Airdrop

Our Private Foxes NFTs were minted months ago. I have explained previously the whole story about us and how our whole community was just being supportive and was never looking for anything more.

But again, as a part of the **Gratitude Cycle**, I would like to reward our NFT holders who kept their Private Foxes NFTs by airdropping $POX tokens before starting the claiming process.

**How does the airdrop work?**

Our claiming system has been calculating the fortnights passed for each Private Fox NFT since their mint date.

So If you own a Private Fox NFT, we will use its mint date and its tier to calculate how much $POX you will get airdropped.

<table data-header-hidden><thead><tr><th width="184"></th><th width="137"></th><th width="202"></th><th width="176"></th></tr></thead><tbody><tr><td></td><td>OG Foxes</td><td>Private Foxes</td><td>Special Foxes</td></tr><tr><td>Supply</td><td>1522</td><td>4461</td><td>17</td></tr><tr><td>Reward ($POX)</td><td>75</td><td>50</td><td>250</td></tr></tbody></table>

<figure><img src="/files/B4DT648zqJUiwpDYQfml" alt=""><figcaption></figcaption></figure>

**How to calculate your airdrop?**

I know you guys won't be able to wait until we launch our claiming system, and I know you will spend time trying to calculate how many $POX tokens your Private Foxes NFTs will get airdropped. So we have created a Twitter bot that will facilitate the calculation for you.

If you hold a Private Fox NFT or you are planning to buy one, and you want to inquire how much it would be getting, then simply tweet this:

```
Hi @privatefoxbot how much $POX airdrop for my #fox1155 ?
```

Make sure to put your Private Fox NFT ID next to the #fox hashtag.

<figure><img src="/files/CP2jbkbgFDgtKcIktcYS" alt=""><figcaption></figcaption></figure>

If you hold multiple Private Foxes NFTs or you are planning to buy in bulk, and you want to inquire how much they would be getting, then simply tweet this:

```
Hi @privatefoxbot how much $POX airdrop for my #fox1155 #fox1166 #fox1177 #fox1188 #fox1199 #fox2200 #fox2211
```


---

# 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.privatefoxes.com/pox-airdrop.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.
