# Vesting

<figure><img src="/files/EckmZwv7SFVrK7lp8Fwb" alt="" width="125"><figcaption></figcaption></figure>

## Presale Vesting Structure

Seek Protocol implements a tiered vesting model based on the purchase price at the time of participation. This approach ensures a fair distribution while incentivizing early adopters. Participants are assigned a vesting tier according to the price at which they acquire tokens during the presale. The structure is as follows:&#x20;

### **Vesting Tier 1: Purchase price above $0.008 and below $0.01**&#x20;

* **5% unlocked at TGE**&#x20;
* **1-month cliff**&#x20;
* **Daily linear vesting over 8 months**

### **Vesting Tier 2: Purchase price above $0.01 and below $0.013**&#x20;

* **10% unlocked at TGE**&#x20;
* &#x20;**1-month cliff**&#x20;
* **Daily linear vesting over 8 months**

### **Vesting Tier 3: Purchase price above $0.013**

* **20% unlocked at TGE**&#x20;
* **No cliff**&#x20;
* **Daily linear vesting over 6 months**

As the presale price increases incrementally each day, a participant’s vesting tier is determined by the price at which they complete their purchase. This model aligns with Seek Protocol’s long-term sustainability strategy, ensuring a balanced token distribution while rewarding early supporters.

<table><thead><tr><th width="220">Groups</th><th>Lock up (Days)</th><th width="148">Vesting (Months)</th><th width="144">TGE Unlock</th><th data-hidden></th></tr></thead><tbody><tr><td>Vesting Tier 1</td><td>30</td><td>8</td><td>5%</td><td></td></tr><tr><td>Vesting Tier 2</td><td>30</td><td>8</td><td>10%</td><td></td></tr><tr><td>Vesting Tier 3</td><td>0</td><td>6</td><td>20%</td><td></td></tr><tr><td>Community Incentives</td><td>30</td><td>12</td><td>0%</td><td></td></tr><tr><td>DEXIO Holders</td><td>0</td><td>2</td><td>0%</td><td></td></tr><tr><td>CEX Listings</td><td>0</td><td>2</td><td>0%</td><td></td></tr><tr><td>Liquidity</td><td>0</td><td>0</td><td>100%</td><td></td></tr><tr><td>Ecosystem Rewards</td><td>60</td><td>24</td><td>0%</td><td></td></tr><tr><td>Team</td><td>60</td><td>12</td><td>0%</td><td></td></tr><tr><td><p>Advisory/</p><p>Partnerships</p></td><td>30</td><td>18</td><td>0%</td><td></td></tr></tbody></table>


---

# 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://seekprotocol.gitbook.io/seekprotocol/blockchain/seek-token/vesting.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.
