> For the complete documentation index, see [llms.txt](https://raretyperesearch.gitbook.io/stockmon/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://raretyperesearch.gitbook.io/stockmon/start-here/your-first-10-minutes-with-genesis.md).

# Your first 10 minutes with Genesis

You own one of 116 permanent Genesis Stockmons. Use this checklist to understand exactly what came with it and where to look next.

## 1. Confirm the NFT in your wallet

Open Stockmon from the official site and connect the wallet that owns the NFT. Confirm:

* Robinhood Chain is selected;
* the collection is Genesis 116;
* the token ID matches the creature you bought; and
* the app shows your wallet as the current owner.

Do not trust a copied address, direct message, search result, or look-alike collection.

## 2. Open your Stockmon in Den

Den is your owner workspace. Start with the creature profile and check:

* final artwork and Genesis number;
* Hybrid or Pure classification;
* permanent Stock DNA;
* current lifecycle state; and
* Marketplace listing status, if any.

The artwork, token number, and DNA do not change when the NFT moves between wallets.

## 3. Read the Stock DNA

Every Genesis DNA recipe totals 100%. The weights shape the creature and divide its equal share of each eligible Feed round.

A `60 / 25 / 15` recipe means the creature’s equal Feed share is divided 60%, 25%, and 15% across those three lineages. DNA is the allocation recipe; the Vault ledger shows what has actually settled.

## 4. Check the Vault and Markets

The Vault records the Stock Token and pending WETH amounts attached to your token ID. Markets turns those exact balances into a timestamped display estimate when complete price data is available.

Remember the difference:

* **Vault balances are exact onchain accounting.**
* **USD values are timestamped estimates.**
* **A missing price does not erase an exact balance.**

## 5. Understand what follows the NFT

While your Genesis remains living, its sealed Feed history and token-level basket follow the NFT. If you transfer or sell it, the buyer receives that living history with the token ID.

You cannot remove individual Stock Token positions from a living Genesis before selling it.

## 6. Know the permanent exit

Redemption burns the NFT, ends future Feed participation, and fixes the burner as beneficiary of matured claims. It cannot be undone.

Holding, transferring, listing, and permanently redeeming are different actions. Read the full confirmation before signing anything.

## 7. See what is coming next

Hunt, Breeding, Aetheryn, PVP, and agent payments are coming soon. They do not require a wallet action today.

You can prepare by learning your Genesis DNA, protecting the wallet that owns it, and reading the [Breeding readiness guide](/stockmon/aetheryn/get-your-stockmon-breeding-ready.md).

## Keep this owner checklist

Before any wallet confirmation:

1. Start inside the Stockmon app.
2. Check the connected wallet and Robinhood Chain.
3. Match the collection, token ID, contract, recipient, amount, and fees.
4. Read what changes permanently.
5. Cancel if the wallet shows anything different.

Next: [See a complete Feed example](/stockmon/mon/vault-and-feed/a-complete-feed-example.md), or read the [owner FAQ](/stockmon/start-here/owner-faq.md).


---

# 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://raretyperesearch.gitbook.io/stockmon/start-here/your-first-10-minutes-with-genesis.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.
