> For the complete documentation index, see [llms.txt](https://docs.hashstack.finance/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hashstack.finance/hub/how-to-use-hashstack-v1/how-do-i-connect-my-wallet.md).

# How do I connect my wallet?

Here’s the end-to-end process of creating an account on a Starknet L2 compatible wallet and connecting it with Hashstack’s mainnet.

\*\**We will use Braavos wallet as a reference.*

## Steps to create an account on Braavos

* Download and install the Braavos chrome extension from [here](https://braavos.app/download-braavos-wallet/).
* After installing the extension, we will come across the welcome screen.<br>

1. Click on create a New Wallet.

<figure><img src="/files/MdrLEbBTh0jPCqDblxJ4" alt=""><figcaption></figcaption></figure>

2. Set a secure password.

<figure><img src="/files/yhUDrOw0CCHYANOqh2hX" alt=""><figcaption></figcaption></figure>

3. The next screen, you will see your secret recovery phrase. Make sure to store it safely!

<figure><img src="/files/EJMtwYAyvsQztlmT4EH5" alt=""><figcaption></figcaption></figure>

4. Enable 2FA for additional security.

<figure><img src="/files/H1z5C9pZYOxDGmVWwrPC" alt=""><figcaption></figcaption></figure>

5. After completing these steps, your wallet is ready.

<figure><img src="/files/SsXK4Sf7968Ittdbn6cW" alt=""><figcaption></figcaption></figure>

6. Once you create your account, you need to go <https://app.hashstack.finance/v1/> and connect your preferred wallet. Here, I'm using the braavos wallet.

<figure><img src="/files/kLI1pDmCdhUw2dbvigfC" alt=""><figcaption></figcaption></figure>

7. The wallet will open a prompt to approve the connection to the new dApp, so click on "Approve"

<figure><img src="/files/N7IVlmrXzAtnE45mF3A5" alt=""><figcaption></figcaption></figure>

8. Once connected, you will be able to access the dashboard.

<figure><img src="/files/8U8FHQhdrYW6k0dumetS" alt=""><figcaption></figcaption></figure>

### Video Tutorial

{% embed url="<https://www.youtube.com/watch?index=3&list=PLblZGyoIK7LoaODRn52pjFsqqiA46fGeg&v=RrF7_jvndp4>" %}


---

# 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.hashstack.finance/hub/how-to-use-hashstack-v1/how-do-i-connect-my-wallet.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.
