> For the complete documentation index, see [llms.txt](https://sakura-nexus.gitbook.io/sakura-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sakura-nexus.gitbook.io/sakura-whitepaper/quickstart/sakura-points-mechanism-tentative.md).

# Sakura Points Mechanism (Tentative)

Sakura Points mechanism is designed to quantify player engagement and contribution within the platform. Only players holding NFTs (Genesis or Co-branded) are eligible to earn points. Free players or accounts without NFTs (Genesis or Co-branded) are excluded from point accumulation. It evaluates user participation over a rolling 15-day period, taking into account both gameplay and asset behavior.\
Calculation Dimensions:\
・ NFTs holdings and NFT holding tenure\
・ Player in-game turnover （CHIP+SAKU）in the past 15 days\
・ Player login and game time in the past 15 days\
・ Player game participation in the past 15 days

&#x20;

**Core Evaluation Metrics (subject to refinement)**

1. Login Activity & Online Duration (Daily)\
   5 minutes online: 1 point\
   15 minutes online: 2 points\
   30+ minutes online: 3 points
2. Game Participation Volume (Daily)\
   5 matches: 1 point\
   10 matches: 2 points\
   20 matches: 3 points\
   50 matches: 4 points
3. In-Game Turnover (Past 15 Days)\
   ≥ 3 million CHIP: 1 point\
   ≥ 7 million CHIP: 2 points\
   ≥10 million CHIP: 3 points
4. SAKU Token Transaction Volume (Past 15 Days)\
   ≥ 30,000 SAKU: 1 point\
   ≥ 80,000 SAKU: 2 points\
   ≥ 150,000 SAKU: 3 points\
   ≥ 230,000 SAKU: 4 points\
   ≥ 330,000 SAKU: 5 points\
   ≥ 500,000 SAKU: 8 points
5. Genesis NFT Holding Bonus\
   Formula:\
   (1+consecutiveholdingdays/365)×baseGSNFTpointvalue(1+consecutiveholdingdays/365)×baseGSNFTpointvalue
6. Co-branded NFT Holding Bonus\
   Formula:\
   SumofbasepointvaluesforeachJSNFTheldSumofbasepointvaluesforeachJSNFTheld

&#x20;\
Players can use their accumulated points to redeem in-game coupons and prizes in the Sakura Nexus Store. Each item has a fixed points threshold. Once eligible, redemption requires an additional payment in CHIP or SAKU token.\
・ Upon redemption, tokens will be permanently burned, contributing to a deflationary effect.\
・ Redemption status and delivery info will be sent via the player’s in-game inbox.

\
⚠️ Note:\
Redemption of on-chain assets may involve confirmation delays. Please do not submit multiple times to avoid transaction failure. Any token loss resulting from failed redemptions will not be recoverable.

🔒 Legal Notice:\
The Points System is intended for use exclusively within the Sakura Nexus platform and does not constitute a financial product or asset under Japanese law. The mechanism is designed to reward user engagement without assigning monetary value to points themselves.


---

# 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://sakura-nexus.gitbook.io/sakura-whitepaper/quickstart/sakura-points-mechanism-tentative.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.
