# Temporary bonuses

On this page, you can view a list of created temporary bonus programs and create new ones.

**Temporary bonus programs** are time-limited offers that are displayed to clients on the **Bonuses** page in the B2CORE UI, where clients can claim bonuses from desired programs. For details of the process of awarding bonuses to clients, refer to [Introduction to bonuses](/back-office-guide/bonuses.md#introduction-to-bonuses).

## General information

The following information is provided about each temporary bonus program:

**ID**

The bonus program identifier.

***

**Name**

The bonus program name displayed to clients in the B2CORE UI.

***

**Amount**

The bonus amount.

***

**Currency**

The bonus program currency. Only trading accounts denominated in the specified currency can be used to claim the bonus from the given program.

***

**Lot per unit**

The ratio applied to the specified bonus amount to determine the volume that must be traded by a client:

`Required volume = Bonus amount / Lot per unit`

Suppose that the **Amount** field is set to 100 USD and the **Lot per unit** option is set to 2. In order to receive the bonus of 100 USD on their account balance, a client must trade the following volume:

`100 / 2 = 50 lots`.

***

**Created at**

The date and time when a bonus program was created.

***

**Expired**

The end date and time of the bonus program, after which clients are no longer able to claim bonuses from the program.

To view bonus program details, click the **Edit** button.

## Details

On the details page, you can view the additional program settings and requirements:

**Platform**

The [trading platform](/back-office-guide/products/platforms.md) on which the bonus program is available. Only trading accounts opened on the specified platform can be used to claim the bonus from the given program.

***

**Name**

The bonus program name displayed to clients in the B2CORE UI.

***

**Amount**

The bonus amount.

***

**Currency**

The bonus program currency. Only trading accounts denominated in the specified currency can be used to claim the bonus from the given program.

***

**Expired**

The end date and time of the bonus program, after which clients are no longer able to claim bonuses from the program.

***

**Platform Groups**

One or more groups created on the trading platform, in which trades are counted towards the traded volume of the bonus program.

***

**Lifetime (days)**

The number of days to fulfill the program requirements. After the bonus amount is claimed and added to a client trading account as credit, the client must trade the required volume within the specified number of days to receive the bonus credit on the account balance.

***

**Lot per unit**

The ratio applied to the specified bonus amount to determine the volume that must be traded by a client to receive the bonus credit on their account balance.

***

**Set credit immediately**

* If **Enabled**, when a client claims bonuses from multiple programs at a time using the same trading account, all claimed bonuses are immediately added to their account as credit, enabling the client to use credit funds for trading.
* If **Disabled**, when a client claims bonuses from multiple programs at a time using the same trading account, the claimed bonuses are added to their account one after another. Only after the first claimed bonus is processed and assigned the final status (`Completed` or `Expired`), the second claimed bonus is added to the client trading account as credit, and so on.

***

**Ignored open/close interval (sec)**

The minimum duration, in seconds, for which a client must keep a position open for it to be counted towards the traded volume of the bonus program.

***

**Autoenable trading if balance > 0**

When the account balance changes from zero or negative to positive, the permission named `Trade Enabled` is either automatically restored for the account or not, depending on this setting:

* If **Enabled**, when the account balance becomes positive, the `Trade Enabled` permission is automatically restored, enabling the client to resume trading on their account, including the use of the bonus credit.
* If **Disabled**, when the account balance becomes positive, the `Trade Enabled` permission isn’t automatically restored.

***

**Ignored symbol groups**

One or more symbol groups in which trades aren't counted towards the traded volume of the bonus program.

For cTrader, individual symbols must be selected in this field instead of symbol groups, even though symbol groups are available on the cTrader platform.

This field is optional and can be empty.

***

To apply restrictions to a selected temporary bonus program, click the **Actions** button in the upper-right page corner. The following types of restrictions can be applied to bonus programs, either individually or in combination:

* **Country restrictions** — to make the program available only to client from specific countries.
* **Client type restrictions** — to make the program available only to clients of selected types, such as Corporate or Individual.
* **Verification level restrictions** — to make the program available only to clients with specific verification levels.
* **Jurisdiction restrictions** — to make the program available only to clients under selected jurisdictions.
* **Introducing broker restrictions** — to make the program available only to clients who are referrals of the specified IBs.

If a client doesn't meet the restriction criteria, the temporary bonus program won't be visible to that client in the B2CORE UI, and the client won't have the option to claim the bonus.

{% hint style="success" %}
**See also**

[How to create a temporary bonus program](/how-to-articles/manage-bonuses/how-to-create-a-temporary-bonus-program.md)
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.b2core.b2broker.com/back-office-guide/bonuses/temporary-bonuses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
