> 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)
