> For the complete documentation index, see [llms.txt](https://atochaprotocol.gitbook.io/atocha-protocol-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atochaprotocol.gitbook.io/atocha-protocol-wiki/puzzle-game-webapp-user-guide/atocha-points-and-rewards.md).

# Atocha Points & Rewards

| Parameters                          | Value                             | Description                                                                                                                                                                                                        |
| ----------------------------------- | --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Atocha Point Redeem Period Length   | Every 168 hours (1 week)          | Every 168 hours, users will be able to redeem ATO with Atocha Points accumulated. Note: Only top 5 in the leaderboard will get to claim every week. Once redeemed, those not making to the top will have a chance. |
| Atocha Point Redeem Record Duration | 12 era (day)                      | The record of AP redeemed will be kept on chain for 12 era.                                                                                                                                                        |
| Atocha Point Redeem Shortlist       | 5 slots (top 5 leaderboard)       | Based on the user base, the slots will be adjusted accordingly for the weekly redeem.                                                                                                                              |
| ATO Issuance per Block              | 0.0992 ATO                        | This is the total ATO issued for every block that will be redeemed with AP on every week.                                                                                                                          |
| Atocha Point Generation Rate        | Every 24 hours                    | Once the puzzle received sponsor, AP will start to be generated and updated every 24 hours.                                                                                                                        |
| Challenge Deposit Threshold         | 60% of Total Prize (ATO)          | Every Challenge Deposit will need to be over 60% of the ATO Prize Value to become a valid Challenge.                                                                                                               |
| Challenge Deposit Raise Duration    | 72 hours upon Challenge Initiated | Once Challenge is Initiated, it will last for 72 hours for the Judges to produce a verdict.                                                                                                                        |
| Storage Base Fee                    | 1000 ATO                          | Basic storage fee which prevents exploitation on Arweave capacity use.                                                                                                                                             |


---

# 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://atochaprotocol.gitbook.io/atocha-protocol-wiki/puzzle-game-webapp-user-guide/atocha-points-and-rewards.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.
