# Wallet Setup

To interact with Regen ledger — whether you’re voting on proposals, staking tokens, or creating organizations — you’ll first need a compatible wallet. The most widely used option is **Keplr**, a browser extension and mobile wallet that supports the Regen Network blockchain.

Setting up your wallet is a two-step process:

1. [**Create a Keplr Wallet**](/guides/wallets/wallet-setup/create-a-keplr-wallet.md)\
   Learn how to install Keplr, create a new wallet, and securely back up your recovery phrase.
2. [**Acquire REGEN**](/guides/wallets/wallet-setup/acquire-usdregen.md)\
   Once your wallet is ready, follow this guide to acquire REGEN tokens so you can participate in governance, staking, and network activities.

After completing these steps, your wallet will be fully set up to connect with Regen Network dApps and tools such as the Regen Explorer and Mintscan.


---

# 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://guides.regen.network/guides/wallets/wallet-setup.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.
