# Troubleshooting Guide

## Enrollment

<details>

<summary>General Enrollment Issues</summary>

1. Please follow these enrollment guides:
   * Desktop Enrollment
   * Mobile Enrollment
2. Disconnect your wallet from the [tokenproof.xyz](http://tokenproof.xyz/) site and try again.
3. Clear cache / cookies from the browser and try again.
4. We recommend using the native browser of the phone (e.g. Safari or Chrome) instead of wallet browsers, when possible. Also, make sure your wallet app is unlocked and no signature requests are awaiting in the wallet app.
5. Always make sure you are on a supported blockchain. You can find our full list of supported blockchains [here](https://docs.tokenproof.xyz/documentation/for-verifiers/supported-blockchains-tokens).
6. Ensure the latest version of the tokenproof app is installed
   * [iOS](https://apps.apple.com/app/tokenproof/id1605810422)
   * [Google Play](https://play.google.com/store/apps/details?id=xyz.tokenproof.wallet)

</details>

<details>

<summary>Unable to Scan Enrollment QR Code</summary>

1. Make sure to scan the enrollment QR code via the **Scan QR Code icon** found on the bottom navigation bar within the tokenproof mobile app
2. Ensure the view of the enrollment QR code is not being covered by other windows
3. Maximize the brightness of the display housing the enrollment QR code
4. Wipe debris from both the screen displaying the enrollment QR code and the camera of the device being used to scan
5. Ensure the latest version of the tokenproof app is installed:
   * [iOS](https://apps.apple.com/app/tokenproof/id1605810422)
   * [Google Play](https://play.google.com/store/apps/details?id=xyz.tokenproof.wallet)

</details>

<details>

<summary>Issues with Email Enrollment</summary>

1. All email codes will be emailed from **`no-reply@tokenproof.xyz`**
2. tokenproof Email Credentials can only be issued on a mobile or tablet device.
3. If you are still waiting on the email code, please check your spam or junk inbox.
4. Make sure the 6-digit code was entered correctly from the email.
5. Ensure the latest version of the tokenproof app is installed
   * [iOS](https://apps.apple.com/app/tokenproof/id1605810422)
   * [Google Play](https://play.google.com/store/apps/details?id=xyz.tokenproof.wallet)

</details>

<details>

<summary>Issues with Ledger Enrollment</summary>

1. Please follow the Ledger Enrollment guide: [Linking Your Wallet: Ledger](/documentation/for-users/tokenproof-guides/linking-your-wallet-ledger.md)
2. When using MetaMask with a Ledger, connect using the “hardware wallet” feature on MetaMask, not Ledger Live.
3. Ensure the latest version of the tokenproof app is installed
   * [iOS](https://apps.apple.com/app/tokenproof/id1605810422)
   * [Google Play](https://play.google.com/store/apps/details?id=xyz.tokenproof.wallet)

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tokenproof.xyz/documentation/for-users/troubleshooting-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
