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

# How-to Guides

- [Cross-chain Pool (3Tether)](https://docs.belt.fi/how-to-guides/cross-chain-pool-3tether.md): 3Tether pool consisting of USDT on BSC, HECO, and Klaytn and will initially be connected to PancakeSwap (BSC), MDEX (HECO), and KLAYswap (Klaytn).
- [Cross-chain Swap](https://docs.belt.fi/how-to-guides/cross-chain-swap.md): Our cross-chain stableswap consisting of a pool of 3 stablecoins on 3 different chains
- [Governance & Voting](https://docs.belt.fi/how-to-guides/governance-and-voting.md): Belt Governance will be a decentralized system based on proposals and voting. Belt Finance’s ultimate goal is to be a decentralized autonomous organization (DAO) with trustless governance in place.
- [How to use a Belt LP Staking Pool](https://docs.belt.fi/how-to-guides/how-to-add-to-a-belt-lp-staking-pool.md): A brief guide on how to use/deposit into Belt Pools
- [Bridging BELT (BNB) to HBELT (HECO) through Orbit Bridge](https://docs.belt.fi/how-to-guides/bridging-belt-bsc-to-hbelt-heco-through-orbit-bridge.md)
- [Providing Liquidity on HECO Belt Finance](https://docs.belt.fi/how-to-guides/providing-liquidity-on-heco-belt-finance.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 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, and the optional `goal` query parameter:

```
GET https://docs.belt.fi/how-to-guides.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
