# Using Hemi

Follow along with some of the tutorials to help you get a head start when building your first Hemi project.&#x20;

{% hint style="info" %}
**Note:** You may be eligible to earn Hemi [points](https://points.absinthe.network/hemi/start) by completing tutorials. Visit our [dashboard](https://points.absinthe.network/hemi/start) for more information on active quests.
{% endhint %}

### Wallet Setup

<table><thead><tr><th width="217">Tutorial</th><th width="384">Description</th><th>Difficulty</th></tr></thead><tbody><tr><td><a href="/pages/RzpetO4Pv4ZKpSkW6Bdd">Set Up an EVM Wallet</a></td><td>Learn how to set up and get started with an EVM (<a href="https://metamask.io">MetaMask</a>) wallet.</td><td>🟢 Easy</td></tr><tr><td><a href="/pages/MvU1gbQSInassxfNMvqv">Set Up a BTC Wallet</a></td><td>Learn how to set up and get started with a BTC (<a href="https://unisat.io">UniSat</a>) wallet.</td><td>🟢 Easy</td></tr></tbody></table>

***

### Tunneling

<table><thead><tr><th width="217">Tutorial</th><th width="384">Description</th><th>Difficulty</th></tr></thead><tbody><tr><td><a href="/pages/VkInzAODuwBzbXzmYFPz">Tunnel ETH to Hemi</a></td><td>Learn how to <a href="/pages/pOtZUR40iAPGyEG2SSi2">tunnel</a> (bridge) your ETH assets to and from Hemi.</td><td>🟢 Easy</td></tr><tr><td><a href="/pages/svWewuS7Xci0hL0rv1nG">Tunnel BTC to Hemi</a></td><td>Learn how to <a href="/pages/pOtZUR40iAPGyEG2SSi2">tunnel</a> (bridge) your BTC assets to and from Hemi.</td><td>🟢 Easy</td></tr><tr><td><a href="/pages/Xi81Pl47K7x6YmVgFZSi">Stake on Hemi</a></td><td>Learn about <a href="/pages/Xi81Pl47K7x6YmVgFZSi">staking</a> on Hemi.</td><td>🟢 Easy</td></tr></tbody></table>

***

### Developer Tooling

<table><thead><tr><th width="198">Tutorial</th><th width="397">Description</th><th>Difficulty</th></tr></thead><tbody><tr><td><a href="/pages/vKTk3OoJynYYddd2C7no">Set Up a Safe Wallet</a></td><td>Learn about multi-sig wallets and set up a <a href="https://safe.global">Safe</a> Wallet on Hemi.</td><td>🟢 Easy</td></tr><tr><td><a href="/pages/dGuMAFUfiy2iRSsk1MeE">Create a Capsule</a></td><td>Learn about gasless transactions, re-routing/recalling, and configurable security with <a href="/pages/0Tb3yNIIHy5udB9WaZbs">Capsules</a> on Hemi.</td><td>🟡 Medium</td></tr></tbody></table>

***

### PoP Miner

<table><thead><tr><th width="194">Tutorial</th><th width="397">Description</th><th>Difficulty</th></tr></thead><tbody><tr><td><a href="/pages/sNv0KyCzVXSLkYQsUnlM">Run the CLI PoP Miner</a></td><td>Set up and run your PoP miner, either by downloading pre-built binaries or by building from source.</td><td>🟡 Medium</td></tr><tr><td><a href="/pages/blcqrlWHY3zPQn9g3cz7">Add tHEMI to MetaMask</a></td><td>Earning tHEMI rewards from PoP mining? Add the token contract address and view rewards.</td><td>🟢 Easy</td></tr></tbody></table>


---

# 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/using-hemi.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.
