# Vesting & Claiming Methods

### Time-based vesting

* Divide unlocked tokens into time-based milestones (e.g. 3 months, 6 months, 12 months) to create long-term engagement.

*For example, users receive 10% of their tokens each month for 10 months, ensuring they remain committed to the project.*

<figure><img src="https://metastrike-1.gitbook.io/~gitbook/image?url=https%3A%2F%2F519067719-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252F2OA0kQoCExCZE5nCydWG%252Fuploads%252FsZEnnfLNmdrS5cfgtMSN%252FScreenshot%25202025-03-11%2520at%252023.11.47.png%3Falt%3Dmedia%26token%3D8df67248-e472-4ce9-934a-a2c48e29b794&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=ed8a4e6c&#x26;sv=2" alt=""><figcaption><p>A time-based vesting sample</p></figcaption></figure>

### Price-based vesting

* Tokens are only unlocked when the price reaches a certain level, to protect the token value and facilitate trading.

*For example, if the token price increases from the listing price of 1.0 USD to 1.5 USD, the system will unlock 20% of the expected tokens for users, incentivizing further trading and investment.*

| Listing Price  | Vesting for up price                                | Vesting for down price                               |
| -------------- | --------------------------------------------------- | ---------------------------------------------------- |
| listing\_price | unlockable\_supply \*(listing\_price/target\_price) | unlockable\_supply \* (target\_price/listing\_price) |

### Liquidity-based vesting

* Unlock tokens when total trading volume exceeds a certain threshold, boosting liquidity and trading activity in the market.

\
\&#xNAN;*For example, when total trading volume reaches 100 million USD, a portion of tokens will be unlocked, creating momentum for subsequent transactions.*

| Liquidity\_0 | Liquidity\_1 = Liquidity\_0 x2 | Liquidity\_1 = Liquidity\_0 x3 |
| ------------ | ------------------------------ | ------------------------------ |
| $200,000     | $400,000                       | $600,000                       |

### Claiming Token

* Manual Mode: Users claim tokens themselves when they are eligible according to the unlock schedule.
* AI Assist Mode: The system automatically analyzes performance and recommends bonus tokens, thereby promoting active user participation.
* *For example: After completing game tasks, the system can automatically add 5% bonus tokens to high-performing users.*

[<br>](https://metastrike-1.gitbook.io/unidrop-whitepaper-vi.0.1/tokenomics-and-ke-hoach-phan-phoi/co-cau-token)


---

# 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://unidropai.gitbook.io/unidropai-white-paper/tokenomics-and-distribution-plan/vesting-and-claiming-methods.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.
