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

# For Collectors

Bueno offers a couple of ways for creators to share pertinent information (such as social media links) with collectors (you!). As someone buying into a digital collectible project, you probably want to also find the most accurate information about who the creator is! Below is more information about the different types of verification & badges.

{% hint style="warning" %}
**A project can verify their social links but it doesn't mean the project is a good investment or endorsed by Bueno. Please remember to research a project before purchasing.**
{% endhint %}

### Social Proof <img src="/files/yyXjUW5Tjb0EOMOyhpdd" alt="" data-size="line">

Social Proof verification is a way for a project or artist to share their project or personal social links. A project that has added verified social links will have a badge along with the verified links contained inside.&#x20;

To receive this badge, users are required to authenticate into Bueno with their Twitter or Discord accounts. When verifying a Project's Discord, the creator is only able to select a server that they manage.

When you see the Shield for a project or artist, you can click on it to view the verified account(s).

<div><figure><img src="/files/zI424JuIApewV6K1oRnJ" alt=""><figcaption><p>Example of Profile verification</p></figcaption></figure> <figure><img src="/files/QNKVdFcmi79JkdvrpHV7" alt=""><figcaption><p>Example of Project verification</p></figcaption></figure></div>

{% hint style="info" %}
Additional verification types are coming soon.
{% endhint %}


---

# 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.bueno.art/verification/for-collectors.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.
