> For the complete documentation index, see [llms.txt](https://docs.secretswap.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.secretswap.net/developer-guide.md).

# Developer Guide

- [Create a New Pair](https://docs.secretswap.net/developer-guide/create-a-new-pair.md)
- [Factory](https://docs.secretswap.net/developer-guide/factory.md): This contract registers the relation between your token and others. It uses the pre-stored pair contract binary and instantiate it. So, you don't have to execute the pair contract additionally.
- [Query](https://docs.secretswap.net/developer-guide/query.md)
- [Pair](https://docs.secretswap.net/developer-guide/pair.md)
