# Handle Balances

## Step 1: Allocate Credits in a Game

Similar to the Gas Manager account, a Game can have both Allocated Credits and Available Credits. It's at your discretion to allocate credits across networks as needed

1. Click on a Game to navigate to its Game Page
2. Click on the "Manage Game Credits" button
3. &#x20;Select or Type the amount of credits you want to allocate in that game from your available balance

{% hint style="danger" %}
Allocating a balance to a specific game will **deduct that amount from your available balance**. This allocation belongs to the chosen game and cannot be utilized for other games unless you decide to reallocate it.
{% endhint %}

<figure><img src="/files/M8K0YymeR6FOWWs0wRNE" alt="" width="235"><figcaption></figcaption></figure>

## Step 2: Distribute Credits between Networks

The credits allocated to a network will be consumed from the fees incurred by users during their interactions with crypto in-app purchases.

1. Navigate to the Game Gas Manager page
2. Click on the Gear button of each network
3. Select or Type the number of credits that you want to transfer into a network from the **Game's** available credits.

<figure><img src="/files/V0pJpHNAjVcNGEex2DkR" alt=""><figcaption></figcaption></figure>

## Handle Allowlist

* **Whitelist**: All users who have purchased your game will automatically be added to the whitelist. Users on the whitelist will then be eligible for gas fee sponsorship.
* **Blacklist**: To prevent gas fee sponsorship for a specific wallet exhibiting malicious behaviour, you can add it to the blacklist.


---

# 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.elixir.app/dashboard/elixir-invisible-wallet/gas-manager/handle-balances.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.
