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

# TokenFreezeStatus

> TokenFreezeStatus is the Hedera protobuf enum reporting whether a token is frozen, unfrozen, or has no freeze key for a given account relationship.

Possible Freeze statuses returned on TokenGetInfoQuery or CryptoGetInfoResponse in TokenRelationship

| Enum Name             | Description                                |
| --------------------- | ------------------------------------------ |
| `FreezeNotApplicable` | Freeze n/a                                 |
| `Frozen`              | Token cannot be transferred to the account |
| `Unfrozen`            | Token can be transferred to the account    |
