> For the complete documentation index, see [llms.txt](https://defiwarrior-1.gitbook.io/defi-warrior/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://defiwarrior-1.gitbook.io/defi-warrior/gameplay/world-boss.md).

# World Boss

World boss is a game mode that allows multiple users to fight the boss at the same time.

**About Boss:**

* There are 2 World Bosses and the following characteristics:

| Start Time |                           Boss                           |     HP     |
| :--------: | :------------------------------------------------------: | :--------: |
|  7 A.M UTC |    <p>Fire Dragon Boss</p><p><em>(All users)</em></p>    | 75,000,000 |
|  2 P.M UTC | <p>Ice Pluto Boss</p><p><em>(Users with ticket)</em></p> | 35,000,000 |

* The boss will appear within 30 minutes and will end sooner if the boss is killed before that 30 minutes. After 30 minutes, but the boss has not been defeated, the system does not recognize the person who has the last hit but still has a reward calculated according to the leaderboard.

**About the gameplay:**

* Each user can only set a maximum of 3 warriors and a minimum of 1 team to participate in fighting World Boss.
* The player's team will attack the boss first
* After all warriors in the user's squad have finished attacking, the boss will deal damage AOE, this damage is so large that it can destroy the entire user's squad in 1 hit, every boss attack uses this skill.
* After being defeated by the boss, the user will have 15 seconds to respawn and continue to fight the boss until the world boss is defeated.
* Players can use eCWIG to respawn faster and compete for last hits. The first respawn will take 2 eCWIG and increase with the number of times, each subsequent respawn will add 2 eCWIG

**About the reward**

* Players receive rewards at the claim box
* Players participating in the World Boss fight will receive a certain number of points based on the amount of damage dealt to the Boss. Leaderboard will be reset until a new boss of the same type appear&#x73;**.** Different bosses, the reward will also be different

**Fire Dragon**

|   TOP   | Stamina | Energy | eCWIG |
| :-----: | :-----: | :----: | :---: |
|    1    |    46   |  4560  |  2280 |
|    2    |    29   |  2850  |  1425 |
|    3    |    17   |  1710  |  855  |
|   4-10  |    11   |  1140  |  570  |
|  11-20  |    6    |   570  |  285  |
|  21-50  |    3    |   285  |  143  |
|  51-200 |    1    |   114  |   57  |
| 201-500 |    0    |   29   |   14  |

**Ice Pluto**

|   TOP   | Stamina | Energy | eCWIG |
| :-----: | :-----: | :----: | :---: |
|    1    |    68   |  4560  |  4560 |
|    2    |    43   |  2850  |  2850 |
|    3    |    26   |  1710  |  1710 |
|   4-10  |    17   |  1140  |  1140 |
|  11-20  |    9    |   570  |  570  |
|  21-50  |    4    |   285  |  285  |
|  51-200 |    2    |   114  |  114  |
| 201-500 |    0    |   29   |   29  |

* For the last hit will receive 5% of the total reward.

|     Boss    | Stamina | Energy | eCWIG |
| :---------: | :-----: | :----: | :---: |
| Fire Dragon |    30   |  3000  |  1500 |
|  Ice Pluto  |    45   |  3000  |  3000 |

* For players who are not in the Leaderboard, they can also receive a reward if they deal with the required amount of dmg

|  ID |               Mission              | Reward |   Unit  |
| :-: | :--------------------------------: | :----: | :-----: |
|  1  | Respawn 4 times in World Boss mode |   40   |  eCWIG  |
|  2  |   Deal 25000 Health to World oss   |    4   | Stamina |
|  3  | Join the World Boss battle 6 times |   120  |  Energy |

**Staking ticket**

* Players stake FIWA to receive tickets to beat Ice Pluto Boss. After staking, the ticket will be received at Claim box
* Each boss ticket will have a time corresponding to the number of FIWA staking days
* In a day, the user can only choose 1 of 2 types of tickets to beat the boss:

|  Ticket |     FIWA Stake    |                       Benefits                       |
| :-----: | :---------------: | :--------------------------------------------------: |
|  Basic  |  2,500 in 14 days |                   Earn 1 ticket/day                  |
| Premium | 10,000 in 14 days | <p>Earn 1 ticket/day</p><p>10 times free respawn</p> |


---

# 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:

```
GET https://defiwarrior-1.gitbook.io/defi-warrior/gameplay/world-boss.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
