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

# Points system

{% columns %}
{% column width="41.66666666666667%" %}
Moni Points reward you for trading and staying active. You earn them by completing **quests** — short, specific goals with a fixed point payout each.
{% endcolumn %}

{% column width="58.33333333333333%" valign="middle" %}

<figure><img src="/files/RzbP72xe9r3kGNlaPLrR" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

### How to earn points

Points come from quests, shown in the **Quests** tab of the extension. Each quest has a clear goal and a fixed reward. For example:

* Trade 1 SOL in volume — **+20 points**
* Make 10 on-chain transactions — **+120 points**

New quests are added over time — the more you complete, the more points you stack.

### How to use points

Moni Points will convert into credits that you can put toward a Moni subscription. More ways to use points are on the way.

Points never expire — everything you earn keeps counting, however long you've been on Moni.


---

# 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://moni-ai.gitbook.io/moni/rewards/points-system.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.
