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

# Halving Mechanics

### What is halving?

**$AMMO** halving refers to the event when the rate of rewards for staking in The RobotTankz project is reduced by **20%**.

It's part of an overall strategy to keep the maximum supply of **$AMMO** fixed. This process allows us to regulate the amount of **$AMMO** tokens that users can receive as rewards.

### Why Halving Occurs?

**$AMMO** halving ensures that the amount of **$AMMO** that can be mined with each block decreases, making **$AMMO** more scarce, and ultimately, more valuable.

### Halving periods:

We plan to divide into the following periods. Each period rewards will be reduced by **20%**.

* 1st period: **TBA** (To Be Announced)
* 2nd period: **TBA** (To Be Announced)


---

# 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://robbot-tankz.gitbook.io/the-robot-tankz/tankz-tokenomics/halving-mechanics.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.
