# Stablecoin - ZAI

- [ZAI Overview](https://docs.maha.xyz/stablecoin-zai/zai-overview.md): ZAI - The Stable Money of the Ethermind.
- [Peg Mechanics](https://docs.maha.xyz/stablecoin-zai/peg-mechanics.md): This page explains how the ZAI stablecoin maintains it's peg
- [Peg Stablility Module (PSM)](https://docs.maha.xyz/stablecoin-zai/peg-mechanics/peg-stablility-module-psm.md): This section of the document describes the PSM and how it contributes to the stability of ZAI
- [Direct Deposit Module (DDM)](https://docs.maha.xyz/stablecoin-zai/peg-mechanics/direct-deposit-module-ddm.md): This page explains the Direct Deposit Module (DDM) and how it works.
- [Liquidity Incentives](https://docs.maha.xyz/stablecoin-zai/liquidity-incentives.md): This page explains the various incentives given to liquidity provides
- [ZAI Staking (sZAI)](https://docs.maha.xyz/stablecoin-zai/safety-pool.md): The staking pool is a pool for ZAI that accumulates all the yield from the protocol and is used to pay off any bad debt.
- [Native Re-staking](https://docs.maha.xyz/stablecoin-zai/native-re-staking.md): This page explains how ZAI can be minted across various other chains through native re-staking
- [Use Cases](https://docs.maha.xyz/stablecoin-zai/use-cases.md): This page explains the various use-cases that users can use ZAI with.


---

# 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.maha.xyz/stablecoin-zai.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.
