> For the complete documentation index, see [llms.txt](https://docs.proxima.tools/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxima.tools/live-settings/overview.md).

# Overview

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

***

### Header

<div align="left"><figure><img src="/files/HftNALqwcchFhSXj0XyP" alt="" width="563"><figcaption></figcaption></figure></div>

The top bar displays key token metrics in real time.

* **Token info**: Name, ticker, contract address, social links
* **Price**: Current token price in USD
* **Market Cap**: Current market capitalization
* **Liquidity**: Available liquidity
* **Circulating**: Circulating supply
* **B.Curve**: Bonding curve progression
* **Buy / Sell volume**: Total buy and sell volume with visual bar
* **Withdraw**: Quick access to [Withdraw](/live-settings/withdraw.md)
* **Archive**: Archive this launch

***

### Chart

Real-time token chart with Proxima-specific overlays.

<div align="left"><figure><img src="/files/lRPurtaI1Kz73I4naJyh" alt="" width="563"><figcaption></figcaption></figure></div>

* **Real-time price updates**: Chart updates live as transactions happen
* **Buy / Sell bubbles**: Visual markers showing when your wallets buy or sell
* **Tracked wallet bubbles**: See when wallets from your watchlist execute
* **Average buy price**: Line showing your average entry across all wallets
* **Average sell price**: Line showing your average exit across all wallets
* **Migration line**: Visual indicator showing where the bonding curve migration occurs

***

### Trade Feed

Real-time transaction feed with wallet identification.

<div align="left"><figure><img src="/files/NsTTufxmekeu0r8dwyHt" alt="" width="563"><figcaption></figcaption></figure></div>

* **Real-time updates**: Every transaction appears instantly as it happens on-chain
* **Wallet distinction**: Transactions are color-coded and filtered by type
  * **DEV**: Developer wallet transactions
  * **TRACKED**: Wallets from your [Watchlist / Bookmark](/live-settings/watchlist-bookmark.md)
  * **MY WALLETS**: Your launch wallets
* **Filters**: Toggle each category to show or hide specific wallet types
* **Hover to act**: Hover on any trader address to rename it or add it to your [Watchlist / Bookmark](/live-settings/watchlist-bookmark.md)

Each transaction displays: SOL amount, market cap at time of execution, trader address, and age.

***

### Wallet Table

Located at the bottom of the page. Three tabs to navigate between views.

<div align="left"><figure><img src="/files/05qGO4Wl7NTRYypWqdbt" alt="" width="563"><figcaption></figcaption></figure></div>

#### Tabs

* **My Wallets**: Your launch wallets
* **Latest Trades**: Recent transactions across all wallets
* **Holders**: All token holders

#### Wallet Info

Each wallet displays:

* Address
* Supply %
* Balance (SOL + USD)
* Actions: Buy, Sell, export key, add to folder

#### Wallet Actions

* **Generate Wallets**: Create new wallets and add them to this launch
* **Import Wallets**: Import existing wallets from your wallet list
* **Fund Wallets**: Fund wallets directly from the Live page
* **Add to** [Watchlist / Bookmark](/live-settings/watchlist-bookmark.md): Track a wallet&#x20;

***

### Control Panel

The right panel contains all execution controls.

<div align="left"><figure><img src="/files/uetFjzhMQCtuQgAmAvkp" alt="" width="563"><figcaption></figcaption></figure></div>

#### Buy & Sell on Holders & Deployer

Toggle between Buy and Sell at the top of the panel.

Quick sell controls for Holders and Deployer separately.

* % OWNED input with preset buttons (5%, 25%, 50%, 75%, 100%)
* Edit button to configure advanced sell parameters

<div align="left"><figure><img src="/files/j3HGiDcb5jQdLpPihwRJ" alt="" width="375"><figcaption></figcaption></figure></div>

[Buy](/live-settings/buy.md) - [Sell](/live-settings/sell.md): Full documentation

#### Stats

<div align="left"><figure><img src="/files/FU56JdKBqEXhCsTT2tAv" alt="" width="468"><figcaption></figcaption></figure></div>

Per-launch statistics :

* **Bought**: Total SOL spent
* **Sold**: Total SOL received
* **Holding**: Current token value
* **uP\&L**: Unrealized profit and loss

{% hint style="info" %}
Stats can be displayed in SOL or USD from Settings.
{% endhint %}

#### Quick Actions

<div align="left"><figure><img src="/files/jnrmhw2OXKDNGVXFkSAX" alt="" width="563"><figcaption></figcaption></figure></div>

Action buttons for supply management and utilities :

* **Send Tokens** → [Send Tokens](/live-settings/send-tokens.md)
* **Burn Supply** → [Burn Supply](/live-settings/burn-supply.md)
* **Lock Supply** → [Lock Supply (Via Streamflow)](/live-settings/lock-supply-via-streamflow.md)
* **Cleanup** → [Cleanup](/live-settings/cleanup.md)
* **Update DexScreener** → [Update DexScreener](/live-settings/update-dexscreener.md)
* **Claim Creator Rewards** → [Claim Creator Fees](/live-settings/claim-creator-fees.md)
* **Nuke** → [Sell](/live-settings/sell.md#nuke)

#### Market Making

<div align="left"><figure><img src="/files/0YlLSqWE5Cy9ixk4uMHW" alt="" width="563"><figcaption></figcaption></figure></div>

Expandable sections at the bottom of the panel :

* **AutoSell** → [Auto-Sell](/live-settings/auto-sell.md)
* **AutoBuy** → [Broken mention](broken://pages/VeW4lc7t5QubZWbumDhV)
* **Volume Bot** → [Volume Bot](/live-settings/volume-bot.md)
* **Cleanup** → [Cleanup](/live-settings/cleanup.md)


---

# 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.proxima.tools/live-settings/overview.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.
