# Rewards and Penalties

### Rewards

Validators who successfully validate a block are rewarded with:

{% hint style="success" %}

1. A portion of the Transaction fees.
2. $GAME tokens, distributed from the tokenomics.
3. GameChain rewards coming from the games launched on the GameChain network.
   {% endhint %}

### Penalties

Validators found to be acting maliciously, such as attempting to approve fraudulent transactions or disrupting the network's operation, will face penalties including:

{% hint style="danger" %}

1. Slashing of a portion of their staked $GAME tokens.
2. Temporary exclusion from future validator selections.
   {% endhint %}

### Security Measures

To further ensure the network's security and reliability, the validation mechanism incorporates several additional measures, including:

* **Multi-Signature Validation:** Requiring multiple validators to agree on a block's validity before it is added to the blockchain.
* **Random Sampling:** Periodically reviewing blocks validated by nodes to ensure compliance with network rules.


---

# 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.gamestarter.com/gamestarter-ecosystem/gamechain/rewards-and-penalties.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.
