> 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/varkhul-the-bloodsworn.md).

# Varkhul, the Bloodsworn

> *“Every wound belongs to me.”*

Varkhul is the first of the Five Forsworn and the arena’s most relentless champion.

He thrives in close combat, pursuing weakened challengers with an enormous executioner’s cleaver. His attacks are direct and violent, making him the ideal introduction to SemperMC’s boss encounters.

{% hint style="danger" %}
Varkhul becomes increasingly dangerous when players remain close to him for too long.
{% endhint %}

### The Bloodsworn Champion

Varkhul was once the arena’s first undefeated champion.

When defeat finally came, he offered the arena every drop of blood it would ever claim in exchange for one more victory.

The arena accepted.

Now every wound suffered near him strengthens the oath still beating beneath his armor.

### The Encounter

Varkhul fights like a relentless berserker.

Expect him to:

* Rush players who create too much distance.
* Slam his cleaver into the ground.
* Disrupt nearby challengers with a powerful roar.
* Focus injured players with execution attacks.
* Become faster and more aggressive as the battle continues.

Watch his movements carefully. His most dangerous attacks are powerful, but they are not without warning.

### Placement Rewards

Participants are ranked by their personal damage contribution.

| Place   |  Money | Tokens | Key         | Custom Reward     |
| ------- | -----: | -----: | ----------- | ----------------- |
| **1st** | $3,000 |     75 | Tribute Key | Varkhul’s Cleaver |
| **2nd** | $2,000 |     50 | —           | Bloodsworn Idol   |
| **3rd** | $1,250 |     25 | —           | —                 |

{% hint style="info" %}
Placement rewards are delivered directly after the encounter and are separate from normal boss drops and mastery progress.
{% endhint %}

### Reward Identity

#### Varkhul’s Cleaver

A brutal executioner’s weapon once carried by the arena’s first champion.

Its immense weight makes every strike feel deliberate, while its blood-fed power rewards aggressive close-range combat.

#### Bloodsworn Idol

A relic formed from the oath bound inside Varkhul’s armor.

The idol may be used for Bloodsworn progression, crafting, or other arena rewards.

#### Bloodsworn Sigil

Proof that its bearer survived the Bloodsworn Champion.

Sigils may be exchanged for Varkhul-themed equipment, materials, and rewards.

### Mastery Quest

Varkhul has a permanent five-tier mastery path.

Mastery milestones are reached after:

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

Each tier provides increasingly valuable rewards, including money, experience, tokens, Bloodsworn rewards, and permanent recognition.

Placement rewards and mastery rewards are tracked separately.

### Strategy

Varkhul is the best encounter for learning:

* Arena positioning
* Damage contribution
* Attack telegraphs
* Boss phase changes
* Mastery progression

Create space when he prepares a charge, move away from his ground slam, and do not remain grouped around him during his roar.

Most importantly, do not allow low health to make you predictable. Varkhul is always watching for the weakest challenger.


---

# 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/varkhul-the-bloodsworn.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.
