Commands List

The latest command list for the bot, it will be updated as new commands are added

start

/start

Main entrypoint for interacting with the bot

sendeth

/sendeth (privateKey) (amountInEth) (address:opt)

Send a specified amount of ETH from a private key to an address. If the address field is omitted, the ETH will be sent to your bot's main wallet.

sweep

/sweep (privateKey) (address:opt)

Send the remaining funds from a private key to an address. If the address field is omitted, the funds will be swept directly to your main bot wallet.

unibuy

/unibuy (privateKey:opt) (amountInEth) (tokenAddress) (poolVersion)

Execute a swap using the private key, with a specified amount of ETH, for a token at a specific Uniswap pool. If the private key is omitted, the buy will be made from your bot's main wallet.

unisell

/unisell (privateKey:opt) (amountInTokens) (tokenAddress) (poolVersion)

Execute a sale of a specified amount of tokens for ETH at a specified pool version using the private key. If the private key is omitted, the sale will be made from your bot's main wallet.

buyohno

/buyohno (amountInETH)

Execute a swap between ETH and OHNO. Think of it as a wrapper for /unibuy with OHNO address and pool hardcoded.

help

/help

Get information on how to contact support.

info

/info

View details on the latest release of the bot.

cancel

/cancel

Reset the current session. (Note: current session data will be lost).

Last updated