# Challenge

A challenge is the step initiated by a curator when they find that the evidence provided by the badge applicant is fraudulent. Once the curators discover fraudulent information, they will make a deposit to initiate an arbitration process. Which is similar to a normal legal case in the traditional justice system.&#x20;

The objective of the deposit is that in case the jurors determine that the information was fraudulent, the curator will get the deposit of the applicant and his own deposit back. If the jurors found that the information provided was veridic, the juror will lose his/her deposit.

During the challenge process, the badge’s applicant and the curator can upload as much evidence as they can to prove their point to the jurors for them to make the final decision.<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-mechanics/challenge.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.
