βš™οΈCommon Inputs

In this section we will cover all the task inputs which are common among all task types for all the different modules we offer.

Main Inputs

Camp
Description
Required
Default

Wallet

The wallet name from the wallets file which will be used by the task.

βœ…

Slippage (%)

Desired slippage for swaps. Formatting: buy_slippage:sell_slippage

❌

100%

Max Block Diff

Maximum block difference between the trigger tx and your tx

❌

30

Max Open Positions

Maximum amount of concurrent open positions. When the maximum is reached, bot won't buy until some of the positions is closed.

❌

Fees & Tips Inputs

While Priority Fee is always required, you can choose to leave any tip field blank so txs are not sent through that service. You can aswell set the buy or sell tip to 0 so its disabled only when buying on selling. Combine it any way you want, and choose the spam amounts for each service on the solana_config.ini file. Example: I want to use BloXroute and NextBlock when buying, but only Jito when selling. Priority Fee = 0.05:0.05 Jito Max Tip = 0:0.1 BloXroute Tip = 0.1:0 NextBlock Tip = 0.1:0 Temporal Tip = 0:0

Camp
Description
Required
Default

Priority Fee (SOL)

The transaction priority fee. Formatting: buy_fee_sol:sell_fee_sol

βœ…

Jito Max Tip (SOL)

The maximum Jito tip you are willing to pay. Formatting: max_buy_tip:max_sell_tip

❌

disabled

BloXroute Tip (SOL)

The BloXroute tip. Formatting: buy_tip:sell_tip

❌

disabled

NextBlock Tip (SOL)

The NextBlock tip. Formatting: buy_tip:sell_tip

❌

disabled

Temporal Tip (SOL)

The Temporal tip. Formatting: buy_tip:sell_tip

❌

disabled

Limit Orders Inputs

Wave supports optional formatting if a trader wants multiple orders per order type. The formatting is as follows: Order Take Profit: 100:200:400 Take Profit Sell Percentage: 50:25:100

The bot will sell 50% of the held tokens at +100%, 25% of the remaining held tokens at +200% and 100% of the remaining held tokens at +400%.

Camp
Description
Required
Default

Dev Sell (%)

Automatically sells the specified amount when the token dev (deployer) sells his tokens

❌

Quick Sell

Automatically sells a % of tokens after a delay in milliseconds. Formatting: delay_ms:sell_percent

❌

Inactivity Sell

Automatically sells a % of tokens after the price of a token has not changed for a period of time. Formatting: inactivity_sec:sell_percent

❌

Order Take Profit (%)

Value at which price above your buy price the sell order will be executed. Formatting: 50 = +50%

❌

Order Stoploss (%)

Value at which price below your buy price the sell order will be executed. Formatting: 50 = -50%

❌

Trailing Order Stoploss (%)

Value at which price below your buy price the sell order will be executed. Unlike stoploss, this order dynamically changes and rises the stoploss price as a token price increases based on the ATH. Formatting: 50 = -50%

❌

Take Profit Sell Percent (%)

Value of how much of your token holdings you'll sell once take profit hits. Formatting: 50 = 50%

❌

100%

Stoploss Sell Percent (%)

Value of how much of your token holdings you'll sell once stoploss hits. Formatting: 50 = 50%

❌

100%

Trailing Stoploss Sell Percent (%)

Value of how much of your token holdings you'll sell once trailing stoploss hits. Formatting: 50 = 50%

❌

100%

Last updated