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

# Create wallet

Provisions a new wallet. The `name` field is an RFC 1035 DNS label (1–63 lowercase characters), globally unique, and **immutable** after creation.

<Warning>
  Choose `name` carefully — it cannot be changed. Attempting to update it later returns `LABEL_IMMUTABLE`. Plan the naming convention for your tenant (e.g., `production-main`, `payroll-2026`, `escrow-acme`) before creating the first wallet.
</Warning>

If a wallet with the same `name` already exists, the API returns `409 WALLET_ALREADY_EXISTS`.

See [Wallet overview](/get-started/wallets/overview) for the resource model and naming conventions.
