# Rewards  (P2E Model)

### **Overview**

Pixotchi’s ETH reward system is powered entirely by the game’s onchain activity.\
A portion of the taxes collected from **$SEED buy/sell transactions** funds the global reward pool.\
This ensures rewards remain transparent, decentralized, and directly tied to player engagement.

***

### **How Rewards Accumulate**

1. **The game contract receives ETH** from SEED trading activity.
2. **This ETH accumulates in the global rewards pool.**
3. **Each active plant receives a proportional share** of the pool based on its **Score**.
   * Score is primarily driven by Plant Points (PTS).
   * Higher PTS → higher share of rewards.

Reward shares are calculated continuously and stored onchain.

***

### **Claiming Rewards**

Rewards are claimable only when a plant’s lifecycle ends.

To claim:

1. Go to **Account → Rewards** in the Pixotchi App
2. Select the plant
3. **Burn** the plant to finalize and withdraw its accumulated ETH

Burning the plant resets the lifecycle but secures all rewards earned.

***

### **Key Principles**

* Rewards are algorithmic and onchain
* Distributed based on **relative performance**, not absolute PTS
* No human intervention in calculations
* Fully transparent: all distributions are verifiable via smart contract


---

# 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://doc.pixotchi.tech/game-mechanics/rewards-p2e-model.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.
