> ## Documentation Index
> Fetch the complete documentation index at: https://docs.minisend.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallets

> Activate chains and generate keys for the Wallet API, and choose which networks your checkout accepts deposits on.

**Dashboard → Wallets.** Two unrelated things live on this page: the [Wallet API](/wallet-api/overview)'s master wallets and keys, and which chains your checkout accepts.

## Master wallets

A master wallet is your container on one chain for the [Wallet API](/wallet-api/overview) — every address you issue for your own users on that chain is created under it.

<Steps>
  <Step title="Activate a chain">
    Each card shows a chain you can activate. Base is available on every plan; the others require a premium plan and show **Requires a premium plan** until then.
  </Step>

  <Step title="View balance and addresses">
    Click a card to open its details: address, live balance, and the child addresses issued under it.
  </Step>
</Steps>

## Activity

Three stat tiles (master wallets, addresses generated, and API keys) followed by a chronological feed of everything that's happened across the Wallet API: activations, addresses created, deposits received, and keys generated and revoked.

## API keys

Generate a `wsk_live_` key for the Wallet API here. There is no test-key option — the Wallet API has no sandbox.

<Steps>
  <Step title="New API key">
    Click **New API key**, give it a label (e.g. `Production`), and create it.
  </Step>

  <Step title="Copy now">
    The full key appears once, in a banner. Copy it immediately — Minisend stores only a hash.
  </Step>

  <Step title="Revoke when needed">
    **Revoke** deactivates a key immediately. Requests using it afterward return `401`.
  </Step>
</Steps>

<Note>
  If you haven't created a key yet, this section shows a prompt instead of a list: create a key to start generating wallets for your users.
</Note>

## Checkout deposits

At the bottom of the page, a separate section from the Wallet API above: which chains your **checkout** accepts USDC deposits on (the product covered in [Payment links](/payments/payment-links) and [Checkout sessions](/payments/checkout-sessions)). Toggle a chain off to stop accepting deposits on it; Base cannot be disabled. See [supported networks](/payments/supported-currencies#restricting-accepted-networks).
