# Wallets

Kage wallets are designed to keep strategies isolated while still giving you a path to self-custody.

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

### **Multiple Wallets**

You can create multiple wallets under one Kage account. Each wallet has its own balance, private key, and strategy scope.

Common setups include:

* One wallet for politics markets and one wallet for sports markets.
* One wallet for aggressive targets and one wallet for conservative targets.
* One small test wallet for trying new targets before scaling up.

To create a wallet:

1. Open **Wallet Management**.
2. Select **New Wallet**.
3. Enter a name, such as Politics, Sports, or Test.
4. Fund the wallet.
5. Run One-Click Onboard for that wallet.
6. Attach copy subscriptions to it.

### **Default Wallet**

One wallet is marked as the default wallet. It is preselected in deposit flows and when creating new copy subscriptions.

You can change the default wallet in Wallet Management.

### **Exporting a Private Key**

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

You can export a Kage wallet private key and import it into MetaMask or another compatible wallet.

1. Open **Wallet Management**.
2. Find the wallet.
3. Select **Export Private Key**.
4. Read the warning and confirm.
5. Copy the private key.
6. In MetaMask, open **Account** > **Import Account**.
7. Paste the private key.

Private key exports are recorded in the audit log. This protects users by creating a traceable record if a key is viewed unexpectedly.

> *Warning: After exporting, store the key only on your own secure device. Kage support will never ask for your private key.*


---

# 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://kage-fun.gitbook.io/kage-1/wallets.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.
