# Distribute Funds from CEX

**Distribute Funds from CEX** (Top up wallets from CEX) allows you to automatically distribute SOL from your centralized exchange balance across all wallets in a selected Wallet Pool in a single operation.

***

### Getting Started

> **Prerequisites:**
>
> * A connected CEX API (see **Connect CEX API**)
> * A Wallet Pool with wallets (see **Wallet Pools**)
> * Sufficient SOL balance on your CEX account

***

### Filling Out the Form

#### Select Solana Network Token for Top up

Defaults to **SOL**. This is the token that will be withdrawn from the CEX and distributed to pool wallets.

#### Select CEX for Top up

Choose a connected exchange from the dropdown. If no CEX is connected, the field shows `No CEX connected` — go to **Connect CEX API** first.

#### Select Wallet Pool

Select the pool whose wallets will receive the funds. All your existing pools are listed in the dropdown.

#### Q-ty of Wallets

The number of wallets from the selected pool to top up.

* **half** — select half of the pool's wallets
* **all** — select all wallets in the pool

#### Min Deposit per Wallet / Max Deposit per Wallet

The minimum and maximum SOL amount to send to each wallet.

* **Minimum:** 0.016 SOL (system requirement)
* **Maximum:** set by you. If left empty, funds are distributed evenly across all selected wallets

***

### Sum for Deposit

The summary block at the bottom of the form shows:

| Row                              | Description                             |
| -------------------------------- | --------------------------------------- |
| **Sum for deposit**              | Total SOL amount to be distributed      |
| **Total (Including Commission)** | Total amount including the platform fee |

Click **Top up and pay** to start the operation.

***

### History

Below the form, a history of all top-up operations is displayed. If no operations have been run yet, the section shows **No top-up history yet**.

Once operations are completed, each entry will appear with a date, status, and amount distributed.

***

### Tips

* **Check your CEX balance** before starting — the system will automatically withdraw the required amount from your exchange account.
* **Use Min/Max deposit** for slightly varied distribution amounts — this looks more organic on-chain compared to identical amounts across all wallets.
* **Q-ty of wallets** — if you only want to fund a subset of wallets (e.g. for a test run), enter a specific number instead of selecting `all`.
* **Commission** — the platform fee is calculated automatically and shown in the `Total (Including Commission)` field. It is charged on top of the deposit amount.


---

# 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://tsunammi.gitbook.io/tsunammi/wallet-management/distribute-funds-from-cex.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.
