> For the complete documentation index, see [llms.txt](https://docs.cryptovalleys.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cryptovalleys.io/the-game/locations-and-npcs/sage.md).

# Sage

The Sage is an NPC that can be found in the Marketplace. They help players unlock a portion of their Locked YIELD on a weekly basis through the Wage & Harvest.

<figure><img src="/files/z3Gsq6saYEaWkBDIbQRR" alt="" width="563"><figcaption></figcaption></figure>

### Weekly Wage

The Weekly Wage is unlocked when reaching a LV 1+ Valley. It allows players to unlock Locked YIELD using the formula: `2.5 YIELD + (2.5 YIELD * Valley LV)`

<figure><img src="/files/y2nzhmHhoR038Q1yMhh9" alt=""><figcaption></figcaption></figure>

### Weekly Harvest

The Weekly Harvest allows players to unlock Locked YIELD by a fixed percentage every week:

* LV 10->14: 0.10%
* LV 15: 0.15%


---

# 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://docs.cryptovalleys.io/the-game/locations-and-npcs/sage.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.
