# How It Works

- [Technology](https://docs.mayaprotocol.com/deep-dive/how-it-works/technology.md): An overview of MAYAChain's 1-way State Pegs, State Machine and TSS Protocol.
- [Incentive Curve](https://docs.mayaprotocol.com/deep-dive/how-it-works/incentive-pendulum.md): MAYAChain's Incentive Pendulum keeps the network in a balanced state.
- [Fees](https://docs.mayaprotocol.com/deep-dive/how-it-works/fees.md): MAYAChain charges a fixed Outbound Fee and a dynamic Liquidity Fee.
- [Governance](https://docs.mayaprotocol.com/deep-dive/how-it-works/governance.md): MAYAChain governance is deliberately minimal. It decides which chains and assets are listed, and when the protocol gets upgraded.
- [Constants and Mimir](https://docs.mayaprotocol.com/deep-dive/how-it-works/constants-and-mimir.md): Constants and Mimir Settings Defined.
- [Security](https://docs.mayaprotocol.com/deep-dive/how-it-works/security.md): Describes the different security elements within MAYAChain
- [Dynamic Inflation](https://docs.mayaprotocol.com/deep-dive/how-it-works/dynamic-inflation.md): Dynamic Inflation is a feature that can be enabled/disabled by nodes voting on it. It is NOT the original state of the chain.
- [Liquidity Nodes](https://docs.mayaprotocol.com/deep-dive/how-it-works/liquidity-nodes.md)
- [Impermanent Loss Protection (ILP)](https://docs.mayaprotocol.com/deep-dive/how-it-works/impermanent-loss-protection-ilp.md): What is Impermanent Loss Protection (ILP) and how does it work?
- [ELI5](https://docs.mayaprotocol.com/deep-dive/how-it-works/eli5.md)
- [What is Threshold Signature Scheme (TSS)?](https://docs.mayaprotocol.com/deep-dive/how-it-works/eli5/what-is-threshold-signature-scheme-tss.md)


---

# 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.mayaprotocol.com/deep-dive/how-it-works.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.
