# Anti-exploit measures

The following measures will ensure that bitgrit prevents exploits related to discretionary distribution of rewards:&#x20;

* Clear and Transparent Rules: Each competition’s guidelines will be published on bitgrit.net, detailing the judging criteria such as innovation, impact, and technical feasibility.
* Multi-layered Review Process: Entries are first screened by a technical team to ensure they meet basic requirements, then evaluated by an independent panel of industry experts.
* Anonymised Submissions: Participants submit their entries through a portal that assigns unique IDs and removes personal information before judging.
* Smart Contracts: A smart contract is set up to distribute prizes automatically once winners are verified.
* Anti-Fraud Measures: Implement email verification and use behaviour analysis tools to detect multiple submissions from the same participant.
* Whitelisting Judges: Competition judges are selected based on their expertise and are required to sign conflict-of-interest statements.


---

# 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.bitgrit.ai/resources/anti-exploit-measures.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.
