> For the complete documentation index, see [llms.txt](https://permapod.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://permapod.gitbook.io/home/tutorial/wallet.md).

# Wallet

<figure><img src="/files/t2KarqTWoQU2J2hY8PwV" alt=""><figcaption></figcaption></figure>

Before using Permapod, you need a Cosmos-compatible wallet that supports ZigChain.

***

#### Supported Wallets

| Wallet            | Type                           | Link                                        |
| ----------------- | ------------------------------ | ------------------------------------------- |
| **Keplr**         | Browser extension + mobile     | [keplr.app](https://www.keplr.app/)         |
| **Leap**          | Browser extension + mobile     | [leapwallet.io](https://www.leapwallet.io/) |
| **MetaMask Snap** | Browser extension (EVM bridge) | [metamask.io](https://metamask.io/)         |

***

#### Step 1 / Install Your Wallet

Download and install one of the supported wallets from the links above. Follow the wallet's official setup to create or import an account.

{% hint style="info" %}
Keplr and Leap are the most widely used Cosmos wallets. Either one works well with PermaPod.
{% endhint %}

***

#### Step 2 — Connect to ZigChain

ZigChain is typically detected automatically when you visit the app. If it isn't:

1. Open your wallet settings.
2. Select **Add Custom Chain** (or equivalent).
3. Enter the ZigChain network details from the [official documentation](https://docs.zigchain.com).
4. Save and switch to the ZigChain network.

***

#### Step 3 — Connect to PermaPod

1. Go to [app.permapod.xyz](https://app.permapod.xyz).
2. Click **Connect Wallet** in the top-right corner.<br>

<figure><img src="/files/8nxhhuHEIdVt5CQbwggK" alt=""><figcaption><p>The header bar with the Connect Wallet button</p></figcaption></figure>

3. Select your wallet (Keplr or Leap).
4. Approve the connection request in your wallet popup.<br>

<figure><img src="/files/5RUbPFXPYHI2m8AYzzuL" alt="" width="563"><figcaption><p>Dashboard before connecting — click Connect Wallet to get started</p></figcaption></figure>

***

#### Step 4 — Create Your Account

On your first visit, Permapod will prompt you to **create a credit account**. This is a one-time on-chain transaction that creates your account.

1. Click **Approve transaction** when prompted.
2. Confirm the transaction in your wallet.
3. Once confirmed, you'll land on the Dashboard — ready to go.

{% hint style="success" %}
**Next step:** [Transfer Assets](/home/tutorial/wallet/transfer-assets.md) to fund your wallet with tokens.
{% endhint %}


---

# 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://permapod.gitbook.io/home/tutorial/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.
