# The Basics

- [Modules](https://docs.enctr.gg/the-basics/modules.md): We call all features that ENCTR creates as Modules as a way to segment and define them.
- [Battlescape](https://docs.enctr.gg/the-basics/modules/battlescape.md): Our 1st Module
- [Arsenal](https://docs.enctr.gg/the-basics/modules/arsenal.md)
- [Legions](https://docs.enctr.gg/the-basics/modules/legions.md): TBD
- [Staking](https://docs.enctr.gg/the-basics/staking.md)
- [Bonding](https://docs.enctr.gg/the-basics/bonding.md): TL;DR Bonds are mutual agreements between a user and a protocol to easily acquire the funds it needs for growth. For ENCTR Bonds, you exchange stable coins or liquidity tokens for gENCTR in return.
- [Wrapping and the 3 Tokens](https://docs.enctr.gg/the-basics/wrapping-and-the-3-tokens.md)
- [Treasury](https://docs.enctr.gg/the-basics/treasury.md)
- [Revenue Sharing Model](https://docs.enctr.gg/the-basics/revenue-sharing-model.md): One area of uniqueness of the ENCTR protocol, and one in how we merge DeFi and GameFi together is through our Revenue Sharing process.


---

# 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://docs.enctr.gg/the-basics.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.
