# Tokenomics

## Token Summary

The token interactions is split into two parts: the "Core Gameplay" and the "Financial Layer". These two work together to provide the full rich CropXYZ game experience. Through our simple to use website, we make it easy to operate on either layer.

### Core Gameplay

Core gameplay is what allows farmers to buy, sell and overall interact with each other. As you grow seeds on your plots and harvest the results, you can send or sell that to other farmers. Also, this includes how farmers get and use starter packs.

<table><thead><tr><th width="372.4894289172835" align="center">Description</th><th width="172.60513070473542" align="center">You put in</th><th align="center">You get out</th></tr></thead><tbody><tr><td align="center"><p><strong>Buying a Starter Pack</strong></p><p></p><p>You can mint a starter pack from: https://farm.cropxyz.com</p></td><td align="center">ETH</td><td align="center"><p><strong><code>[ on Base ]</code></strong></p><p>Starter Pack</p></td></tr><tr><td align="center"><p><strong>Activate a Starter Pack</strong></p><p></p><p>Activation reads from the starter pack NFT for the parts that make it up and sends them to your wallet on Polygon.</p></td><td align="center">Starter Pack</td><td align="center"><p><strong><code>[ on Gold ]</code></strong></p><p>Plot +</p><p>Seeds +</p><p>zGOLD</p></td></tr><tr><td align="center"><p><strong>Buying Seeds</strong></p><p></p><p>When you want to buy more seeds in the shop to save or plant.</p></td><td align="center">zGOLD</td><td align="center">Seeds</td></tr><tr><td align="center"><p><strong>Selling Seeds</strong></p><p></p><p>When you want to sell your excess seeds in the shop after a harvest.</p></td><td align="center">Seeds</td><td align="center">zGOLD</td></tr><tr><td align="center"><p><strong>Farming/Harvesting</strong></p><p></p><p>When you plant seeds into your plots, after some time you get more seeds.</p></td><td align="center"><p>Plot +</p><p>Seeds</p></td><td align="center"><p>Plot +</p><p>Seeds +</p><p>Extra seeds</p><p>(Just plot if you let crops die)</p></td></tr></tbody></table>

### Financial Layer

For the players interested in the more financial layer of the game, the on-chain system holds 24 different  liquidity pools to enable a fluid economy.&#x20;


---

# 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.cropxyz.com/economy/tokenomics.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.
