> For the complete documentation index, see [llms.txt](https://boundautotrades.gitbook.io/boundautotrades-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boundautotrades.gitbook.io/boundautotrades-docs/en/modules/wallets.md).

# My Wallets

The **My Wallets** section is where you save the wallets that AutoMint will use to sign your mints.

## Adding a wallet

Tap **💼 My Wallets → ➕ Add wallet** and send a single message:

```
label  btc_address  private_key_wif
```

| Field             | What to put                                   |
| ----------------- | --------------------------------------------- |
| `label`           | Any name you like (e.g. `main`, `airdrop-1`). |
| `btc_address`     | Your Taproot address (`bc1p...`).             |
| `private_key_wif` | The matching WIF (starts with `L` or `K`).    |

> 🛑 Use your **main wallet** (UniSat / Xverse / Leather), **not** the Radfi *trading address*.

You can add multiple wallets.

## Selecting a wallet

In the My Wallets list, tap a wallet and choose **Select for AutoMint**. From now on this wallet will be used for new AutoMint runs.

## Removing a wallet

Tap the **🗑** button next to the wallet you want to remove. It disappears from your list immediately. If it was the wallet currently selected for AutoMint, the selection is cleared so you can pick another one.


---

# 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://boundautotrades.gitbook.io/boundautotrades-docs/en/modules/wallets.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.
