> 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

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 %}

![](/files/-Mepjzs0IDi9rJ6P02Tk)

## Example:

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