> For the complete documentation index, see [llms.txt](https://kawa-fi.gitbook.io/kawa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawa-fi.gitbook.io/kawa/flow-campaign-guide/create-a-fin-wallet.md).

# Create a Fin wallet

* Visit[ ](https://finwallet.com/)<https://finwallet.com/>
* Click "Download Now" and select Chrome
* You will be redirected to the Compass Chrome add-on page:\
  [ ](https://chromewebstore.google.com/detail/fin-wallet-for-sei/dbgnhckhnppddckangcjbkjnlddbjkna)<https://chromewebstore.google.com/detail/fin-wallet-for-sei/dbgnhckhnppddckangcjbkjnlddbjkna>
* Click "Add to Chrome" in the top right
* Press "Add Extension" in the pop-up notification
* A new Fin wallet page will open in one of your tabs
* Press "Create a new wallet"<br>

  <div align="left"><figure><img src="/files/h1cGcvqVfowFp1lwDSXw" alt="" width="404"><figcaption><p><br></p></figcaption></figure></div>
* You will be asked to enter a password of your choosing. Once you've entered it, check the box and press "Create Password".<br>

  <div align="left"><figure><img src="/files/ZlLFh7uHon6bSlDzWX9k" alt="" width="419"><figcaption><p><br></p></figcaption></figure></div>
* On the next page, check the box and click on "I Am Ready"<br>

  <div align="left"><figure><img src="/files/GpKPSZAR7Ru87pOMx3IA" alt="" width="412"><figcaption><p><br></p></figcaption></figure></div>
* In the next page you will be given your secret phrase for the Fin wallet. Press "Copy Passphrase" to copy it or write it down. **Be cautious to keep your secret phrase in a safe place and not to lose it, it's the only way to recover your Fin wallet.**<br>

  <div align="left"><figure><img src="/files/7CdIvfPufthncw3dPmM2" alt="" width="403"><figcaption><p><br></p></figcaption></figure></div>
* Press "Continue" to proceed
* In the next page you will be prompted to select 2 specific words from your secret phrase for confirmation. Enter them and click "Verify" to proceed.<br>

  <div align="left"><figure><img src="/files/UoPEurGvrCpHTrp1k0Qc" alt="" width="393"><figcaption><p><br></p></figcaption></figure></div>
* Enter a name for your wallet, a color of your choosing and press "Start Using" to proceed<br>

  <div align="left"><figure><img src="/files/ZLhyb0Cffs7wOJp5jTvZ" alt="" width="408"><figcaption><p><br></p></figcaption></figure></div>
* Your Fin wallet is now complete! You can press the puzzle icon on the top right section of your Chrome browser to pin Compass for easier access<br>

  <div align="left"><figure><img src="/files/yQauamMAbMGrIAVmLwO9" alt=""><figcaption></figcaption></figure></div>


---

# 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://kawa-fi.gitbook.io/kawa/flow-campaign-guide/create-a-fin-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.
