> For the complete documentation index, see [llms.txt](https://dexioprotocol.gitbook.io/dexioprotocol-whitepaper-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dexioprotocol.gitbook.io/dexioprotocol-whitepaper-1/our-games/geoquestar/badges.md).

# Badges

GeoQuestAR's badge system is a unique part of the experience, turning every quest and challenge into a adventure. Users earn badges for various achievements, from completing quests and seasonal events to achieving fitness goals or participating in partnership events. These badges are more than just virtual rewards; they represent dedication and skill that you can show off on your user profile.&#x20;

With certain badges, users unlock unique perks within the app, enhancing their gameplay and adding a layer of personalization. Some badges might grant access to exclusive in-game content, while others could boost interaction with fellow players or provide a treasure hunting edge.

This system fuels engagement, motivates users to explore new horizons, and fosters a sense of community. It transforms GeoQuestAR into a dynamic world where challenges are opportunities, and badges are the symbols of accomplishment, ensuring that every user's journey is uniquely rewarding.

<figure><img src="/files/ELyXNQixN8GuN4FqzFyK" alt="" width="188"><figcaption></figcaption></figure>


---

# 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://dexioprotocol.gitbook.io/dexioprotocol-whitepaper-1/our-games/geoquestar/badges.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.
