# Deployer Supply

{% hint style="info" %}
When the token is launched, this is the amount of the total token supply that will be allocated to the deployer’s wallet.
{% endhint %}

<figure><img src="https://4215701994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdgLE7q4Yf9KPeNc5DGhQ%2Fuploads%2FucADYJRv6BRuNzcS1oke%2Fimage.png?alt=media&#x26;token=0ceee498-81b3-4f72-9e7d-0b02dac99516" alt=""><figcaption></figcaption></figure>

### How It Works

When you create a new token, you might want to reserve a portion of the total supply for yourself or your team. This portion can be used for various purposes, such as funding development, marketing, or providing liquidity on exchanges. The "Deployer Supply" field allows you to define exactly how many tokens will be allocated to your wallet right at the start.

**For example:**

* **Deployer Supply (token):** 10,000,000 tokens

This means that once you deploy the smart contract, 10,000,000 tokens will be transferred directly to your wallet. The total supply of your token on [enormuspump.fun](https://enormuspump.fun) is always 1,000,000,000 (billion), this means you, as the deployer, will hold 1% of the total supply from the very beginning.


---

# 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://enormuspump.gitbook.io/enormuspump.fun-manual/token-deployer-settings/deployer-supply.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.
