# Receiving Vested Tokens

#### Receiving Vested Tokens

**Eligibility**

* Contributors will receive tokens according to the vesting schedule set by the presale.
* Tokens are vested based on the amount contributed and the specific vesting terms outlined by the project.

**Vesting Calculation**

* **Fees Deduction:** Before calculating the vested tokens, both platform fees and liquidity rates will be applied to your initial investment.
* *For example, if you invested 1 ETH and the presale has a liquidity rate of 50%, the calculation will follow these steps:*
  * Subtract any applicable platform fees from the total investment.
  * Deduct the liquidity portion from the remaining amount (50% of the initial investment).
  * The final amount will be used to calculate the vested tokens.

**Steps to Receive Vested Tokens**

1. **Check Vesting Schedule:** Familiarize yourself with the vesting schedule provided during the presale. This includes details on cliff periods, vesting intervals, and total amounts.
2. **Claim Tokens:**
   1. After the vesting cliff period has elapsed, you can claim your vested tokens.
   2. Navigate to the presale contract interface to access the claim functionality.
3. **Partial Claims:**
   1. If the vesting configuration allows, you can choose to claim a partial amount of your vested tokens rather than the entire allocation at once.
   2. Specify the amount you wish to claim within the allowed limits.
4. **Initiate the Claim:**
   1. Click the “Claim” button to initiate the token claiming process.
5. **Confirm the Transaction:** You will be prompted to confirm the transaction in your wallet. Ensure you have enough gas fees to process the claim.
6. **Completion:** Once the transaction is confirmed, your claimed vested tokens will be transferred to your wallet.


---

# 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://toshi-the-cat.gitbook.io/toshi-on-base/toshi-tools-documentation/launchpad/receiving-vested-tokens.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.
