Buy Methods

The basics

Buy methods are the method used when sniping a token launch. There are several to choose from based on your needs/requirements.

Buy Set Eth Amount

The "Buy Set Eth Amount" buy method swaps an exact amount of ETH for as many tokens as is possible at the time of execution. You should configure the "Amount" field to the amount of Eth you wish to spend on tokens. For example 0.01.

Buy Set Token Amount

The "Buy Set Token Amount" buy method buys a set amount of tokens (as a uint256) as long as the price for said amount of tokens does not exceed your configured max spend. In the event that the token amount value exceeds your max spend your transaction will fail. You should configure the "Amount" field to the amount of tokens you wish to buy. Please use the populate from contract method to easily generate these numbers for you. You should configure the "Max Spend" field to the amount of Eth you are willing to pay for said tokens. Please bear in mind that this value should be higher than the starting price of the token value. For example if 1% tokens costs 0.05 Eth we may set a Max Spend of 0.1 - 0.15 Eth. The choice is up to you regarding how much you're willing to pay for the tokens.

Buy Set Eth Amount Multi Swap

The "Buy Set Eth Amount Multi Swap" buy method swaps an exact amount of ETH across all the selected wallets for as many tokens as is possible at the time of execution. Please note that a buy transaction is only posted from the "Buyer Wallet". The buyer wallet is indicated on the UI when setting up your execute. You should configure the "Amount" field to the amount of Eth you wish to spend on tokens. The bot will then take the amount configured and multiply it by the number of wallets selected and send that amount via the transaction. For example if you set an amount of 0.1 and select 3 wallets the buyer wallet must contain 0.30 eth otherwise no transaction will be posted. Tokens are distributed from the buyer wallet to all the selected wallets automatically.

Good to know: This buy method can not be used on everyone contract. You should check the contract source to see if it contains a transfer delay. This usually can be found by simply searching the code for "tx.origin".

Buy Set Token Amount Multi Swap

The "Buy Set Token Amount Multi Swap" buy method buys a set amount of tokens (as a uint256) across all selected wallets. In instances where the token value exceeds the max spend configured no tokens are bought for that wallet and excess eth is refunded to the buyer wallet. You should configure the "Amount" field to the amount of tokens you wish to buy. Please use the populate from contract method to easily generate these numbers for you. You should configure the "Max Spend" field to the amount of Eth you are willing to pay for said tokens. Please bear in mind that this value should be higher than the starting price of the token value. For example if 1% tokens costs 0.05 Eth we may set a Max Spend of 0.1 - 0.15 Eth. The choice is up to you regarding how much you're willing to pay for the tokens. The bot will then take the max spend configured and multiply it by the number of wallets selected and send that amount via the transaction. For example if you set an amount of 0.1 and select 3 wallets the buyer wallet must contain 0.30 eth otherwise no transaction will be posted. Tokens are distributed from the buyer wallet to all the selected wallets automatically.

Good to know: This buy method can not be used on everyone contract. You should check the contract source to see if it contains a transfer delay. This usually can be found by simply searching the code for "tx.origin".

Last updated