> 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-keplr-wallet.md).

# Create a Keplr Wallet

* Visit <http://www.keplr.app>
* Click "Install Keplr"
* You will be redirected to Kepler add on page of your browser
* Click “Add to” your browser
* Press “Add” in the pop-up notification
* A new Kepler wallet page will open in one of your tabs
* Press “Create a new wallet”<br>

  <div align="left"><figure><img src="/files/U3TYgFPX5utcoKc0Et2M" alt="" width="563"><figcaption></figcaption></figure></div>

  <br>
* Click "Create new recovery phrase"

<div align="left"><figure><img src="/files/QL31dGRwqYMC0cuTGscN" alt="" width="563"><figcaption><p><br></p></figcaption></figure></div>

* In the next page click “I understood. Show my phrase”\ <br>

  <div align="left"><figure><img src="/files/Xbu8FXTS2IUPMc4XCc78" alt="" width="442"><figcaption></figcaption></figure></div>

* Click “copy to clipboard” or write down your recovery phrase. **Be cautious to keep your recovery phrase in a safe place and not to lose it, it is the only way to recover your Kepler wallet**

* Press “next” to verify that you stored your recovery phrase. Fill in the two words of your recovery phrase needed. Input a “wallet name”, create a Keplr password and press “next”. **This password will be used locally to access your Keplr wallet**\
  \ <br>

  <div align="left"><figure><img src="/files/mTgx54BNSwFupsVsanVh" alt="" width="467"><figcaption></figcaption></figure></div>

* In the next page you will been asked to “select chains”

* Let default option of Cosmos Hub for now and click “save”\ <br>

  <div align="left"><figure><img src="/files/uxDxIkLWty45niGfaASP" alt="" width="448"><figcaption><p><br><br></p></figcaption></figure></div>

  **NOTE** that we will need to be connected on Sei chain to interact with Kawa app and to receive the reward NFT, but we will set this in the next steps

* Your Kepler wallet is now created! You can press the puzzle icon on the top right section of your Chrome browser to pin Kepler for easier access<br>

  <div align="left"><figure><img src="/files/bNKW4rruPLAObeLY7hoP" alt=""><figcaption><p><br></p></figcaption></figure></div>

* Now we are going to set Sei network on our new wallet. To do this simply click the Keplr icon on extensions and click the settings icon on bottom right\ <br>

  <div align="left"><figure><img src="/files/wWXJaWsd3ZUzQAbPPb5L" alt="" width="269"><figcaption></figcaption></figure></div>

* Click "general" and scroll to find "add/remove non-native chains"\ <br>

  <div align="left"><figure><img src="/files/J5Z6l3RNHqg6mHnMwfJG" alt="" width="270"><figcaption></figcaption></figure></div>

* Next you will see your empty chains list and you need to click the “+” on top right to add Sei<br>

<div align="left"><figure><img src="/files/Ct2i8hbH4H7fkID6i4YX" alt="" width="272"><figcaption></figcaption></figure></div>

* You will be redirected to Keplr chains page
* Input Sei on the search bar, find Sei and click “add to keplr”<br>

<div align="left"><figure><img src="/files/EYlt4FYYKDFy4rM5ZvdD" alt="" width="563"><figcaption><p>In this picture Sei Mainnet is the third option and is the one that we need<br></p></figcaption></figure></div>

* Click “approve” on the next pop up and now you have added Sei successfully

* Now that we have added Sei we need to make it visible so we can interact

* Click the Keplr icon on the extensions and press the three lines on top left to see the menu

* Press “manage chain visibility”\ <br>

  <div align="left"><figure><img src="/files/4p8GrAV804dRc1krobom" alt="" width="271"><figcaption><p><br></p></figcaption></figure></div>

* You will be redirected to “select chains” page of Keplr

* Search and find Sei, select it and press “save”<br>

<div align="left"><figure><img src="/files/J5qaBaSmVhlMhUOMapyA" alt="" width="453"><figcaption></figcaption></figure></div>

\
**Awesome work!** Now you can see your Sei balance and wallet address on Keplr wallet.\ <br>

<div align="left"><figure><img src="/files/XsiWMinBqvYRaRepRFBW" alt="" width="269"><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-keplr-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.
