# Creating a Wallet

To use Stargaze, you'll need a Cosmos-compatible wallet. We recommend Keplr or Leap.

## Recommended Wallets

### Keplr

Keplr is the most widely used wallet in the Cosmos ecosystem.

**Browser Extension:**

1. Visit [keplr.app](https://www.keplr.app/)
2. Click "Install Keplr"
3. Add the extension to Chrome, Brave, or Firefox
4. Create a new wallet or import an existing one
5. **Save your seed phrase securely** - this is the only way to recover your wallet

**Mobile:**

* Available on iOS and Android
* Search "Keplr Wallet" in your app store

***

### Leap Wallet

Leap is a user-friendly alternative with a clean interface.

**Browser Extension:**

1. Visit [leapwallet.io](https://www.leapwallet.io/)
2. Install the browser extension
3. Create or import a wallet

**Mobile:**

* Available on iOS and Android

***

## Security Tips

* **Never share your seed phrase** - No legitimate service will ever ask for it
* **Write it down on paper** - Don't store it digitally
* **Use a hardware wallet** for large holdings (Ledger supported)
* **Verify URLs** - Always check you're on the official site

## Connecting to Stargaze

Once your wallet is set up:

1. Go to [stargaze.zone](https://stargaze.zone)
2. Click "Connect Wallet" in the top right
3. Select your wallet (Keplr or Leap)
4. Approve the connection request

You're ready to explore!


---

# 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.stargaze.zone/start-here/creating-a-wallet.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.
