> For the complete documentation index, see [llms.txt](https://wiki.sempermc.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.sempermc.net/custom-content/bosses/vaelorian-the-everbound-king.md).

# Vaelorian, the Everbound King

> *“Kingdoms perish. Oaths remain.”*

Vaelorian is the final ruler of the Five Forsworn and the greatest challenge within the boss arena.

His encounter brings together the lessons, dangers, and fighting styles of every champion who came before him.

{% hint style="danger" %}
Vaelorian is intended as the final Forsworn encounter. Challengers should understand the previous four bosses before facing him.
{% endhint %}

### The King Without a Kingdom

Vaelorian bound his kingdom with an oath that it would stand forever.

The walls collapsed.

The armies vanished.

The throne turned to dust.

The oath did not.

Every champion defeated within the arena has strengthened the crown that still answers to the Everbound King.

### The Encounter

Vaelorian fights as a multi-phase final boss.

Expect him to:

* Declare sections of the arena forbidden.
* Link challengers together through an oath.
* Drop his crown into the arena and release expanding shockwaves.
* Mark high-performing players for punishment.
* Summon echoes of previously defeated Forsworn.
* Borrow signature attacks from earlier encounters.
* Combine several fighting styles during his final phase.

Everything learned from Varkhul, Nythrael, Caedryn, and Mordrath matters here.

### Placement Rewards

Participants are ranked by their personal damage contribution.

| Place   |   Money | Tokens | Key             | Custom Reward            |
| ------- | ------: | -----: | --------------- | ------------------------ |
| **1st** | $12,000 |    225 | 2 Dominion Keys | Dominion’s End           |
| **2nd** |  $8,000 |    160 | Dominion Key    | Everbound Crown Fragment |
| **3rd** |  $5,000 |    100 | Tribute Key     | —                        |

{% hint style="info" %}
Vaelorian’s rewards reflect the difficulty of reaching and defeating the final Forsworn encounter.
{% endhint %}

### Reward Identity

#### Dominion’s End

The weapon carried by the last ruler of a kingdom that refused to remain dead.

Its power bears traces of every oath, champion, and defeat claimed by the arena.

#### Everbound Crown Fragment

A piece of the crown that continued ruling long after there was no kingdom left to command.

It may be used for Everbound progression, prestige crafting, or other final-tier arena rewards.

#### Everbound Sigil

Proof that its bearer stood before the Everbound King and survived.

Sigils may be exchanged for Everbound Regalia, prestige rewards, cosmetics, and final-tier relics.

### Mastery Quest

Vaelorian has a permanent five-tier mastery path.

Mastery milestones are reached after:

* 1 victory
* 3 victories
* 7 victories
* 15 victories
* 30 victories

The Everbound mastery path represents the highest level of long-term boss progression.

Its later tiers may provide rare rewards, prestige cosmetics, titles, and permanent recognition.

Placement rewards and mastery rewards are tracked separately.

### Strategy

Vaelorian tests everything the previous encounters teach.

During the encounter:

* Move immediately when sections of the arena are forbidden.
* Pay attention to players linked through Oathbind.
* Jump or avoid expanding Crownfall shockwaves.
* Recognize which Forsworn ability he is preparing.
* Do not ignore summoned echoes.
* Save healing and mobility for the final phase.
* Expect high-damage participants to become priority targets.

The Everbound King is not defeated through damage alone.

Recognition, positioning, patience, and survival are all part of the encounter.


---

# 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://wiki.sempermc.net/custom-content/bosses/vaelorian-the-everbound-king.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.
