# Token Deployments

{% hint style="success" %}
**Live**: The below outlines instructions for deployments on Clanker v4.0.0 that are now available across all Clanker platforms.
{% endhint %}

### General Token Deployment Info (Clanker v4.0.0)

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

* ERC-20 tokens with a total supply of 100 billion tokens.
  * Tokens are not mintable post-deployment, so the max supply will always be 100 billion.
  * Tokens are burnable using the `burn()` function on the token contract.
* Up to 90% of the total supply may be allocated to Clanker extensions. Extensions allow for token creators to allocate tokens for uses other than supplying liquidity in the new token's Uniswap v4 pool. The current list of extensions:
  * Vault: lock up / vest tokens for a configurable period of time (7 day minimum lockup).
  * Creator Buy / Dev Buy: spend ETH to execute a token swap within the deployment transaction, allowing for token creators to guarantee that they are able to make the first purchase of tokens from the initial pool.
  * Airdrop: airdrop tokens to a list of recipients to then claim with configurable lockup / vesting periods (1 day minimum lockup).
* The remaining tokens (up to 100% of the total supply if no extensions are used) are then allocated to up to 7 liquidity positions and placed into a Uniswap v4 pool for trading.
* When a new token is created, there's a brief "auction period" before normal trading opens to everyone. This auction is designed to capture value from MEV bots (sophisticated trading bots that try to profit from new token launches) and redirect some of the value back to the token's creator.
  * Normal trading starts after 5 rounds of the auction have completed (roughly 22 seconds post token deployment) or immediately after a round of the auction that has no bidders. The maximum delay before normal trading can start is at block *n+11*.
  * For additional detail, please refer to the [ClankerSniperAuctionV0](/documentation/references/core-contracts/v4/mev-modules/clankersniperauctionv0.md) documentation.

{% hint style="info" %}
The Airdrop extension contract is live and will soon be supported on the clanker.world UI.
{% endhint %}


---

# 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.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.
