# Deep Dive

- [Step-by-Step Guides](https://docs.mayaprotocol.com/deep-dive/guides.md): Find our guides in the following sections.
- [Set up a MAYAChain wallet](https://docs.mayaprotocol.com/deep-dive/guides/setting-up-a-maya-wallet.md)
- [Using THORWallet web APP](https://docs.mayaprotocol.com/deep-dive/guides/setting-up-a-maya-wallet/how-to-set-up-a-new-maya-wallet.md): How to set up a new MAYAChain keystore wallet using THORWallet
- [Using THORWallet Mobile APP](https://docs.mayaprotocol.com/deep-dive/guides/setting-up-a-maya-wallet/using-thorwallet-mobile-app.md): How to install VultiWallet on your mobile device
- [Through MAYANode cli](https://docs.mayaprotocol.com/deep-dive/guides/setting-up-a-maya-wallet/how-to-create-a-maya-address-through-mayanode-cli.md): How to create a MAYAChain address through MAYANode cli
- [By importing Ledger hard wallet into Ctrl Wallet](https://docs.mayaprotocol.com/deep-dive/guides/setting-up-a-maya-wallet/importing-ledger-hard-wallet-into-xdefi.md)
- [Custom Memos](https://docs.mayaprotocol.com/deep-dive/guides/custom-memos.md)
- [Swap](https://docs.mayaprotocol.com/deep-dive/guides/custom-memos/swap.md): Swap Assets Using Custom Memos.
- [Add Liquidity](https://docs.mayaprotocol.com/deep-dive/guides/custom-memos/add-liquidity.md): Add Liquidity Through Custom Memos.
- [Withdraw Liquidity](https://docs.mayaprotocol.com/deep-dive/guides/custom-memos/withdraw-liquidity.md): Withdrawing Liquidity Using Custom Memos.
- [How It Works](https://docs.mayaprotocol.com/deep-dive/how-it-works.md): Learn how MAYAChain 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)
- [DeFi Products](https://docs.mayaprotocol.com/deep-dive/mayachain-finance.md)
- [Synthetics](https://docs.mayaprotocol.com/deep-dive/mayachain-finance/synthetic-asset-model.md): How MAYA enables synthetic assets with single asset exposure.
- [Liquidity](https://docs.mayaprotocol.com/deep-dive/mayachain-finance/continuous-liquidity-pools.md): How MAYAChain facilitates continuous, incentivised liquidity.
- [CACAO Pool](https://docs.mayaprotocol.com/deep-dive/mayachain-finance/cacao-pool.md): Pooled CACAO exposure across Protocol-Owned Liquidity
- [Audits](https://docs.mayaprotocol.com/deep-dive/audits.md): Find detailed information about the various security and code audits that have been conducted on the protocol.
- [Maya Masks](https://docs.mayaprotocol.com/deep-dive/maya-masks.md): Maya Protocol's Official NFT Collection
- [FAQs](https://docs.mayaprotocol.com/deep-dive/faq.md): Please find the most frequently asked questions in the following sections.


---

# 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.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.
