# Presale Token Deployments

{% hint style="danger" %}
Presale token deployments were deprecated on March 18, 2025.
{% endhint %}

Clanker is also able to deploy presale tokens, where a fixed percentage of the total token supply is sold at a flat price to all participants in the presale. Presales on Clanker currently sell 55% of the total token supply with a goal of 5.5 ETH. Once a presale reaches it's goal of 5.5 ETH, tokens are distributed to presale participants based on their presale contributions. The remaining 45% of the total token supply is paired with the 5.5 ETH (automatically converted to WETH) as a quote token and deposited into a newly created Uniswap v3 pool.

Presales must reach their goal before any tokens are created - there are not partial presales. If a presale falls short of the goal, tokens are never created and&#x20;

{% hint style="info" %}
ETH is the only supported coin for participating in Clanker presales. Presales currently only support WETH as quote tokens in presale deployed pairs.
{% endhint %}

See below for an example Clanker's presale flow:

1. User mentions "presale" when tagging @clanker on Farcaster with their token deployment request.
2. Clanker creates a presale for the token and responds to the user's deployment request with a link to the presale.
3. Users can participate in the presale through the clanker.world frontend for up to two hours or until the presale goal is met.&#x20;
4. Once the presale goal is met, the final presale participant's transaction deploys the token.
5. Presale tokens are distributed to presale participants and the remaining token supply is paired with the presale ETH to initiate a Uniswap v3 pool and deposit token/WETH liquidity.


---

# 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://clanker.gitbook.io/documentation/general/token-deployments/presale-token-deployments.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.
