# Mana

Each time a user performs an action it will cost her/him Mana. Mana is recharged overtime and acts as an anti-whale system that limits actions.

Each player has a starting Mana of **100.**

### ⚡️ Mana costs

The actions that will cost Mana are :

* Cauldron buy:  12 mana
* Cookbook buy: 1 mana
* Claimstone buy: 1 mana
* Levelup cauldron: 20 mana
* Cauldron claim: 60 mana

Your mana refill rate is **1,375 per hour.** This means that every 3 days it refill at 100%.\
\
You can check you mana level on the top left of the dApp.

<div align="left"><img src="/files/dkLPtKBclOADxWHN4ww4" alt=""></div>


---

# Agent Instructions: 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:

```
GET https://elexir-01.gitbook.io/elexir/our-mechanics/mana.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
