# Preparations

In this guide, you will learn how to set up a wallet and add funds to it. This process can vary depending on whether you're using the mainnet or testnet. We'll cover the following scenarios:

* Setting up a wallet
* Using a faucet (testnet only)

## Set up a wallet

### Choose a wallet

Some wallet options are [Keplr](https://www.keplr.app/) (**recommended**), [Station](https://station.money/) and [Leap](https://www.leapwallet.io/).

### Install the wallet

Then select your preferred browser/device. This guide shows the installation process using Google Chrome.

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

Add the wallet as a Chrome extension. To minimize risk, always verify that the team behind the extension corresponds with the Keplr app.

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

Click the Add to Chrome button and wait for the extension to open a new tab with the setup steps. Click the Create a new wallet button to begin the setup.

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

This will prompt you to choose a wallet creation method.

<figure><img src="/files/2lSLf4WFDmX6VwnqOMDa" alt=""><figcaption></figcaption></figure>

Read the security concerns about creating a new wallet using a recovery phrase carefully, and click 'I understood. Show my phrase.' Store that phrase in a secure place where only you can access it.

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

Now enter the words requested from your recovery phrase, add a name and a password to your wallet, then click Next.

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

Select the default networks and the setup will be completed.

## Adding funds to your wallet

### Using a faucet

*Note that this step applies to the testnet only.*

Kima has available faucets for both its native token ($KIMA) and the USDK stablecoin. To delegate on the testnet, you need to have $KIMA to execute the transaction and send the delegated amount.

For further reference, please visit the [Kima Faucets](/kima-network/try-kima-with-the-demo-app/kima-faucets.md) documentation.)


---

# 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.kima.network/kima-network/become-a-kima-delegator/preparations.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.
