> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TokenSupplyType

> TokenSupplyType is the Hedera protobuf enum that marks a token's supply as either INFINITE or FINITE, controlling the maximum mintable amount.

Possible Token Supply Types (IWA Compatibility). Indicates how many tokens can have during its lifetime.

| Enum Name  | Description                                                                                      |
| ---------- | ------------------------------------------------------------------------------------------------ |
| `INFINITE` | Indicates that tokens of that type have an upper bound of Long.MAX\_VALUE.                       |
| `FINITE`   | Indicates that tokens of that type have an upper bound of maxSupply, provided on token creation. |
