> For the complete documentation index, see [llms.txt](https://red-extraction.gitbook.io/red-extraction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://red-extraction.gitbook.io/red-extraction/web3/questing.md).

# Questing

The questing system serves as a dynamic and engaging feature that immerses players deeper into the game's universe. These quests are not just ordinary tasks; they are specially crafted missions set by headquarters for agents to clear, offering exciting challenges and rewarding experiences.

**Earning $OVDM Tokens**

Completing quests is not only about overcoming obstacles but also about reaping tangible rewards. Each quest successfully cleared grants the user the opportunity to earn $OVDM tokens, the game's native cryptocurrency. These tokens can be claimed and released directly to a user's trust wallet, providing a direct and valuable incentive for completing missions.

**Quest Rotation and Updates**

To keep the gameplay experience fresh and exciting, quests are updated twice a week, cycling through a pool of diverse challenges. This ensures that players always have new objectives to tackle and remain engaged in the game. However, it's important to note that if quests are not completed before the scheduled update, all progress towards those quests will be lost. This adds an element of urgency and encourages players to stay active and focused on their objectives.

<figure><img src="/files/zDX5qGk9Ub0nnY6EFvV5" alt=""><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://red-extraction.gitbook.io/red-extraction/web3/questing.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.
