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

# Components Price

#### **Chip Components**

The **Genesy Chip** is composed of **9 modular components**. Each one serves a unique function and contributes to the performance, efficiency, and customization of your chip. Components are acquired using **$GENESY** and are essential to increasing your production capacity and unlocking key features.

***

**How It Works**

* Each component is purchased individually with **$GENESY tokens**.
* Components can only be installed once per chip and are **permanent**.
* Every component increases your **$GENESY generation speed** or enhances gameplay mechanics.
* In **Season 0**, pricing has been optimized for accessibility and economic balance.

***

**Season 0 – Component List & Pricing**

| Component Name    | Function Description                                             | Price (in $GENESY) |
| ----------------- | ---------------------------------------------------------------- | ------------------ |
| **Energy Module** | Powers the chip and determines its baseline efficiency.          | 1                  |
| **Conductors**    | Channels energy through the chip, enhancing production.          | 9                  |
| **Processors**    | Optimizes the chip’s performance and speeds up token generation. | 27                 |
| **Amplifiers**    | Boosts output by increasing energy flow.                         | 45                 |
| **Calibrators**   | Ensures precision and stability, reducing inefficiencies.        | 54                 |
| **Connectors**    | Links components, maximizing synergy between modules.            | 72                 |
| **Converters**    | Transforms energy into $GENESY tokens.                           | 95                 |
| **Modifiers**     | Customizes production traits, adding strategic variability.      | 137                |
| **Stabilizers**   | Maintains chip integrity under high-performance conditions.      | 165                |

***

**Strategic Importance**

* Components scale progressively in price and power.
* The order and combination in which they’re installed can define **your production strategy**, whether focused on speed, stability, adaptability, or power.
* Future **Seasons** may introduce **component upgrades**, **limited editions**, and **exclusive bonuses**.

***


---

# 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/components-price.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.
