# Protocol Development

- [Adding New Chains](https://docs.mayaprotocol.com/mayachain-dev-docs/protocol-development/adding-new-chains.md)
- [Chain Clients](https://docs.mayaprotocol.com/mayachain-dev-docs/protocol-development/chain-clients.md): An overview of how Chain Clients are implemented for different chain types.
- [UTXO](https://docs.mayaprotocol.com/mayachain-dev-docs/protocol-development/chain-clients/utxo.md): How the Bifrost works for UTXO chains like Bitcoin and its forks.
- [Zcash](https://docs.mayaprotocol.com/mayachain-dev-docs/protocol-development/chain-clients/zcash.md)
- [EVM Chains](https://docs.mayaprotocol.com/mayachain-dev-docs/protocol-development/chain-clients/evm-chains.md): This page describes how ETH and EVM chains are implemented
- [Cosmos Chains](https://docs.mayaprotocol.com/mayachain-dev-docs/protocol-development/chain-clients/cosmos-chains.md): This covers Cosmos connections
- [ERC-20 Tokens](https://docs.mayaprotocol.com/mayachain-dev-docs/protocol-development/erc-20-tokens.md): Adding ERC20 tokens to MAYAChain.
- [THORChain Version Updates I](https://docs.mayaprotocol.com/mayachain-dev-docs/protocol-development/thorchain-version-updates-i.md): Each version shows all the Merge Requests that were deployed with that version.
- [THORChain Version Updates II](https://docs.mayaprotocol.com/mayachain-dev-docs/protocol-development/thorchain-version-updates-ii.md): Each version shows all the Merge Requests that were deployed with that version.
- [THORChain Version Updates III](https://docs.mayaprotocol.com/mayachain-dev-docs/protocol-development/thorchain-version-updates-iii.md): Each version shows all the Merge Requests that were deployed with that version.


---

# 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/mayachain-dev-docs/protocol-development.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.
