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

# 🔥 Energy System (CINDER)

#### *How Energy Powers The CleanupCentr Ecosystem*

CINDER is the **energy token** that drives all gameplay inside The CleanupCentr.\
Every farming action — planting, watering, harvesting, tool usage, and plot activity — depends on CINDER being loaded into a farm.

This page explains how CINDER is created, how it is loaded, and how it is consumed in the farming system.

***

## 🧨 **How CINDER Is Created**

CINDER is minted exclusively through **NFT burning**.

Players generate energy by:

1. Burning an NFT
2. Paying **TRASH** as fuel
3. Receiving **CINDER** based on the NFT’s burn value

This creates a strong sink → source loop:

```
NFT Supply ↓   →   CINDER Supply ↑
```

No CINDER exists unless players burn NFTs.\
This keeps the energy supply naturally regulated by player demand.

***

## 🗑️ **TRASH as Fuel**

Every burn requires **TRASH**, which serves two core functions:

* Fuel cost for burning NFTs
* Natural limiter on energy production

Because TRASH is market-driven and paired with WAX/USDC, the cost of generating CINDER is stabilized by real market behavior.

***

## 🧪 **Simple Core Requirement**

CINDER cannot be used immediately after minting.

Before it becomes usable energy, the player must use a **Simple Core** to load the CINDER into a farm.

#### **Simple Core = Energy Injector**

A Simple Core:

* Transfers raw CINDER into a **Farm Cell**
* Activates energy usage for all plots and tools
* Enables the farm to run its energy cycles
* Creates a meaningful NFT utility sink

Without a Simple Core:

❌ You cannot load CINDER\
❌ Farm energy remains at 0\
❌ No farming actions can be performed

This ensures Simple Cores remain a critical part of the resource ecosystem.

***

## 🔋 **Farm Cell (Energy Storage)**

Every Farm has an internal **Farm Cell** that stores loaded energy.

The Farm Cell controls:

* Maximum energy capacity
* Rate of energy consumption
* How long farming actions remain available
* When the next recharge is needed

The Farm Cell is essential for maintaining predictable gameplay flow and pacing.

***

## 🌱 **How Energy Is Consumed**

Once loaded, CINDER is consumed by farming actions:

#### **Planting**

Consumes energy to initialize a crop.

#### **Watering**

Consumes energy based on tool usage.

#### **Harvesting**

Consumes energy to generate TOMATOE.

#### **Tool Operations**

EcoSpout & EcoScythe each have energy requirements.

#### **Farm Activity**

The Farm Cell drains as crops are processed over time.

This creates a healthy sink system:

```
More farming → more CINDER consumed
More CINDER consumed → more NFTs burned
```

Keeping the ecosystem sustainable.

***

## ⚙️ **Energy Flow Diagram**

```
Burn NFT + TRASH fuel
          ↓
      Generate CINDER
          ↓
   Use Simple Core to load
          ↓
     Farm Cell stores energy
          ↓
CINDER → Plant / Water / Harvest
          ↓
        Earn TOMATOE
```

A closed-loop system powered entirely by resource interactions.

***

## 🧩 **Economy Balance & Stability**

The energy system ensures:

* CINDER cannot inflate uncontrollably
* Energy supply is 100% tied to NFT burning
* TRASH cost regulates energy creation
* Simple Core ensures meaningful NFT sinks
* Farming output matches energy input
* Player activity shapes token supply organically

This design avoids runaway inflation seen in many Web3 games.

***

## 🟦 **Multi-Token & Partner Project Support**

The CINDER system is intentionally designed to:

* Integrate new gameplay modules
* Support future resource tokens
* Allow partner projects to plug into energy loops
* Enable cross-ecosystem burning or crafting systems

No partner integrations exist yet —\
but the infrastructure makes it optional and future-ready.

***

## ⚠️ **Notes & Safety**

* CINDER is a gameplay utility token, not an investment token.
* Its supply and value are unpredictable and market-driven.
* No profits or guarantees are implied by energy use.
* All resource flows are designed as gameplay loops.

***

## 🎯 **Summary**

CINDER is the **heartbeat** of The CleanupCentr ecosystem.\
Every action — burning NFTs, loading energy, using tools, farming crops — is tightly connected through a carefully designed energy loop.

By requiring TRASH as fuel and Simple Cores as injectors, the CINDER system remains:

* Sustainable
* Balanced
* Player-driven
* Expandable
* Ready for future partnerships

This energy architecture ensures that The CleanupCentr remains stable, scalable, and built for long-term gameplay.


---

# 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://the-cleanupcentr.gitbook.io/the-cleanupcentr/documentation/energy-system-cinder.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.
