Sell Platform

Instantly sell tokens, whether it's on Pump.fun or Raydium.

Our All-In-One bot has a feature called Sell Platform, which allows you to quickly sell tokens on Pump.fun or Raydium from wallets that were used during the program's execution.

You can select a specific wallet or sell them all using two methods: Sell All Tokens or Transfer And Sell all.

Sell all tokens: sends transactions with sales from all wallets in batches, using or not using jito.

Transfer and sell all: transfers tokens from all wallets to a single wallet and sells them in one transaction.

The platform follows the settings in the config file in the root of the program directory. It follows the defined settings: rpcs, slippage, if it will use jito and if so, the jito tip amount.

RPC_URL=MY_RPC
RPC_URL2=
slippagePercentage=5
jitoTipSOLAmount=0.001
# true or false
jitoUseInTokenSale=true

Running

Just type in the open terminal in the program folder:

pnpm sell

🚨 It is not recommended to run sell platform while the program is running! 🚨

Last updated