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

# Tokenomics

TheContentForge token information is published here as details are finalised.

## Core details

| Item             | Details                                                                                    |
| ---------------- | ------------------------------------------------------------------------------------------ |
| Ticker           | $FORGE                                                                                     |
| Chain            | Solana (mainnet)                                                                           |
| Token program    | Classic SPL Token Program (`TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA`) - not Token-2022 |
| Decimals         | 6 (1 FORGE = 1,000,000 base units)                                                         |
| Total supply     | 1,000,000,000                                                                              |
| Contract address | `2wqw81F24mxBsQTAvKFAufzmzPZVnq29CJqftekforgE`                                             |

## Holder access

Holding FORGE can unlock conditional access to TheContentForge products. Important: this access is **conditional and revocable** - it depends on **continuously holding** a required, fixed **token-amount** threshold. If your balance falls below the threshold, access is downgraded or paused (your account, data, and any paid plan are unaffected); restoring the balance restores access automatically. Eligibility is based on fixed token quantities set by the operator, **not** on the token's USD price, and may be revised with notice. Nothing here is an offer, a guarantee of future access or appreciation, or financial advice.

## Links

* **Explorer** - [View $FORGE on Solscan](https://solscan.io/token/2wqw81F24mxBsQTAvKFAufzmzPZVnq29CJqftekforgE)

Always verify the contract address above against the Solscan link before interacting with the token.

This page is informational. Nothing here is an offer, recommendation, or financial advice.


---

# 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://thecontentforge.gitbook.io/thecontentforge-docs/tokenomics/tokenomics.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.
