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

# TokenKycStatus

> TokenKycStatus is the Hedera protobuf enum reporting whether an account has been KYC-granted, revoked, or is not applicable for a token relationship.

Possible KYC statuses returned on TokenGetInfoQuery or CryptoGetInfoResponse in TokenRelationship.

| Enum Name          | Description     |
| ------------------ | --------------- |
| `KycNotApplicable` | KYC n/a         |
| `Granted`          | KYC was granted |
| `Revoked`          | KYC was revoked |

####
