> 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/contracts.md).

# Contracts

**Overview**

Pixotchi is powered by a set of modular, upgradeable, and independently verifiable smart contracts deployed on Base. Each component of the ecosystem ,tokens, plants, lands, and gameplay modules, operates onchain.\
All contracts are open-source, publicly accessible, transparent, and upgrade paths follow strict standards.

> **Note:** Some mechanics may evolve as part of ongoing updates and future versions of the protocol. Contract addresses themselves are final unless explicitly upgraded under their standards (e.g., EIP-2535).

***

### **Core Contracts**

#### **Tokens**

<table><thead><tr><th width="101.6666259765625">TICKER</th><th width="84.66668701171875">Standard</th><th width="388.666748046875">Address</th><th>Notes</th></tr></thead><tbody><tr><td><strong>SEED</strong></td><td>ERC-20</td><td><code>0x546D239032b24eCEEE0cb05c92FC39090846adc7</code></td><td>Core ecosystem token, taxed (buy/sell), audited</td></tr><tr><td><strong>LEAF</strong></td><td>ERC-20</td><td><code>0xE78ee52349D7b031E2A6633E07c037C3147DB116</code></td><td>Earned via staking SEED, used for Land upgrades</td></tr><tr><td><strong>PIXOTCHI</strong></td><td>ERC-20</td><td><code>0xA2EF17bb7Eea1143196678337069dFa24D37d2ac</code></td><td>Pixotchi's Creator Coin</td></tr></tbody></table>

***

#### **Plants**

<table><thead><tr><th width="101.00006103515625">Version</th><th width="107">Standard</th><th width="385.6666259765625">Address</th><th>Notes</th></tr></thead><tbody><tr><td><strong>Plants V1</strong></td><td>ERC-721</td><td><code>0x9FdE194ae83Aed15DFc77bE30552Fb8651B366A6</code></td><td><strong>Deprecated</strong></td></tr><tr><td><strong>Plants V2</strong></td><td>ERC-7504</td><td><code>0xeb4e16c804ae9275a655abbc20cd0658a91f9235</code></td><td>Current Plants contract</td></tr></tbody></table>

***

#### **Lands**

<table><thead><tr><th width="95.6666259765625">Name</th><th width="115.6666259765625">Standard</th><th width="389">Address</th><th>Notes</th></tr></thead><tbody><tr><td><strong>Lands</strong></td><td>EIP-2535 (Diamond)</td><td><code>0x3f1F8F0C4BE4bCeB45E6597AFe0dE861B8c3278c</code></td><td>Diamond Proxy contract for Lands</td></tr></tbody></table>

***

#### **Staking**

<table><thead><tr><th width="102.33331298828125">Name</th><th width="392.666748046875">Address</th><th>Notes</th></tr></thead><tbody><tr><td>Stake</td><td><code>0xF15D93c3617525054aF05338CC6Ccf18886BD03A</code></td><td>Staking contract for SEED to earn LEAF</td></tr></tbody></table>

***

#### Dune Analytics

Pixotchi's ecosystem activity can be tracked and monitored through our Dune Dashboard (Updating 1x per week).\
\
<https://dune.com/pixotchi/dashboard>

***

### **Architecture Notes**

* Pixotchi leverages ERC-7504 and EIP-2535 for efficient lifecycle data and scoring; allowing expansion of features, modules, and production logic without migrating NFTs.
* All values that affect players rewards (PTS, TOD, XP) are computed onchain.


---

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

```
GET https://doc.pixotchi.tech/contracts.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.
