> For the complete documentation index, see [llms.txt](https://docs.qrbase.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qrbase.xyz/for-players/tasks.md).

# Tasks

***

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th data-hidden></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-type="image"></th></tr></thead><tbody><tr><td></td><td><a href="/files/BRS1oTyUH58TV1SyxZ8d">/files/BRS1oTyUH58TV1SyxZ8d</a></td><td><a href="/files/1UTaLzK98WfeTf8HOiXO">/files/1UTaLzK98WfeTf8HOiXO</a></td></tr></tbody></table>

Tasks are promoted actions from partners. Players who complete a task bundle earn +1 attempt to play the puzzle.

Tasks can be used in two ways:

* **Standalone tasks** — exist outside any campaign. Completing the bundle earns +1 attempt.
* **Campaign tasks** — attached to a Scan Mode campaign. Completing the task may be required to become eligible for a campaign prize.

{% hint style="info" %}
**Note:** completing a task does not count toward campaign delivery. Delivery is based on generated campaign games only.
{% endhint %}

### Task types

| Type               | Platform    | Actions required                   |
| ------------------ | ----------- | ---------------------------------- |
| Follow X Profile   | Twitter / X | Follow an account                  |
| Engage X Post      | Twitter / X | Reply, Repost, or Like             |
| Follow FC Profile  | Farcaster   | Follow an account                  |
| Engage FC Cast     | Farcaster   | Comment, Recast, or Like           |
| Engage FC Mini App | Farcaster   | Open, Add, or enable Notifications |

### Verification

Task completion is verified automatically — no manual proof needed. Twitter tasks use SocialData.tools. Farcaster tasks use Neynar APIs.

{% hint style="warning" %}
The "Engage FC Mini App" task type cannot be automated. It requires a human to open, add, or enable notifications for a mini app.
{% endhint %}


---

# 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://docs.qrbase.xyz/for-players/tasks.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.
