# Distribution

We prefer the distribution to happen **within 0-15 minutes from the TGE event**/listing/providing liquidity.

There are four options of tokens distribution. Please choose one or a mix and inform us. Feel free to ask more questions from our tech support.

### 1. Your claim portal

You have your own claim website, where people will be able to claim their tokens. You need to provide us with its URL and make sure the tokens are available there in time.&#x20;

{% hint style="warning" %}
For tokens launched ETH network the minimum allocation should be high enough to make claiming profitable. Ideally the **linear unlock mechanism** must be **built-in** directly into token contract code, so people don't spend any fees for getting the tokens.
{% endhint %}

{% hint style="warning" %}
Be cautious, same wallet may participate in the sale on multiple launchpads, you should merge the allocations from multiple lists before feeding it to a claimer.
{% endhint %}

### 2. You airdrop

You airdrop the tokens at TGE and according to the vesting schedule. We use <https://multisender.app/>, but there are many other alternatives for airdropping.

### **3. Our claim portal**&#x20;

We can deploy a claimer on any BSC, ETH, Polygon and any other ETH-like network. We only support weekly/monthly unlock. The claimer will be available on the pool page. **We deduct the amount spent on deployment and TX fee from the raised funds.**

We setup the claimer before the TGE. We will need the token address and the schedule to setup it. We will set the first batch unlock to the confirmed time (0-15 minutes after TGE), so no user can claim before the token is listed.

Schedule example: 16.66% unlocked at listing, 1 month cliff, 5 months linear unlock (i.e. 16.66% every month since month 2)

![](/files/J470Z2zpmVCoNbG6d73M)

### **4. We airdrop**

We airdrop the tokens at within 0-15 minutes after TGE. **We deduct the amount spent on TX fee from the raised funds.** On ETH the distribution to 1000 people (regular amount of participants) will cost $3000+ therefore it's advised to built the linear unlock mechanism into the token contract, which will make the claiming basically free.

Airdrop makes sense when 100% tokens are unlocked at TGE.


---

# 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.trustpad.io/trustpad-for-projects/ido/distribution.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.
