> For the complete documentation index, see [llms.txt](https://genesy.gitbook.io/genesy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genesy.gitbook.io/genesy-docs/game/openapi.md).

# Play-To-Earn Mechanics

The ecosystem is designed to empower players by transforming in-game achievements into meaningful rewards.

***

#### **Generating $GENESY**

At the heart of the P2E system lies the **Genesy Chip**, which passively generates $GENESY tokens based on:

* **Component Setup:** The quality and combination of components directly influence production rates.
* **Upgrades (Soon):** Higher-tier components or enhanced synergy boost token generation.
* **Special Boosts (Soon):** Time-limited events or waitlist advantages offer increased production during key moments.

***

#### **Resource Management**

Players can optimize their earning potential by managing their chip resources effectively:

* **Energy Allocation:** Balance energy input across components for maximum efficiency.
* **Strategic Upgrades:** Invest in upgrades that yield the highest returns over time.
* **Maintenance:** Regular upkeep ensures components remain at peak efficiency.

***

#### **Marketplace Integration (Soon)**

Earned $GENESY can be utilized within the Genesy ecosystem:

* **Purchase New Components:** Enhance your chip’s capabilities with marketplace-exclusive items.
* **Trade Skins & Collectibles:** Acquire or sell limited-edition aesthetics.
* **Participate in Events:** Use $GENESY for entry into tournaments or special challenges.

***

#### **Exclusive Rewards**

Genesy incentivizes active and strategic players with:

* **Weekly Challenges:** Complete objectives to earn bonus $GENESY or unique components.
* **Seasonal Leaderboards:** Compete globally for exclusive rewards, including rare items and prestige titles.

***

#### **Sustainability**

To ensure long-term stability, the play-to-earn model integrates mechanisms such as:

* **Economic Balancing:** Regular updates to align production rates with ecosystem demands.
* **Dynamic Adjustments:** Adaptive challenges and events to prevent inflation or saturation of rewards.

By combining strategic gameplay with tangible financial rewards, Genesy creates a dynamic, sustainable P2E environment where every decision matters.


---

# 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://genesy.gitbook.io/genesy-docs/game/openapi.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.
