> For the complete documentation index, see [llms.txt](https://docs.dxsale.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dxsale.network/faq/why-is-my-transaction-for-starting-presale-failing/too-large-supply-error.md).

# Other: Way too large of token supply

Uniswap V2 has a limit on the maximum amount of Tokens in their liquidity. This will explain why you should be mindful of this

Due to Uniswap V2's limit (which is copied by most AMMs) , you will need to reduce the total supply of tokens. To make this possible, please ensure to reduce your decimals if you want to go with a token with a very big supply.

{% hint style="info" %}
Max Supply + Decimals = Max Amount of Tokens in the Liquidity
{% endhint %}

![](https://3286775751-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MTT8AZhxr8LCTIIdY3-%2Fuploads%2Fgit-blob-7f6b004f2c9dd4daaa183fef6cd6467cf4f25f5d%2Fimage.png?alt=media)

## Example:

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