> For the complete documentation index, see [llms.txt](https://riventide.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://riventide.gitbook.io/whitepaper/characters/alioth-the-envoy.md).

# Alioth the Envoy

DISCLAIMER: All content here in is subject to change as the meta evolves through development, testing, and community feedback. No part of the Whitepaper is to be copied

Alioth, also known as the Envoy, is an NPC the player can encounter during runs. Each of his encounters features an event related to Artifacts. They also appears in Pilgrim's Rest, where they sell meta-upgrades known as Riventide Enhancements in exchange for Crystals.

During a run, they appear in a Zone if the Envoy portal branch was chosen prior to entry. They may also appear as the random NPC in the first Zone of the first Biome or when selecting the Random NPC portal branch.

<figure><img src="https://3676099360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB694UG24YrhGIfBZkHaq%2Fuploads%2FVR6ugJYibri5TExnpKsH%2F300px-Envoy_Full.png?alt=media&amp;token=cf435f25-06aa-4c2f-99cb-66a2b6724cf0" alt=""><figcaption></figcaption></figure>

### Zone Encounters

All of Alioth's possible encounters focus on Artifacts. If the player refuses an event, they receive Gold based on the current Biome tier.

* Biome Tier 1: 10 Gold
* Biome Tier 2: 15 Gold
* Biome Tier 3: 20 Gold

#### Extra Artifact

Alioth offers two random Artifacts and the player chooses one to take. The presented Artifacts are always Common.

#### Trade Artifact

This event can occur only if the player owns at least two Artifacts, including the Monster Flask. The player may trade one owned Artifact, chosen from up to three random selections, for a new Epic Artifact. After selecting an Artifact, the player is presented with three random Epic Artifact options.

#### Upgrade Artifact

This event can occur only if the player owns at least two Artifacts, including at least one Common Artifact besides the Monster Flask. The player may upgrade one owned Common Artifact (excluding the Monster Flask), chosen from up to three random selections, to its Epic tier. Its charges are also fully replenished.

<figure><img src="https://3676099360-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB694UG24YrhGIfBZkHaq%2Fuploads%2FQHPkGOb1HdAeJCM5JIve%2FEnvoyPilgrimagePath.jpg?alt=media&amp;token=d4657b98-7548-4d87-bba9-840b6e3f2f24" alt=""><figcaption></figcaption></figure>


---

# 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://riventide.gitbook.io/whitepaper/characters/alioth-the-envoy.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.
