> 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/getting-started/publish-your-docs.md).

# How it works

***

1. **Puzzle is generated**\
   A QR code styled with a listed partner's token logo is sliced into a 3×3 sliding tile grid and shuffled.
2. **Player solves it**\
   Players have a limited time to slide the tiles back into the correct order. The timer depends on their current level — the higher the level, the less time available.
3. **Game is recorded**\
   Each puzzle session is recorded onchain. A $SCAN prize based on the player's current level is automatically sent to their wallet on a successful solve.
4. **Campaign progress advances**\
   Every puzzle generated for a token with an active Scan Mode campaign counts as one delivered game. When the campaign reaches its target, the hidden Scan Mode QR is fully revealed.
5. **Eligible users claim from the prize pool**\
   Users who meet the campaign's eligibility rules — such as holding the token, solving a required number of puzzles, completing a campaign task, or reaching a certain level — can claim from the USDC prize pool funded by the partner community.


---

# 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/getting-started/publish-your-docs.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.
