> For the complete documentation index, see [llms.txt](https://docs.gotchiverse.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gotchiverse.io/support/discord-verification.md).

# Discord Verification

If your name turns red in the Gotchiverse, it means your account has been flagged and restricted due to high probability of botting or other abuse.&#x20;

The fastest way to remove this restriction is by linking your Discord account to the Gotchiverse.

Step 1: Visit <https://verse.aavegotchi.com> and click the Gear (Settings) icon after connecting your wallet.&#x20;

![](/files/YB1S2YyZzroNBkELyFRg)

Once your Discord account is linked, a score is generated to determine your Trust level.

After linking your Discord, if your account is still restricted, you can try the following actions:

**Action 1:** Update your profile picture in Discord

**Action 2:** Join the Aavegotchi Discord server at <https://discord.gg/aavegotchi>

**Action 3:** Read the instructions in #how-to-verify and then send commands in #get-verified. Verifying with CaptchaBot will give you a gray @AAVESOME role. Verifying with Collab.land will give you a pink @GOTCHIGANG role or green @LAANDLORD role.&#x20;

**Action 4:** Enable Multi-factor Authentication (MFA) in Discord. Instructions on how to enable MFA (also known as 2FA) can be found here: <https://support.discord.com/hc/en-us/articles/219576828-Setting-up-Two-Factor-Authentication>.&#x20;

**After performing the above actions, go back to the** [**Gotchiverse**](https://verse.aavegotchi.com) **settings page. Disconnect your Discord, and re-connect it. Now your account should be unrestricted!**

![](/files/061uoVblIz9Fqkp6UPU3)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gotchiverse.io/support/discord-verification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
