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

# $MON — ecosystem fuel

`$MON` is the activity layer around the Stockmon ecosystem. It is launched through Flap, and its verified fee configuration can direct a share of trading fees toward Stockmon’s revenue path.

## Canonical contract

| Field                    | Verified value                               |
| ------------------------ | -------------------------------------------- |
| Network                  | Robinhood Chain mainnet                      |
| Chain ID                 | `4663`                                       |
| Token                    | Stockmon (`MON`)                             |
| Contract                 | `0x7c646A41572B441527169C576ef0c0A40c667777` |
| Standard                 | ERC-20                                       |
| Decimals                 | `18`                                         |
| Explorer-reported supply | `1,000,000,000 MON`                          |

[Open the canonical MON contract in Robinhood Chain Blockscout](https://robinhoodchain.blockscout.com/address/0x7c646A41572B441527169C576ef0c0A40c667777), or review [Robinhood’s official mainnet configuration](https://docs.robinhood.com/chain/connecting/).

{% hint style="danger" %}
**The contract address identifies MON.** Use Robinhood Chain mainnet, chain ID `4663`, and the exact address above. Do not use a token based only on its ticker, name, image, search result, or chat message. Contract metadata was rechecked against the chain explorer on **August 27, 2026**.
{% endhint %}

## What “fuel” means

In the current economic design, `$MON` can fuel the system in three distinct ways:

1. **Activity** — buys and sells create fee-bearing volume under the launch configuration.
2. **Revenue flow** — Stockmon’s share of distributable fee revenue moves through Flap and arrives at the Vault as WETH.
3. **Coming-soon utility** — Breeding uses `$MON` for incubation, agent payments use `$MON` for clearly priced Stockmon services, and later Hunt expansions use `$MON` for Awakening, recharge, camp conversion, and bonus XP.

{% hint style="warning" %}
“Fuel” does not mean guaranteed appreciation. `$MON` market price is determined by buyers, sellers, liquidity, taxes, execution, and broader market conditions. Stockmon does not promise a floor, yield, return, or rising price.
{% endhint %}

## How activity reaches Genesis

![Two-stage system map showing authenticated MON revenue entering the Vault before deterministic allocation to living Genesis token IDs](https://164480815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0r3IgolbVPO14VcUCkOG%2Fuploads%2F1uBtgH9NJzXPWb5bNPAo%2Fsystem-flow-v2.svg?alt=media)

The economic link is based on received revenue—not on a marketing estimate:

`$MON` activity feeds its dedicated Flap processor. Flap delivers WETH to the Stockmon Vault. After the Vault receives it, 50% enters the Stock Token budget and 50% is tracked for the project treasury. Every living Genesis ID receives an equal share of the Stock Token budget, and each creature’s DNA divides that share by lineage.

The 50% rule applies to distributable revenue that the Stockmon Vault actually receives. It is not automatically 50% of gross trade volume or even 50% of gross trading tax; Flap protocol fees and launch configuration are upstream of the Vault.

## Does `$MON` accrue value?

It is more accurate to separate **token value** from **protocol value flow**:

| Concept               | What is true                                                                      |
| --------------------- | --------------------------------------------------------------------------------- |
| `$MON` market value   | Changes in the market. It is not set or guaranteed by these docs.                 |
| Fee revenue           | Can be produced by verified fee-bearing activity.                                 |
| Genesis Vault accrual | Can increase when authenticated revenue reaches the Vault and Feed rounds settle. |
| Coming-soon utility   | Breeding and agent payments add specific uses when those features launch.         |

This design gives activity somewhere useful to go, but it does not eliminate market or smart-contract risk.

## Current and future roles

| Role                        | Status                                           | Meaning                                                                                   |
| --------------------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------- |
| Market activity             | Live only through the verified token and release | Buys and sells can create fee-bearing volume under the active Flap configuration          |
| Vault revenue path          | App-controlled                                   | Verified revenue reaches the Stockmon Vault as WETH                                       |
| Genesis Feed funding        | App-controlled                                   | Only WETH received by the Vault enters Feed accounting                                    |
| Breeding / Aetheryn payment | Coming soon                                      | One Seal targets about $15 USD-equivalent of MON and creates one transferable 24-hour Egg |
| Hunt utility                | Coming later                                     | MON powers Awakening, recharge, camp conversion, and bonus XP after the core Hunt launch  |
| PVP utility                 | Not included                                     | PVP has no MON entry fee, staking, reward, or pay-to-win mechanic today                   |
| Agent payments              | Coming soon                                      | Authorized agents can pay exact quotes for clearly priced Stockmon services               |

Coming-soon features cannot spend your MON today. When they launch, the app shows the exact contract, amount, recipient, expiry, and receipt before payment.

## MON inside a Breeding Seal

When Breeding opens, the Egg quote will remain valid for **five minutes** and accept no more than **10% price drift**. Stockmon shows the exact MON amount before the wallet confirmation.

| Destination     |                 Share of accepted MON |
| --------------- | ------------------------------------: |
| Egg Birth Vault | 87.5%, plus any indivisible remainder |
| Treasury        |                   12.5%, rounded down |

The payment also commits one hidden Aetheryn outcome, reserves parent fertility and collection capacity, and starts the 24-hour incubation. A failed request before Seal moves no MON. After a successful Seal, the same Egg persists with no reroll, cancellation, or timeout refund.

Read the complete Breeding rules and Aetheryn Eggs.

## Illustrative versus live parameters

Some product explanations use an illustrative 3% buy tax and 3% sell tax. Those figures are model assumptions unless the live interface and onchain launch configuration verify them. Always use the active release—not an old screenshot or example—to understand current parameters.

Next: [How Flap handles fee ingress](/stockmon/mon/flap.md), or see Agent payments — coming soon.


---

# 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/mon.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.
