> For the complete documentation index, see [llms.txt](https://grimoire.mytho.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://grimoire.mytho.io/getting-started/core-concepts.md).

# Core Concepts

Mytho is a platform for launching and growing onchain communities built around tokens.

**Community Tokens**

Your community token represents your group's identity. Create a new token for free on Mytho, or use existing tokens or NFTs as your community token.

**Posts**

Posts are updates on your community page (text, images, videos). Any member can create posts to build your community's story. Each post is an NFT.

**Merit System**

Communities earn Merit when members create posts or engage. Each month, Mytho distributes a share of its platform revenue plus additional MYTHO incentives to community treasuries proportional to these Merit points. More activity in the community means more income.

**Community Treasury**

This is your community's wallet holding funds earned from Merit conversions. Token holders vote on how to use these funds (for example, to reward the most active community members or to sponsor the development of a community-driven product).

**Community Governance**

Token holders vote on treasury spending and rule changes. Decisions are transparent and community-driven.

**MYTHO Token**

Mytho's platform currency. Communities earn MYTHO through Merit conversions. Also used to buy community tokens or stake for platform rewards.

**Shard Tokens**

Individual rewards for interacting with posts. Earn Shards by creating/boosting posts. Redeem for perks (badges, staking boosts); burned after use.

**Boosting**

Lock your community tokens to promote a post's visibility. Earn Shard Tokens and help highlight content. More tokens locked = stronger boost.

**Mythum**

Special event during the last week of the month. Posting or boosting earns 1.5x Merit points. Each member gets one free boost to amplify community growth.

<br>


---

# 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://grimoire.mytho.io/getting-started/core-concepts.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.
