# Console Overview

## Dashboard

The dashboard is your home base:

* **Total wallets** — how many wallets you have created
* **Total balance** — combined native coin balance across your wallets
* **Volume generated** — total trading volume you have produced

Use the **chain filter** (All / Solana / BSC / Ethereum / Base) and **time window** (24h / 7d / 30d / All Time) to focus results.

The **volume activity chart** buckets buy and sell volume by hour.

### Liquidate All

Force-sell a chosen token across **all** your wallets. Confirm carefully; this is destructive to that token position in every wallet. Separate flows exist for **BSC** and **Solana** so you only liquidate the chain you intend.

## Wallets — My Wallets

All trading flows through wallets you manage here. Set this up before launches and campaigns.

### Creating wallets

1. Click **Create Wallets**.
2. Choose count, chain, and **wallet type**:
   * **Bundler** — coordinated bundler runs
   * **Volume** — volume bot campaigns
   * **Fast Volume** — fast volume tool
   * **Dev Buy #1 / #2** — launch dev-buy slots
3. Confirm creation; wallets appear in the list.

### Funding wallets

Select wallets, click **Fund**. Distribute **equally** or use **random spread** (variation %) so amounts look natural on-chain. Funds come from your **treasury** (deposit addresses on the Wallets page).

### Sweeping wallets

**Sweep** sends balances from selected wallets back to your treasury after a campaign.

### Exporting wallets

**Export** downloads private keys as a secure **XML** file. Treat it like a seed phrase backup.

### Deleting wallets

**Delete** removes selected wallets. You can keep transaction history when the UI offers that option.

### Filters

Filter by **chain**, **wallet type**, and **address search** for large sets.

## Wallets — Global Wallets tab

Same **Wallets** page: switch to the **Global Wallets** tab.

**What it does:** Browse and purchase **aged** wallets from the shared pool (real DEX history, scored for quality). Purchased wallets appear in your normal wallet list.

**Typical flow:** Set filters (minimum age, max price), select inventory, purchase, then **fund** from treasury as needed.

**Why it matters:** Aged wallets reduce the “all fresh addresses” footprint compared to brand-new keys.

## Social (Crypto Feed)

**Who:** All subscribed users.

**What it does:** **Trending coins** (refreshed about every minute) and **crypto news** headlines from major outlets. An optional **Twitter/X** section may appear when enabled on your deployment; trending and news work either way.

## Profile

**What it shows:** Account info, current **tier**, **time remaining**, and **payment history**.

**Password change:** Current password + new password.

**Renew / upgrade:** Same subscribe flow as initial purchase.


---

# 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.veloxlabs.xyz/console-overview.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.
