> For the complete documentation index, see [llms.txt](https://docs.aspo.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aspo.world/details/gameplay-aspo-world/game-modes.md).

# Game Modes

## **Campaign mode**

Also known as Story mode. In the campaign mode, players will take turns to challenge opponents who are NPCs. Each NPC will protect a challenging gate in the story chapter. After completing all the stages, players will receive a large reward of ASPO tokens corresponding to each chapter.

![](/files/J8oaM89UZFxAGy8jNKoQ)

## **Quest mode**&#x20;

Including many different types of challenges such as: Training, Equipment Supplement, Patrol, Campaign. These activities will be reset every day and can only be entered with a certain number of times. However, the reward when completing the activities will include a lot of resources, equipment, upgrade items,... Try to complete them all, don't miss them.

In this mode, characters will take attendance to be rewarded with 0.2 tokens every day. On Saturday, they will get 0.5 tokens. Attendance for 1 month, they will receive 2 tokens at the end of the month.

Village guard quests: 30 times to get 1 token&#x20;

Map quests: get 0.05 tokens for Easy maps and 0.1 token for Large maps .

The more difficult the quest is, the more tokens players receive.

{% hint style="info" %}
The quests will not give more than 8 tokens per day.

{% endhint %}

![](/files/qds546kaHGPFT9Pl0GLw)

## **Competition mode**

Including 4 main forms: Challenge, Ranked, Duel, Fair Match. However, according to each type of arena, the scoring method, ranking rules and rewards will be different.

In particular, each player will deposit 0.5 tokens for 1 combat, the winner will receive the loser's deposit after deducting the gas fee. The winner will bear the gas fee. Unlimited combat p2p is considered as a form of tactical investment, whoever wins the mind game will win. Players can also earn tokens by completing the quests and waiting for sale.

The person who climbs to the top of the server monthly/ quarterly/ yearly will randomly draw for a reward. The rewards depend on the period. It can be stones, champions, or tokens.

![](/files/tMaeTRC0vkcZ41o01LA4)

{% hint style="info" %}
Players can join in clans (clan combat mechanics will be soon updated).
{% endhint %}


---

# 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.aspo.world/details/gameplay-aspo-world/game-modes.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.
