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

# Quest & Reward

## What is Quest?

Quest is one of the most crucial features in SAKABA which incentivizes gamers’ on and off-chain engagement through completion of specific objectives or tasks to gain rewards such as experience points, in-game items and currency.

Players can earn experience points(abbreviated as XP) by completing quests(when quests are available) and claiming the rewards by clicking Claim button after the criteria is met.

When the player reached a certain amount of experience points they increase their player's level.

The level of a player can be used as a gamer's permanent on-chain credential record, which can be used as one of the indicators to determine eligibility for utilities and bonus perks provided by game publishers on SAKABA in the near future.

This means that their accomplishments will never be discarded when playing a new game. Our gamer credential system identifies gamers as real users, allowing them to receive many benefits from gaming publishers.

The flexibility of Quests creates a more personalized and dynamic gaming experience, leading to deeper engagement and increasing loyalty and retention.

Each time a player reaches the next level, they receive special rewards, and XP gets reseted to zero. Level can only be incremented by accumulating XP.

## How to gain XP

### Daily Quests

Daily quests are a kind of quest which gets reseted everyday, and players can earn XP by completing everyday. To be added in Phase2.

### Event Quests

Event Quests are special quests with unique rewards that can only be undertaken for a specific time. Players can only complete event quests one time, and these quests don't usually get reseted.

### New Account Quests

New accounts are given 3 sets of quests as a part of leveling experience. Completing these quests will allow you to access more quests.

* Connect Twitter
* Connect Discord Account
* Register e-mail address

<figure><img src="/files/l9oSxAeZA9u2h8AU1qnP" alt=""><figcaption></figcaption></figure>

## Leveling Up

### XP Required(Subject to change)

<figure><img src="/files/rqc1ZfA79ybX4KrT0CMR" alt=""><figcaption></figcaption></figure>

### Milestone Rewards(Subject to change)

<figure><img src="/files/Q4udcxiKP5w8RqUrIkkc" alt=""><figcaption></figcaption></figure>


---

# 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.sakaba.xyz/sakaba/fundamentals/quest-and-reward.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.
