> 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/network-governance/how-to-use-commonwealth/sign-up.md).

# Sign-up

This article provides directions for creating a Commonwealth account with your Keplr wallet, which will allow you to participate in community governance. If you do not already have a Keplr wallet set up, you can create one by following [these](/guides/wallets/wallet-setup/create-a-keplr-wallet.md) directions.

### 1. Access the [Regen Network Commonwealth Page](https://commonwealth.im/regen/)

a. Follow the above link to view the Discussions page.&#x20;

![](/files/NblUHvLA8rCd4bThyTWj)

### 2. Connect Keplr Wallet

a. Click the "Log in" button indicated by the red arrow in the image above. It will generate the below pop out.&#x20;

![](/files/wyfWrCLchtd2dQEr3jlb)

b. Click the "Continue with wallet" option.

c. A drop list of available wallets will appear. If you are only currently utilizing a Keplr wallet, Keplr will be the only option to appear. Click it.&#x20;

![](/files/8xUBNRZjqpU566i25UPj)

d. This will generate the below pop out. To connect your wallet, you must sign a transaction that does nothing. It will not be submitted to the chain. Click the Regen wallet address listed to start the transaction.&#x20;

![](/files/3tQ8aPTNuuRRb6BnJXeB)

e. A Keplr transaction window will appear. Click "Approve" to approve the transaction.

![](/files/RuQdEyMm59Fk3zRJgHna)

### 3. Add Account Details

a. Once the transaction has competed you will be redirected to the following pop out.&#x20;

![](/files/eCZJbmaq41Mx6Qy1ok8W)

&#x20;b. A name for your profile is required. A headline and bio are optional. If you do not select an image for your avatar, one will be assigned.&#x20;

c. Click "Save and finish" to complete the process.&#x20;

**Congrats! You are now a member of Regen Network community governance!**


---

# 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://guides.regen.network/guides/network-governance/how-to-use-commonwealth/sign-up.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.
