> For the complete documentation index, see [llms.txt](https://docs.jediswap.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-set-up-a-starknet-wallet/how-to-set-up-a-braavos-wallet.md).

# How to set up a Braavos wallet

## 1. Create the Braavos wallet

* Download the Braavos wallet extension from [here](https://braavos.app/).

<figure><img src="https://lh3.googleusercontent.com/yC8_yRZ9W-SotVu7V2msQYi-lj_nUoDQc2t3fM9hfSyPyKRmv62AjUIagHkDPvP_1akFbdtMzSbE9N60quqqIRCXYW9MCc6WL7yz7YaOf2Ko_BVJZkrd87VjfZyyhX5QrrRfMfg2FyJM6fELpTs0Qno" alt=""><figcaption></figcaption></figure>

* Open the Braavos wallet extension on your browser and set up your initial account.

<figure><img src="https://lh3.googleusercontent.com/3OSWUc7HGuM-Jm4mcbROnrAEjtLwzbbmAHtYUQyYi9hZU32Gr89wdcsS02b_BaonN0TWZy_6gIpu5WGp_GW0q4wA03Ce669YAQoPe-TDQC5ax2IKafdVWsnX1gMhGvpfxqNcLaRHJWzv4hOZGuDG2BI" alt=""><figcaption></figcaption></figure>

* To top up (deploy) your Braavos wallet, you need to make sure that you are on Starknet mainnet.

<figure><img src="https://lh4.googleusercontent.com/TpW9lMWUtth2GqdzyvnsQZdcK6ClIXO8grESsbD73Fig9jZD836TbfGhg8JDd6972WtYhQ6dNCZk0s8Oc8xi7cihmJovpeGjwM0KkM-D26kKsm0ZWlD1PE-l682QuOPtiWakkTvLt24Bw75_3lgtBPs" alt="" width="375"><figcaption></figcaption></figure>

* Deposit funds to your wallet.

[*How to bridge to Starknet*](https://docs.jediswap.xyz/how-to-use-jediswap/how-to-bridge-assets-to-starknet)


---

# 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.jediswap.xyz/how-to-use-jediswap/how-to-set-up-a-starknet-wallet/how-to-set-up-a-braavos-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.
