# Rewards

## **Rewards Payout**

***

**Introduction**

In Taker Chain, rewards are distributed in the form of **$veTaker**, a non-transferable and non-circulating token. **$veTaker can only be converted one-way into $Taker at a 1:1 ratio**, meaning once converted, it cannot be reverted back to $veTaker. This mechanism is designed to encourage long-term participation in the network and governance. Both staking and rewards in the Taker Chain ecosystem are based on **$veTaker**.

To continuously earn rewards and participate in the network, **holding $veTaker is the most optimal choice**.

This guide explains the payout system, the factors influencing rewards, and how validators and nominators can optimize their earnings.

***

**Era Points**

Taker Chain measures its reward cycles in units called **Era**. Each Era lasts for a predefined period (e.g., 24 hours). At the end of each Era, validators are rewarded proportionally based on the **Era Points** they have earned.

**Era Points** are accrued through the following activities:

* **Block Production**: Successfully producing blocks for the network.
* **Validation**: Participating in the verification and consensus processes for network transactions.
* **Governance Participation**: Actively contributing to governance proposals and decisions (if applicable).

The accumulation of Era Points directly impacts the share of rewards validators receive. Consistent and high-performing validators are likely to earn more rewards.

***

**Reward Variance**

Reward variance in Taker Chain is primarily driven by differences in Era Points earned by individual validators. While validators may perform differently during each Era, the network is designed to ensure fairness over time:

* **Long-term Balance**: Through validator rotation mechanisms, all validators have equal opportunities to participate in block production and validation across multiple Eras, ensuring balanced reward distribution.
* **Optimizing Rewards**: Validators with stable performance and strong network connectivity typically accumulate more Era Points, leading to higher rewards.

***

**Payout Scheme**

Validator rewards are distributed in **$veTaker**, and the allocation follows these principles:

1. **Equal Validator Rewards**: All active validators receive the same base reward amount, regardless of the total stake behind each validator.
2. **Era Points Influence**: Individual payouts may vary based on the Era Points earned by validators during the Era.
3. **Governance and Extra Rewards**: Validators may earn additional rewards by actively participating in governance proposals.

For example:\
Consider a validator set with four members (Alice, Bob, Carol, and Dave), each earning the same Era Points during an Era, and no additional rewards:

* Alice (staked 18 $veTaker): receives 2 $veTaker rewards.
* Bob (staked 9 $veTaker): receives 2 $veTaker rewards.
* Carol (staked 8 $veTaker): receives 2 $veTaker rewards.
* Dave (staked 7 $veTaker): receives 2 $veTaker rewards.

Regardless of the amount of $veTaker staked, as long as the validator is part of the active set, the base reward remains the same.

***

**Running Multiple Validators**

Operating multiple validator nodes can increase total rewards, provided each node secures a spot in the active validator set.

For example:

* If Alice splits her 18 $veTaker stake into two validators, each with 9 $veTaker, and both validators join the active set:
  * Alice will earn two shares of the total payout per Era.

Validator set before splitting:

* Alice (18 $veTaker): 2 $veTaker rewards.
* Bob (9 $veTaker): 2 $veTaker rewards.
* Carol (8 $veTaker): 2 $veTaker rewards.
* Dave (7 $veTaker): 2 $veTaker rewards.

Validator set after splitting:

* Alice (9 $veTaker): 2 $veTaker rewards.
* Alice (9 $veTaker): 2 $veTaker rewards.
* Bob (9 $veTaker): 2 $veTaker rewards.
* Carol (8 $veTaker): 2 $veTaker rewards.

By running multiple validators, Alice secures two shares of the total payout, increasing her rewards.

***

**Nominators and Validator Payments**

Nominators in Taker Chain can delegate their **$veTaker** to validators to earn rewards without directly managing a validator node. Rewards depend on validator activity during an Era.

Key points about nominator rewards:

* **Trustless Reward Distribution**: Rewards are distributed directly to nominators through calls to the staking payout methods, ensuring nominators receive their earnings without validator interference.
* **Validator Commission**: Validators set a commission rate as a percentage of the block rewards they receive, which determines the share of rewards retained by the validator versus distributed to nominators.

For example:\
Validator Alice has a 20% commission rate and holds 50% of the total stake for her validator:

* **Gross Rewards**: 2 $veTaker.
* **Commission**: 0.4 $veTaker (20%).
* **Remaining Rewards**: 1.6 $veTaker.
* **Stake Distribution**:
  * Alice's stake (50%): 0.8 $veTaker.
  * Nominator's stake (50%): 0.8 $veTaker.

Alice's total reward = 1.2 $veTaker (commission + stake reward).\
Nominator's total reward = 0.8 $veTaker.

***

## **Offenses and Slashes**

Taker Chain employs slashing mechanisms to penalize validator misconduct and ensure network security. Misbehavior can result in slashes, disabling, or reputation penalties, affecting both validators and nominators.

***

**Offenses**

Validator offenses in Taker Chain can include:

* **Invalid Votes**: Voting for invalid blocks or against valid blocks during consensus processes.
* **Equivocations**: Producing conflicting statements during block production or validation due to duplicate signing keys or intentional misconduct.

Examples of equivocation-related offenses:

* Signing multiple votes for different chains in the same round.
* Producing multiple blocks in the same time slot.

***

**Penalties**

Penalties depend on the severity of the offense:

* **Slashing**: Validators and nominators lose a percentage of their staked $veTaker, ranging from 0.01% to 100%.
* **Disabling**: Validators are temporarily removed from the active set, preventing them from authoring blocks or participating in consensus.
* **Reputation Changes**: Validators lose reputation, making it harder to perform network tasks and attract nominators.

***

**Best Practices to Avoid Slashing**

To minimize the risk of slashing:

* **Secure Node Setup**: Use firewalls, SSH certificates, and ensure proper access control.
* **Avoid Duplicate Signing Keys**: Prevent equivocation by avoiding cloned servers or duplicated keystore folders.
* **Monitor Node Activity**: Regularly check validator performance and resolve errors promptly.

***

**Conclusion**

By understanding the reward mechanisms and adhering to best practices, validators and nominators can maximize their earnings in Taker Chain while contributing to the network's security and stability. **Holding $veTaker remains the key to unlocking long-term rewards and benefits within the ecosystem.**


---

# 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.taker.xyz/taker/tokenomics/rewards.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.
