> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickscope.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Floating Widgets

> Detachable panels that float over your workspace

Floating widgets are individual, detachable panels that hover above your main workspace. Each widget focuses on a single task – positions, a chart, a trade panel, tracked wallets – and can be opened, closed, repositioned, and customised independently.

<Frame>
  <video autoPlay loop muted playsInline>
    <source src="https://mintcdn.com/quickscope/_6OT7LAAy_4uQiGZ/videos/Floating_Widgets_Desktop_Web_1080.mp4?fit=max&auto=format&n=_6OT7LAAy_4uQiGZ&q=85&s=f22bf2a84e462d1bd677663cf96405c9" type="video/mp4" data-path="videos/Floating_Widgets_Desktop_Web_1080.mp4" />
  </video>
</Frame>

## How Floating Widgets Work

Unlike the [Mini App](/terminal/advanced/mini-app) (which is a self-contained interface), floating widgets are modular. You choose which panels to have open, where they sit on screen, and what data each one shows.

<CardGroup cols={2}>
  <Card title="Independent Panels" icon="objects-column">
    Each widget operates on its own – open a Positions widget and a Chart side by side, or just one at a time.
  </Card>

  <Card title="Fully Customisable" icon="sliders">
    Configure columns, filters, wallet context, and layout for each widget individually.
  </Card>
</CardGroup>

## Opening & Closing Widgets

| Method          | How                                                                 |
| --------------- | ------------------------------------------------------------------- |
| Number keys     | Press `0`–`9` to toggle a widget by its slot number                 |
| Backtick        | Press `` ` `` to close all floating widgets at once                 |
| Widget Settings | Open **Floating Widget Settings** to manage your active widget list |

## Managing Your Widget List

Open the **Floating Widget Settings** panel to see your active widgets and browse available ones.

### Active Widgets

Your active widget list shows every widget currently assigned to a slot. From here you can:

* **Drag to reorder** – Change the slot order (affects which number key opens which widget)
* **Edit** – Open per-widget settings (columns, filters, wallet context)
* **Remove** – Delete a widget from your active list

### Adding Widgets

Below the active list, you'll find all available widgets organised by category. Click any widget to add it to your active list.

## Available Widgets

<AccordionGroup>
  <Accordion title="Discover">
    Widgets for finding and monitoring new tokens:

    | Widget           | Description                              |
    | ---------------- | ---------------------------------------- |
    | New              | Freshly created tokens                   |
    | Graduating       | Tokens approaching graduation thresholds |
    | Graduated        | Tokens that have recently graduated      |
    | Tokens           | General token browser                    |
    | Watchlists       | Your saved watchlists                    |
    | News Ticker      | Live news feed                           |
    | Tracking (Table) | Tracked wallet activity in table format  |
    | Tracking (Feed)  | Tracked wallet activity as a live feed   |
  </Accordion>

  <Accordion title="Trade">
    Widgets for executing trades:

    | Widget        | Description                  |
    | ------------- | ---------------------------- |
    | Trade         | Full trade panel             |
    | Instant Trade | Compact quick-trade widget   |
    | Jupiter Trade | Trade via Jupiter aggregator |
    | Jupiter Swap  | Swap interface via Jupiter   |
  </Accordion>

  <Accordion title="Token Details">
    Widgets for deep-diving into a specific token:

    | Widget               | Description                             |
    | -------------------- | --------------------------------------- |
    | Token Summary        | Key stats at a glance                   |
    | Chart                | Price chart                             |
    | Token Metrics        | Detailed token metrics                  |
    | Transactions (Table) | Token transactions in table format      |
    | Transactions (Feed)  | Token transactions as a live feed       |
    | Traders              | Active traders for the token            |
    | Holders              | Holder distribution and top holders     |
    | Distribution         | Supply distribution breakdown           |
    | Overview             | General token overview                  |
    | Bubblemaps           | Visual holder clustering via Bubblemaps |
  </Accordion>

  <Accordion title="Portfolio">
    Widgets for managing your holdings:

    | Widget                 | Description                            |
    | ---------------------- | -------------------------------------- |
    | Wallet Profile Bar     | Quick wallet summary                   |
    | Positions              | Current open positions                 |
    | Portfolio              | Full portfolio view                    |
    | Portfolio Txns (Table) | Portfolio transactions in table format |
    | Portfolio Txns (Feed)  | Portfolio transactions as a live feed  |
    | Orders                 | Active and past orders                 |
    | Activity               | Recent account activity                |
    | Trading Activity       | Trading-specific activity log          |
  </Accordion>

  <Accordion title="Telegram">
    Widgets for Telegram integration:

    | Widget   | Description                                |
    | -------- | ------------------------------------------ |
    | Mentions | Token mentions across your Telegram groups |
    | My Chats | Your connected Telegram chat feed          |
    | Scans    | Telegram scan results                      |
  </Accordion>

  <Accordion title="Rewards">
    Widgets for tracking your earnings:

    | Widget            | Description                            |
    | ----------------- | -------------------------------------- |
    | Lifetime Rewards  | Total rewards earned                   |
    | Unclaimed Rewards | Rewards available to claim             |
    | Earnings Chart    | Visual breakdown of earnings over time |
    | Scan Earnings     | Rewards earned from scans              |
    | Referral Link     | Your referral link and stats           |
    | Claim History     | Past reward claims                     |
  </Accordion>
</AccordionGroup>

## Customising Individual Widgets

Each widget has its own settings accessible via the edit (pencil) icon. The options vary by widget, but common settings include:

### Wallet Context

Some widgets support a **Wallet Context** toggle. When enabled, the widget scopes its data to the wallet you currently have selected – useful when managing multiple wallets.

### Column Preferences

Table-based widgets (like Positions or Tracked Wallets) let you choose which columns to display and drag them into your preferred order. Columns you can typically configure include token name, balance, value, bought, sold, P\&L, and more.

### Filters

Certain widgets offer built-in filters to narrow what's shown. For example, the **Tracked Wallets** widget includes:

| Filter  | What it does                                        |
| ------- | --------------------------------------------------- |
| Sort by | Choose how results are ordered                      |
| Type    | Filter by transaction type (Buy, Sell, Add, Remove) |
| Token   | Filter by a specific token                          |
| Total   | Set minimum/maximum total value                     |
| Price   | Set minimum/maximum price                           |
| Amount  | Set minimum/maximum amount                          |

## Tips

<CardGroup cols={2}>
  <Card title="Quick Access" icon="keyboard">
    Memorise the slot numbers for your most-used widgets. Press `3` for your Positions, `5` for Tracked Wallets – whatever order works for your flow.
  </Card>

  <Card title="Clean Up Fast" icon="broom">
    Press backtick (`` ` ``) to close all widgets at once when you need to focus on the main workspace.
  </Card>
</CardGroup>

## Related

* [Mini App](/terminal/advanced/mini-app) – Compact overlay interface
* [Keyboard Shortcuts](/terminal/advanced/hotkeys) – Full shortcut reference
* [Column Customisation](/terminal/advanced/columns) – Configure table columns across the terminal
