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

# Airdrop Schedule

### **Airdrops**

RIPS was built in public and shaped by its earliest players. Every rip, streak, leaderboard climb, and piece of feedback helped bring the platform to life.\
\
To recognize that participation, **RIPS Points earned in each season (before and after TGE) convert into $RIPS during that season’s airdrop.**

Each season follows a predictable cycle:

1. **Points accumulate during the season.**
2. **A snapshot ends the season.**
3. **Points convert into that season’s airdrop.**
4. **Points reset and the next season begins immediately.**

#### **Season 1 (Genesis Airdrop)**

All points earned from Day 1 of RIPS through **November 18th, 2025 at 12:00 PM ET** are included in the Season 1 snapshot and convert into $RIPS in **Airdrop #1**. This Genesis Airdrop rewards the earliest supporters of the platform.

**Season 1 → Season 2 transition:**

* **Season 1 Snapshot:** November 18th, 2025 at 12:00 PM ET.
* **Season 2 Begins:** November 18th, 2025 at 12:01 PM ET (points reset and earning restarts).

#### **Season Mechanics (Seasons 1–6)**

Across all six seasons:

* Points convert into $RIPS at each season’s snapshot.
* Points fully reset after each snapshot.
* The next season begins immediately.

This structure makes the airdrop process **predictable, fair, and ongoing**, rewarding consistent participation over time.

#### **Airdrop Schedule (Seasons 1–6 — Total: 10% of supply)**

| Airdrop #     | Date                                          | % of Total Supply |
| ------------- | --------------------------------------------- | ----------------- |
| 1             | TGE + 1 week, due to standard Clanker lockup. | 3.0%              |
| 2             | TGE + 6 Weeks                                 | 1.0%              |
| 3             | TGE + 12 Weeks                                | 1.2%              |
| 4             | TGE + 18 Weeks                                | 1.4%              |
| 5             | TGE + 24 Weeks                                | 1.6%              |
| 6             | TGE + 30 Weeks                                | 1.8%              |
| 7 Onwards.... | TBD                                           | 20%               |

<br>


---

# 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.rips.app/tokenomics/airdrop-schedule.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.
