> For the complete documentation index, see [llms.txt](https://strobe-protocol.gitbook.io/strobe-protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://strobe-protocol.gitbook.io/strobe-protocol/money-market/strobe-points/quests.md).

# Quests

The Quest system is designed to reward users for engaging with the protocol. These will come in two forms, recurring weekly tasks and one-time quests for reaching milestones.&#x20;

<figure><img src="/files/AAf0jzeR8DJjKKN5NkVa" alt=""><figcaption></figcaption></figure>

Weekly tasks will cover actions such as supplying and borrowing assets. These will reset alongside the weekly check-in and completion of all recurring quests each week will award the user with an accumulating booster for weekly quest rewards.

Failing to claim your weekly quest rewards will break your streak, resetting your accumulating booster.

One-time quests, or milestones will be large lump rewards for actions such as completing weekly check-ins. These are unaffected by the booster but will be used to engage the user in healthy behaviours or promote new systems.

You may find limited period one-time quests during promotions or event periods, you’ll find a full list of quests within the application under the points tab.


---

# 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://strobe-protocol.gitbook.io/strobe-protocol/money-market/strobe-points/quests.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.
