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

# TokenID

> TokenID is the Hedera protobuf identifier for a token, addressed by shard, realm, and token number across the Hedera Token Service.

A unique identifier for a token.

| Field      | Description                |
| ---------- | -------------------------- |
| `shardNum` | A nonnegative shard number |
| `realmNum` | A nonnegative realm number |
| `tokenNum` | A nonnegative token number |

####
