# HOT Protocol

## HOT Protocol

- [Overview](https://docs.hotdao.ai/readme.md)
- [HOT Omni Balance](https://docs.hotdao.ai/hot-omni-balance.md)
- [HOT Bridge](https://docs.hotdao.ai/omni-tokens.md)
- [Calculate token omni address](https://docs.hotdao.ai/omni-tokens/calculate-token-omni-address.md)
- [Security](https://docs.hotdao.ai/omni-tokens/security.md)
- [MPC Wallet](https://docs.hotdao.ai/mpc-wallet.md)
- [Signature generation via MPC](https://docs.hotdao.ai/mpc-wallet/signature-generation-via-mpc.md)
- [MPC API](https://docs.hotdao.ai/mpc-wallet/signature-generation-via-mpc/mpc-api.md)
- [HOT Kit](https://docs.hotdao.ai/hot-kit.md): HOT Kit is a powerful library for blockchain and omni-balance management. It supports both browser-based dApps and servers. Key features include
- [Installation](https://docs.hotdao.ai/hot-kit/installation.md)
- [Manage connected wallets](https://docs.hotdao.ai/hot-kit/manage-connected-wallets.md)
- [Manage tokens and balances](https://docs.hotdao.ai/hot-kit/manage-tokens-and-balances.md)
- [Transfer omni token](https://docs.hotdao.ai/hot-kit/transfer-omni-token.md)
- [Withdraw omni token](https://docs.hotdao.ai/hot-kit/withdraw-omni-token.md)
- [Authorization flow](https://docs.hotdao.ai/hot-kit/authorization-flow.md)
- [Connect via Google (wip)](https://docs.hotdao.ai/hot-kit/connect-via-google-wip.md)
- [Exchange flow (wip)](https://docs.hotdao.ai/hot-kit/exchange-flow-wip.md): С помощью
- [Omni balances (wip)](https://docs.hotdao.ai/hot-kit/omni-balances-wip.md)
- [Intents builder (wip)](https://docs.hotdao.ai/hot-kit/intents-builder-wip.md)
- [Mint NFT via HOT Craft](https://docs.hotdao.ai/hot-kit/mint-nft-via-hot-craft.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.hotdao.ai/readme.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.
