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

# Economic Loops

The Economic system of Mothora has been designed to be player friendly. Rewards are dependent on the real consumption of NFTs and services in-game using ETH or stablecoins. The goal is to maintain a healthy fun game where players like to spend on vanity items and services and have a part of the value generated given to all players who display [Social Reputation](/mothora/fundamentals/economic-loops/srep-social-reputation.md) by staking [$ESSENCE](/mothora/fundamentals/economic-loops/usdessence.md) or NFTs.

Read more on the Economic System elements in the following links:

{% content-ref url="/pages/G9BHdm3xiN50UFcEGVQO" %}
[$ESSENCE](/mothora/fundamentals/economic-loops/usdessence.md)
{% endcontent-ref %}

{% content-ref url="/pages/tQ2z0l4VzBQQ5JVfEMVF" %}
[SRep - Social Reputation](/mothora/fundamentals/economic-loops/srep-social-reputation.md)
{% endcontent-ref %}

{% content-ref url="/pages/6UWM7B1HTLAojbia1B4s" %}
[Revenue flows](/mothora/fundamentals/economic-loops/revenue-flows.md)
{% endcontent-ref %}

{% content-ref url="/pages/rcQmMaAgKKj2htuqJs8k" %}
[Essence Reactors](/mothora/fundamentals/economic-loops/essence-reactors.md)
{% endcontent-ref %}

{% content-ref url="/pages/Gfk2KFF31hXZVW9ZfQXh" %}
[Math Definitions](/mothora/fundamentals/economic-loops/math-definitions.md)
{% endcontent-ref %}


---

# 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://mothora.gitbook.io/mothora/fundamentals/economic-loops.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.
