> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/retailer-wallet-management/creating-wallets.md).

# Creating wallets

### Creating a new wallet

You can create wallets on behalf of your suppliers, either one at a time or in bulk.

<figure><img src="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2FTvMIdZgw2rvs60dsRRJb%2FCleanShot%202026-03-20%20at%2010.11.062.png?alt=media&amp;token=8075cfd4-c0e4-4f6d-897d-0c4ce36bc0f3" alt=""><figcaption></figcaption></figure>

#### Creating a single wallet

1. Click **New Wallet** in the top-right corner
2. Select the **Single** tab (if not already selected)
3. Choose the **Supplier Team** from the dropdown
4. Enter a **Wallet Name** (up to 254 characters)
5. Select the **Currency** for the wallet
6. Optionally, add **Initial Funds** to the wallet
7. Click **Create**

<figure><img src="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2FtTPKNEtHFlFURBMs64id%2FCleanShot%202026-03-20%20at%2010.13.362.png?alt=media&amp;token=39f12412-7d14-4206-b3f6-0e9e5f3d7861" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Once created, the wallet's currency cannot be changed. Make sure to select the correct currency before creating.
{% endhint %}

#### Creating multiple wallets at once

If you need to create several wallets quickly, use bulk creation:

1. Click **New Wallet** in the top-right corner
2. Select the **Bulk** tab
3. For each wallet, enter:
   * **Team** — The supplier team
   * **Wallet Name** — A unique name for the wallet
   * **Currency** — The wallet's currency
4. Click **Add wallet** to add more entries (up to 10 at a time)
5. Click **Create (N)** to create all wallets

<figure><img src="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2FtRT0iaTLJVkmrNVlgTaJ%2FCleanShot%202026-03-20%20at%2010.19.302.png?alt=media&amp;token=97309e57-b81b-4284-8e50-0cc94d13a4ec" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can create up to 10 wallets at once. For larger batches, repeat the process.
{% endhint %}


---

# 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://help.citrusad.com/retail-media-interface/retailer-wallet-management/creating-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.
