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

# NFT Planet

<figure><img src="/files/3gzLYIodKUz5ZiylVasJ" alt="" width="375"><figcaption></figcaption></figure>

Planets play a central role in the game, offering players a unique opportunity to own, trade, and earn rewards through **transferable NFTs**. Each planet is a distinct NFT that can be freely traded on the **TON market**. Players can also mint their own **Planet NFTs** by purchasing and opening **Mystery Boxes** in the shop, using either **TON** or **Telegram Star** currency.

Planet ownership comes with multiple benefits:

* **Set Commissions**: Planet owners can set commission rates between **5% and 40%**, allowing them to earn a portion of the rewards from other players who mine on their planet. The more active players on your planet, the more **Soft Currency (SC)** you'll earn from commissions.

<figure><img src="/files/ZxQDBbrhDLMB8DF2ljcL" alt="" width="375"><figcaption></figcaption></figure>

* **Travel and Exploration**: Players can explore other planets, searching for the ideal mining conditions, or "sweet spots," that maximize their rewards.

<figure><img src="/files/09xAxG1rZdL9eriNqeKJ" alt="" width="375"><figcaption></figcaption></figure>

## Environments

### **Sand**&#x20;

<div align="center" data-full-width="false"><figure><img src="/files/JChF3e2L19GdMUmK0jxc" alt=""><figcaption></figcaption></figure></div>

### **Forest**

<div align="center"><figure><img src="/files/PV8YOQ7ZWN5DsLUfjbEK" alt=""><figcaption></figcaption></figure></div>

### **Ice**

<div align="center"><figure><img src="/files/IHGFrxv2UFFXiHBj3PPr" alt=""><figcaption></figcaption></figure></div>

### **Lava**

<div align="center"><figure><img src="/files/vLty0LLfH1c41NCQlxr0" alt=""><figcaption></figcaption></figure></div>

### **Rock**

<div align="center"><figure><img src="/files/6L1lWXAlT5CLy8pauopc" alt=""><figcaption></figcaption></figure></div>

These environments add variety to the gameplay and affect mining outcomes. Additionally, every planet has four key attributes:

<figure><img src="/files/NUHc8zfMjbx8MQ4IwB0r" alt="" width="375"><figcaption></figcaption></figure>

* **Pool**: The total amount of resources available for mining on this planet.
* **Commission**: The percentage of the rewards that the planet's owner earns from miners.
* **Mining Player**: The maximum number of players who can mine simultaneously.
* **Reset Time:** The waiting time between consecutive mining attempts by a player's cat.

Owning a planet provides both **passive income** and strategic opportunities. Players can choose to invest in planets with different attributes and environments to build their fortune while engaging with other players in a thriving interplanetary economy.


---

# 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://docs.catplanets.io/in-game-assets/nft-planet.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.
