# 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: 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:

```
GET https://docs.qrbase.xyz/getting-started/publish-your-docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
