# RSUP Vesting & Airdrop Claims

The RSUP Vesting system allows users to claim RSUP token allocations from different airdrop distributions. These airdrops are subject to vesting schedules, meaning users can gradually unlock and claim their RSUP tokens over time. This can be found [here](https://resupply.fi/governance/rsup) below the Stake RSUP section. **In order to see this section you must have a wallet with Prisma, cvxPrisma, or yPrisma connected.**

#### Key Features of the Vesting System

* **Airdrop Vesting Periods:**<br>

  * Each airdrop has a fixed vesting end date, which is the same for all recipients, regardless of when they claim.
  * Once the vesting period is complete, the full RSUP token amount becomes claimable.<br>

  **Custom Recipient Option:**\
  \
  Users have the ability to redirect their airdrop claims to a different recipient by toggling the **"Use custom recipient"** option.

#### Available Airdrops for Claiming

**Team Airdrop**

* Distributed to team members as part of the protocol’s incentive structure.

**Airdrop to Prisma Hack Victims**

* Compensation for users affected by the Prisma hack.

**Airdrop to Compensate vePrisma Unlock Penalty**

* Issued to users who incurred penalties when unlocking vePrisma.

#### How to Claim RSUP

Users can click the **"Claim"** button to receive their allocated RSUP tokens.


---

# Agent Instructions: 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:

```
GET https://docs.resupply.finance/how-to-guides/using-resupply/rsup-vesting-and-airdrop-claims.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
