> For the complete documentation index, see [llms.txt](https://docs.dexpad.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexpad.io/faqs/create-your-presale-lock/too-large-supply-error-fix.md).

# Too Large Supply Error: Fix

Uniswap V2 has a limit on the maximum amount of Tokens in their liquidity.

For us this plays an important role, since we are about to add this liquidity for you to the Router.

To make this possible please ensure to reduce your decimals if you want to go with a token with a very big supply.

Max Supply \* Decimals = Max Amount of Tokens in the Liquidity

![](/files/-MlKirZfmweZ37RpwNt0)

## Example:

| MaxSupply                  | Decimals               |
| -------------------------- | ---------------------- |
| 10000000000000000000000000 | 000000(6)              |
| 10000000000000000000000    | 000000000(9)           |
| 10000000000000             | 000000000000000000(18) |

(This is the Maximum, so yeah rather put a zero away)


---

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

```
GET https://docs.dexpad.io/faqs/create-your-presale-lock/too-large-supply-error-fix.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.
