> For the complete documentation index, see [llms.txt](https://docs.dexe.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexe.io/operating-and-governing-your-dao/5.-token-sales/participating-in-token-sale.md).

# Participating in Token Sale

Learn how to join a fully decentralized on-chain Token Sale on [DeXe dApp](https://app.dexe.io/) and claim tokens according to the vesting schedule.

{% hint style="info" %}
**Make sure your have:**

* *enough native tokens (ETH, BNB, etc.) to cover gas fees;*
* sufficient balance of the payment asset you’ll use (e.g., USDT).

For private sales, your wallet must be **whitelisted** — otherwise, participation won’t be possible.
{% endhint %}

### 1. Choose the Token Sale

Find the **Token Sales** tab on the DAO page and select the sale you want to join.

<figure><img src="/files/nmmefcYmBtlcy3YZmuvz" alt=""><figcaption></figcaption></figure>

### 2. Explore Sale Details

Each sale page displays the key details — token, price, pairs, limits, and progress.

If vesting applies, you’ll also see the cliff and full vesting schedule, with exact start and end dates on the right panel.

{% hint style="info" %}
**Cliff** – initial lock period before unlocks start.

**Vesting** – time during which tokens gradually unlock after the cliff.

**Release frequency** – how often tokens unlock (e.g. monthly, weekly).
{% endhint %}

<figure><img src="/files/x7ovwYJLYcJA1Uw3PNGv" alt=""><figcaption></figcaption></figure>

### 3. Buy Tokens

Once you’ve reviewed the details, enter the amount you’d like to buy.

<figure><img src="/files/ZYIjUaKFe3OWrjGaKVtw" alt=""><figcaption></figcaption></figure>

Approve and confirm the purchase — all done!

### 4. Claim Tokens

**The cliff or vesting period begins once the sale is finalized.** Tokens unlock gradually and can be claimed on the same Token Sales page.&#x20;

<figure><img src="/files/AKuVNBFWvEd6gjm52XyR" alt=""><figcaption></figcaption></figure>

Each time you claim, the unlocked tokens are **automatically transferred from the treasury to your wallet.**

{% hint style="info" %}
If a **cliff** is active, no tokens can be claimed until the cliff ends.

The **Next Unlock** timer shows when the next portion becomes claimable.
{% endhint %}


---

# 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.dexe.io/operating-and-governing-your-dao/5.-token-sales/participating-in-token-sale.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.
