# Badge Receiver

Badge receivers are users claiming their desired badges to verify specific information.&#x20;

They will be responsible for providing the evidence requested by the creator of their desired badge. Also, when applying for their desired badge, they will need to pay a small fee and leave a deposit.&#x20;

{% hint style="info" %}
The fee is the cost that the creators define on it when they create the certificate, you can read more about it [here](/protocol-participants/creators.md), and the deposit will be the reward of the curators in case the information submitted is challenged and the [challenge](/protocol-mechanics/challenge.md) is lost.&#x20;
{% endhint %}

Follow this [Step by step guide on how to apply for a badge.](/how-to-guides/how-to-get-a-badge.md)

<br>


---

# 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://doc.thebadge.xyz/protocol-participants/badge-receiver.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.
