# How-To Tutorials

- [Using Hemi](https://docs.hemi.xyz/how-to-tutorials/using-hemi.md)
- [Wallet Setup](https://docs.hemi.xyz/how-to-tutorials/using-hemi/wallet-setup.md)
- [EVM Wallet Setup](https://docs.hemi.xyz/how-to-tutorials/using-hemi/wallet-setup/metamask-wallet-setup.md)
- [BTC Wallet Setup](https://docs.hemi.xyz/how-to-tutorials/using-hemi/wallet-setup/btc-wallet-setup.md)
- [Switch Bitcoin Networks](https://docs.hemi.xyz/how-to-tutorials/using-hemi/wallet-setup/btc-wallet-setup/switch-bitcoin-network.md)
- [Tunnel from Ethereum](https://docs.hemi.xyz/how-to-tutorials/using-hemi/tunnel-from-ethereum.md)
- [Tunnel ERC20s via Native Tunnel](https://docs.hemi.xyz/how-to-tutorials/using-hemi/tunnel-from-ethereum/tunnel-eth-to-hemi.md)
- [Tunnel ERC20s via 3rd Party](https://docs.hemi.xyz/how-to-tutorials/using-hemi/tunnel-from-ethereum/tunnel-erc20s-via-3rd-party.md)
- [Tunnel via Stargate](https://docs.hemi.xyz/how-to-tutorials/using-hemi/tunnel-from-ethereum/tunnel-erc20s-via-3rd-party/tunnel-via-stargate.md)
- [Tunnel from Bitcoin](https://docs.hemi.xyz/how-to-tutorials/using-hemi/tunnel-from-bitcoin.md)
- [Tunnel BTC via Native Tunnel](https://docs.hemi.xyz/how-to-tutorials/using-hemi/tunnel-from-bitcoin/tunnel-btc-to-hemi.md)
- [Tunnel BTC via 3rd Party](https://docs.hemi.xyz/how-to-tutorials/using-hemi/tunnel-from-bitcoin/tunnel-btc-via-3rd-party.md)
- [Tunnel via Free.Tech](https://docs.hemi.xyz/how-to-tutorials/using-hemi/tunnel-from-bitcoin/tunnel-btc-via-3rd-party/tunnel-via-free.tech.md)
- [Tunnel via Meson](https://docs.hemi.xyz/how-to-tutorials/using-hemi/tunnel-from-bitcoin/tunnel-btc-via-3rd-party/tunnel-via-meson.md)
- [Stake](https://docs.hemi.xyz/how-to-tutorials/using-hemi/stake.md)
- [How to Stake](https://docs.hemi.xyz/how-to-tutorials/using-hemi/stake/how-to-stake.md)
- [Developer Tooling](https://docs.hemi.xyz/how-to-tutorials/using-hemi/developer-tooling.md)
- [Set Up a Safe Wallet](https://docs.hemi.xyz/how-to-tutorials/using-hemi/developer-tooling/set-up-a-safe-wallet.md)
- [Create a Capsule](https://docs.hemi.xyz/how-to-tutorials/using-hemi/developer-tooling/create-a-capsule.md)
- [PoP Mining](https://docs.hemi.xyz/how-to-tutorials/using-hemi/pop-mining.md)
- [CLI PoP Miner](https://docs.hemi.xyz/how-to-tutorials/using-hemi/pop-mining/setup-part-1.md)
- [(Testnet) Add tHEMI to MetaMask](https://docs.hemi.xyz/how-to-tutorials/using-hemi/pop-mining/setup-part-1/add-themi-to-metamask.md)
- [(Mainnet) Add PoPPoints to Metamask](https://docs.hemi.xyz/how-to-tutorials/using-hemi/pop-mining/setup-part-1/add-pop-points-to-metamask.md)
- [Web PoP Miner (deprecated)](https://docs.hemi.xyz/how-to-tutorials/using-hemi/pop-mining/web-based-pop-miner.md)
- [Developing on Hemi](https://docs.hemi.xyz/how-to-tutorials/developing-on-hemi.md)
- [General](https://docs.hemi.xyz/how-to-tutorials/developing-on-hemi/general.md)
- [HelloWorld.sol](https://docs.hemi.xyz/how-to-tutorials/developing-on-hemi/general/using-remix-ide.md): 🟩 This is a beginner track.
- [Deploy an ERC-20 Token](https://docs.hemi.xyz/how-to-tutorials/developing-on-hemi/general/erc-20.md)
- [hVM & hBK](https://docs.hemi.xyz/how-to-tutorials/developing-on-hemi/hvm-and-hbk.md)
- [Using the hBK Demo App](https://docs.hemi.xyz/how-to-tutorials/developing-on-hemi/hvm-and-hbk/using-the-hbk-demo-app.md)
- [Get Bitcoin Balance with Remix](https://docs.hemi.xyz/how-to-tutorials/developing-on-hemi/hvm-and-hbk/using-remix-ide.md)


---

# 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.hemi.xyz/how-to-tutorials.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.
