> For the complete documentation index, see [llms.txt](https://docs.ib.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ib.b2core.b2broker.com/for-brokers/how-to-articles/how-to-set-up-a-wallet.md).

# How to set up a wallet

A **Wallet** is a partner account, to which all partner rewards are credited.

{% hint style="info" %}
Before creating a partner product, navigate to **Products** > **Platforms** and make sure that **Personal** platform is enabled.
{% endhint %}

{% stepper %}
{% step %}
Go to **Products** > **Products**.
{% endstep %}

{% step %}
Click **Create** and select **eWallet** from the dropdown. The **Create product** popup will open.
{% endstep %}

{% step %}
From the **Platform group** dropdown, select **eWallet**.
{% endstep %}

{% step %}
From the **Currency** dropdown, select a currency in which you want to pay rewards to your partners.

If a partner's wallet currency differs from the reward currency, then the reward amount is converted into the wallet currency. The conversion occurs at the current exchange rate at the time of calculation.
{% endstep %}

{% step %}
In the **Name** field, enter a wallet name. It can be the same as currency for your convenience.
{% endstep %}

{% step %}
Select **Group**.
{% endstep %}

{% step %}
From the **Factory** dropdown, select **100** if a wallet is denominated in currency subunits (for example, cents); otherwise, leave the default value **1**.
{% endstep %}

{% step %}
From the **Type** dropdown, select **Partner**.
{% endstep %}

{% step %}
Click **Save**. The **Info** tab of the Product details will open.
{% endstep %}

{% step %}
Set the **Caption**, which will be displayed in the B2CORE UI. Set localizations if needed.
{% endstep %}

{% step %}
Set **Status** to **Enabled**.
{% endstep %}

{% step %}
Grant permissions: select required **Rights** or check **eWallet** in the **Group rights**.
{% endstep %}

{% step %}
Set **Max accounts** to **-1**.
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}


---

# 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://docs.ib.b2core.b2broker.com/for-brokers/how-to-articles/how-to-set-up-a-wallet.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.
