> For the complete documentation index, see [llms.txt](https://docs.nine-chronicles.com/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nine-chronicles.com/introduction/intro/game-contents/world-boss-raid.md).

# World Boss :: Raid

## Introduction

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

The World Boss in Nine Chronicles is the first feature allowing multiple users to participate simultaneously, combining cooperation and competition for better rewards. Fenrir and Sehrimnir the World Boss, and players share a global HP to fight together, paving the way for encountering stronger bosses.

The newly premiered ‘World Boss’ is the first feature that Nine Chronicles presents where multiple users can participate simultaneously. Players can now cooperate and compete at the same time for better and better rewards.

## Configuration

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

The World Boss is unlocked after clearing Stage 50, with its season lasting for 1 week followed by a two-week off-season. Each battle comprises 5 waves, with the boss growing stronger as you progress. Players receive a "Battle Grade" after completing each battle, which affects the rewards. Each player is given three tickets daily, with additional tickets available for purchase using NCG.

## Rewards

In the World Boss, players enjoy the thrill of cooperating and competing to meet stronger bosses and earn various rewards. Post-battle, they receive rewards based on battle grades, boss kills, and season standings, providing a sense of accomplishment .

### **Battle Reward**

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

Battle rewards will be given according to individual battles. The reward will be given immediately after the battle.

### **Battle Grade Reward**

<figure><img src="/files/3yzl7IOGGVt4BUIKpxtW" alt=""><figcaption></figcaption></figure>

Battle Grade Reward will be given each time you have a breakthrough to the next grade. In other words, if you start with B-Grade but move on to A-Grade, you will get a reward. This reward will be refreshed every season. Theoretically, you can get up to 5 Battle Grade (including achieving D-Grade) rewards during one season.

### **Boss Kill Reward**

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

Boss Kill Reward will be given out to the players who participated once the boss has been killed. The reward will vary according to the number of participation and ranks.

### **Season Reward**

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

Season Rewards will be given out once the season is over. Rewards will vary according to the ranking & monster collection levels (Bonus rewards for Monster Collection will be updated with future versions).


---

# 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.nine-chronicles.com/introduction/intro/game-contents/world-boss-raid.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.
