💊Migration buy/sell
/ms , /mb
Use the /ms
if you wan't to sell your position after migration is done or /mb
if you would like to buy token after migration is done.
Migration sell:
/ms <tokenAddress> <sell position%> <slippage%> <tip> <prio>
Example1:
/ms EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65pump 50
Outcome: Sells 50% of the position after token Migration. Using default Sell slippage, tip and prio settings
Full Example:
/ms EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65pump 50 20 0.01 0.001
Outcome: Sells 50% of the position after token Migration, with 20% slippage, 0.01 tip, and 0.001 priority.
Note: Example1 are minimum requirments, but extra settings of <slippage%> <tip> <prio> can be added, in case these are not provided, default Sell settings will be applied for slippage, tip and prio.
Migration buy:
/mb <tokenAddress> <sol_amount> <slippage%> <tip> <prio>
Example1:
/mb EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65pump 0.1
Outcome: Buys 0.1 SOL worth of tokens after Token Migration. Using default Buy slippage, tip and prio settings
Full Example:
/mb EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65pump 0.1 15 0.01 0.001
Outcome: Buys 0.1 SOL worth of tokens after Token Migration, with 15% slippage, 0.01 tip, and 0.001 priority.
Note: Example1 are minimum requirments, but extra settings of <slippage%> <tip> <prio> can be added, in case these are not provided, default Buy settings will be applied for slippage, tip and prio.
Last updated