> For the complete documentation index, see [llms.txt](https://doc.pixotchi.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.pixotchi.tech/game-mechanics/rewards-p2e-model.md).

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