# How to get verified

Guild verification makes your guild visible and searchable on our platform for Guild users.

{% hint style="warning" %}
Verification is not a complete guarantee. Projects can change, and we cannot prevent all misuse of the platform. Always do your own research before participating in any community or claiming rewards.
{% endhint %}

### Verification requirements

* **Project authenticity** - We check verified social accounts (Twitter, Discord) and other public information to confirm the project is legitimate and established
* **Complete guild setup** - Your guild must be fully built with roles, requirements, and rewards configured. We only verify guilds that are ready for public use
* **Public launch** - Your project must be publicly announced on your official social channels

Only project admins can request verification.

### How to request verification

Send a DM on X (Twitter) to [@roland\_xyz](https://twitter.com/roland_xyz) with:

* Your guild URL
* Link to the public announcement of your guild launch

If we already have a group chat, you can just request it there - no need to contact on X.

We review each request individually and reserve the right to approve or reject applications without detailed explanation. We may revoke verified status at any time if projects change or issues arise.

After your guild is verified, you will see a blue checkmark.

<figure><img src="/files/t0uk7po4pHeCLD8nfrEN" alt=""><figcaption><p>Verified Guild</p></figcaption></figure>

{% hint style="info" %}
If you encounter a suspicious guild, report it by creating a ticket through the message icon at the bottom right of our website.
{% endhint %}


---

# 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.guild.xyz/guild/how-to-get-verified.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.
