# Swap Manager

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

The **Swap Manager** allows you to manage wallet selections and execute token swaps efficiently. Here's a detailed breakdown of the features and functionality:

***

## 🔍 Wallet Overview

* 🟢 **Green Wallets** – Selected for action
* 🔴 **Red Wallets** – Not selected
* `C` – Creator wallet
* `W` – Regular wallet

Use the **All Page**, **ALL**, or **All Page (Red/X)** buttons to toggle multiple selections quickly.

***

## 📊 Display Toggles

* **WORTH SOL** – Displays token value in SOL per wallet
* **SOL** – Displays pure SOL balance in each wallet
* **TOKEN %** – Displays what % of the token's total supply each wallet holds

Toggle these to analyze wallet stats before taking action.

***

## 📈 Stats Panel

Real-time tracking of your wallets' token holdings and performance:

* **B (Buy)** – Amount of SOL spent
* **S (Sell)** – Amount of SOL gained
* **HOLD %** – Token supply held
* **WORTH** – Current token value
* **PROFIT** – Net profit
* **Liquidity** – Current liquidity pool SOL value

***

## 🧠 Actions

* **BUY**\
  Executes buys across selected wallets using set `💰 Amount` and `⏱ Interval`.
* **SELL**\
  Executes sales based on selected `🔴 %` and interval.
* Quick % buttons: **25% / 50% / 100%** – Sell defined portion of tokens.
* **⏱ Interval** – Delay between each wallet’s action (in seconds).
* ⏰ **Interval** – Randomized delay between each transaction.
* **💰 Amount** – Total SOL to spend across wallets (split evenly).

***

## 🧨 Dump Buttons

* **Sell All + Dev**\
  Liquidates all tokens from all wallets (creator + regular) with high slippage to ensure instant execution.
* **Sell All No Dev**\
  Same as above, excluding the creator wallet.

***

## **BUY and SELL Buttons**

* **BUY:** Works with the **Interval** and 💰 **Amount** settings.
* **SELL:** Works with the **Interval** and **🔴: %** settings.

The 25, 50 and 100% are just user-friendly button with commonly used percentages. It will sell the corresponding % of the selected wallets.

***

## **Settings Overview**

* **⏱ Interval:**
  * All wallets will execute their transactions in exact sequence, with a constant delay.

    **Example:**

    * `1s` → Wallet 1 buys
    * after 1 second → Wallet 2 buys
    * after another second → Wallet 3 buys
    * and so on...
* ⏰ **Random Interval (Range):**
  * All wallets will execute their transactions in exact sequence, with a constant delay.

    **Example:**

    * `1–5s` → Wallet 1 buys
    * Wallet 2 buys randomly after **2.3s**, Wallet 3 after **4.1s**, etc.
    * and so on...

    This mimics human-like behavior and reduces detection risk.

{% hint style="warning" %}
**⚠️ Minimum Interval Limit:**\
The smallest possible interval is **0.05s** (50 milliseconds).
{% endhint %}

* **🔴: % (Sell Percentage):**
  * Determines the percentage of the token supply to sell from the selected wallets.
  * After selecting wallets and pressing this button, the system will display the total percentage of supply held by the selected wallets.
  * You can input a value between 1% and 100% to define how much of the supply to sell.
* 💰 Amount:

  * When you press the **Amount** button, the system will display the **total** SOL balance available across all selected wallets.
  * You must manually input the amount of SOL to be used for the transaction.
  * The entered amount will be **split equally** among the selected wallets for purchasing.

  For example:

  * If you have **5 wallets** selected and **input 10 SOL**, each wallet will use **2 SOL** to buy tokens.
  * If you input an amount greater than the total SOL available, the transaction will not proceed.

***

## **DUMP ALL**

* **Sell All + Dev:**
  * Sells all tokens, including those held by the creator wallet, with unlimited slippage to ensure instant execution.
* **Sell All No Dev:**
  * Sells all tokens except those in the creator wallet, with unlimited slippage for instant execution.

***

The **Swap Manager** provides full flexibility for managing wallets, bundling, and executing trades, ensuring smooth and precise operations.<br>


---

# 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://deployonvortex.gitbook.io/documentation/documentation/swap-manager.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.
