> For the complete documentation index, see [llms.txt](https://whitepaper.genopets.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.genopets.me/game-mechanics/habitat-management/terraform-seeds.md).

# Terraform Seeds

Only L3 Habitats are capable of generating Terraform Seeds. Each L3 Habitat will spawn 6 Terraform Seeds in its possession, one of each Grade listed in the table below. These seeds are ungenerated assets until the Habitat-holder claims them, using the corresponding "Claim" action. The Claim action will cause all 6 seeds to be minted and transferred into the player's possession.

Habitat-holder will only need to Claim once to acquire all 6 Terraform Seeds in their inventory. Whether a Habitat has claimed or unclaimed seeds will be marked by a binary flag in its metadata.

### Use in Habitat minting ("Terraforming")

Terraform Seeds are essential components to creating new Habitats. In addition, Habitat minting also requires 3 Refined Crystals of the same elemental type, 5 GENE, and a variable amount of KI. The amount of KI required for a given mint is dictated by the Grade of the Terraform Seed being used.&#x20;

<table><thead><tr><th width="150" align="center">Terraform Seed Grade</th><th align="center">GENE Required</th><th align="center">KI Required</th><th align="center">Additional Required Components</th></tr></thead><tbody><tr><td align="center">1</td><td align="center">5</td><td align="center">1,800</td><td align="center">3 Refined Crystals of same type</td></tr><tr><td align="center">2</td><td align="center">5</td><td align="center">2,500</td><td align="center">3 Refined Crystals of same type</td></tr><tr><td align="center">3</td><td align="center">5</td><td align="center">3,600</td><td align="center">3 Refined Crystals of same type</td></tr><tr><td align="center">4</td><td align="center">5</td><td align="center">4,900</td><td align="center">3 Refined Crystals of same type</td></tr><tr><td align="center">5</td><td align="center">5</td><td align="center">7,100</td><td align="center">3 Refined Crystals of same type</td></tr><tr><td align="center">6</td><td align="center">5</td><td align="center">10,000</td><td align="center">3 Refined Crystals of same type</td></tr></tbody></table>

As tokenized assets, Terraform seeds can be traded between players on marketplaces.&#x20;

Existing Terraform seeds on marketplaces minted from the Genesis Genopet Fair Launch are Grade 3. Future Terraform seeds spawned by Habitats will have their grade displayed in their meta data.


---

# 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://whitepaper.genopets.me/game-mechanics/habitat-management/terraform-seeds.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.
