> For the complete documentation index, see [llms.txt](https://docs.thevault.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thevault.finance/validators/validator-reward-program.md).

# Validator Reward Program

The Vault is excited to introduce the validator reward program, rewarding validators based on the direct stake they receive from users. Validators will earn vPoints in proportion to the total direct stake they hold relative to the total vPoints available in the prize pool.

***

### 🛠 How It Works

* All validators who receive direct stake from the pool will be eligible for vPoint rewards.
* To claim your rewards:
  * Submit a ticket in the Discord #support channel with a [signed message](https://docs.thevault.finance/validators/signing-a-message) from your validator wallet.
  * Once your ticket is received, verification will begin.
  * After successful verification, you will gain access to your personal validator dashboard.
* Rewards will be distributed to your wallet on February 14, 2025.

***

### ✅ Eligibility Requirements

To participate in the reward program, you must:

* Be an allowlisted validator.
* Be receiving direct stake from the pool.
* Users can stake directly to your validator using this link:\
  <https://thevault.finance/dapp/direct/>

***

### 🎯 Reward Structure

* The total prize pool starts with 1,000,000 vPoints.
* For every 10,000 direct stake added across all validators, the total reward pool will increase by 500,000 vPoints.
* vPoints will be distributed proportionally based on each validator's monthly average share of the total direct stake in the pool.

***

Thank you to all our validators for helping keep Solana safe and secure. Together, we can continue building a thriving ecosystem that supports our growing community.

<br>


---

# 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.thevault.finance/validators/validator-reward-program.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.
