> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.warfront-nations.com/llms.txt
> Use this file to discover all available pages before exploring further.

# World Boss Events in Warfront Nations

> Daily global boss with 10,000,000 HP and a 500 gold / 10,000 money reward pool split by damage contribution.

## Spawn Schedule

* **Frequency:** once daily
* **Spawn time:** random, between 1 and 18 hours after midnight UTC
* **Active window:** 6 hours
* **Health:** 10,000,000
* **States:** active, defeated, expired

## Damage Formula

Same formula as standard warfare:

```text theme={null}
damage = floor(energy * 100 * (1 + strength / 100 + level / 200))
```

Higher [training](/guide/training-and-progression) directly increases your damage per energy spent.

## Rewards

Reward pool is split by damage contribution:

* **500 gold** total
* **10,000 money** total

Reward share for each participant:

```text theme={null}
share = playerDamage / totalDamage
gold  = max(1,   floor(share * 500))
money = max(100, floor(share * 10000))
```

World Boss participation also rewards XP and counts toward the daily mission.

<Tip>
  Don't dump all your energy in the first minute. Spreading attacks lets you react to the damage race — minimum payouts (1 gold / 100 money) guarantee something even for tiny contributions.
</Tip>
