# Reward Process

The **Reward Process** in the Yamata network is designed to promote **fairness and transparency** in the exchange by ensuring that both **Validating Nodes (VNs)** and the **Sequencer** are rewarded based on their performance, ensuring that rewards are distributed fairly for proper behavior while maintaining the integrity of the network.

<figure><img src="/files/N7ULCj57yginfPZ3nSag" alt=""><figcaption><p>Reward Process Flow</p></figcaption></figure>

1. [**Transaction Fee Distribution**](/yamata-nodes/reward-process/transaction-fee-distribution.md) **-** where fees are split into four different buckets for **Validating Nodes (VNs)**, **Yamata**, the **Future Reward Pool**, and the **Treasury**.
2. [**Challenge Results**](/yamata-nodes/reward-process/challenge-results.md) **-** If VNs successfully challenge the Sequencer, they are rewarded from the Treasury. If the challenge fails, the Sequencer receives the locked fees.
3. [**Validating Nodes (VNs) Rewards**](/yamata-nodes/reward-process/validating-nodes-vns-rewards.md) **-** given to VNs in the form of transaction fees, Treasury balance (when applicable), and base rewards from tokenomics for validating and overseeing the Sequencer.
4. [**Withdrawal Process**](/yamata-nodes/reward-process/withdrawal-process.md) **-** VNs can withdraw their rewards at any time, but slashing penalties are applied based on their reputation.


---

# Agent Instructions: 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:

```
GET https://docs.yamata.io/yamata-nodes/reward-process.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
