Sell UI

Selling will auto detect if the token is bonded or not, working on both pump.fun and pumpswap

1. DUMP ALL

An immediate exit strategy that maximizes execution speed. This mode:

  • Batches all sub wallet tokens together

  • Transfers them to the developer wallet

  • Executes the sale in a single bundle

  • Ideal for rapid position exits

2. DELAY SELL ALL

A measured approach to full position exit:

  • Sells 100% of holdings from all SUB wallets

  • Implements delays between transactions

  • Helps minimize market impact

3. DELAY SELL %

Similar to DELAY SELL ALL, but with customizable amounts:

  • Sells a specified percentage from all SUB wallets

  • Maintains delays between transactions

  • Offers more granular control over exit positions

4. SINGLE SELL (%)

Focused selling from a single wallet:

  • Targets one SUB wallet at a time

  • Allows percentage-based selling (up to 100%)

  • Ideal for testing or strategic partial exits

5. AUTO SELL

Market cap-triggered selling:

  • Monitors project market capitalization

  • Automatically triggers when target threshold is met

  • Uses DUMP ALL mechanism for execution

  • Requires initial market cap target setup

6. SMART SELL

Advanced reactive selling based on market activity:

  • Monitors new buy orders

  • Triggers sales based on smart-config.json configuration

  • Matches sell volume to percentage of incoming buys

  • Example: For a 1M token purchase and 50% configuration, sells 500K tokens

  • Auto-rotates through sub wallets

  • Continues until manual exit (X key) or wallet depletion

7. SELECT SELL

Precise multi-wallet management:

  • Supports selection of up to 20 sub wallets

  • Allows percentage-based selling from selected wallets

  • Executes all selected sales in a single bundle

  • Ideal for portfolio rebalancing

  • ONLY PUMP-FUN SUPPORT (NO SUPPORT FOR BONDED COINS)

8. TRANSFER SELL

A selective quick-exit option that:

  • Presents an interactive list of sub wallets

  • Allows selection of specific wallets to sell from

  • Lets you specify the percentage to sell

  • Transfers tokens to the designated seller wallet

  • Executes the sale in a single bundle

  • ONLY PUMP-FUN SUPPORT (NO SUPPORT FOR BONDED COINS)

9. SIMULATE SELL VALUES

Market analysis tool that:

  • Calculates current sell quotes for all wallets

  • Includes both sub wallets and dev wallet

  • Provides real-time value estimation

  • Helps in decision-making before actual execution

Notes

  • All percentage-based modes accept values from 0-100

  • Bundle execution helps minimize transaction fees and execution time

  • Always monitor market conditions when using automated modes

  • Configure smart-profits.json properly before using SMART SELL mode

Smart Config Setup

smart-config.json

{
    "sellPercentage": 30,
    "minBuyValue": 0.05,
    "maxBuyValue": 8,
    "_sellPercentageInfo": "Percentage of tokens to sell based on the total tokens bought in the transaction",
    "_minBuyValueInfo": "Minimum value to buy in SOL to trigger smart profit selling",
    "_maxBuyValueInfo": "Maximum buy that will trigger a sell, anything above will be ignored (helps not sell on any MEV transactions)",
}

whitelist.txt

if you have external wallets you want to IGNORE when executing smart sell please add them to the whitelist.txt file as follows (sub wallets, dev & funder automatically ignored) pubkey -> Public Key (wallet address) privkey -> Base58 formatted private key (phantom wallet export value)

pubkey:privkey
pubkey:privkey
pubkey:privkey
pubkey:privkey
pubkey:privkey

Last updated