> For the complete documentation index, see [llms.txt](https://guides.regen.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.regen.network/guides/wallets/wallet-setup.md).

# 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
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:

```
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.
