Moonshot Commands
The Moonshot Commands page explains how to use the features for interacting with bonding curve contracts, allowing users to automate buys and sells across multiple wallets. These commands are essential for token developers and investors who want to engage in dynamic token operations efficiently.
Command: /buy_floor_moonshot
/buy_floor_moonshot
The /buy_floor_moonshot
command allows users to automate purchases using a bonding curve contract. It utilizes multiple wallets to spread out transactions, simulating natural trading activity and ensuring scalability.
Command Syntax
Parameters
amount_in_eth (Required): The amount of ETH each wallet will use for the buy operation. Example:
0.05
token_address (Required): The address of the bonding curve token. Example:
0x1234567890abcdef1234567890abcdef12345678
cycles (Optional): The number of times the operation will repeat for all wallets. Defaults to
1
. Example:5
speed (Optional): The speed at which transactions are processed. Options are:
fast
: Minimal delay between transactions.medium
(Default): Moderate delay between transactions.slow
: Long delay between transactions for a more natural trading pattern.
How to Use
Ensure you have a wallet set up with volume wallets ready. Use the
/start
command if you don’t have a wallet yet.Execute the command in the following format:
The bot will:
Validate your input and prepare the wallets.
Start the operation and display a status message showing the progress.
Allow cancellation using
/cancelmoonshot
.
Example Output
Start Message
Progress Update
Completion
Command: /sell_floor_moonshot
/sell_floor_moonshot
The /sell_floor_moonshot
command automates token sales using a bonding curve contract. It processes sales across multiple wallets to distribute sell pressure.
Command Syntax
Parameters
token_address (Required): The address of the bonding curve token. Example:
0x1234567890abcdef1234567890abcdef12345678
How to Use
Ensure you have a wallet set up with volume wallets ready. Use the
/start
command if you don’t have a wallet yet.Execute the command in the following format:
The bot will:
Validate your input and prepare the wallets.
Start the operation and display a status message showing the progress.
Example Output
Start Message
Progress Update
Completion
Key Features
Multi-Wallet Support Distribute operations across multiple wallets for a more dynamic trading pattern.
Customizable Speed Control the speed of operations to simulate different trading behaviors.
Error Handling Automatically retries failed transactions and logs errors for user reference.
Live Status Updates Provides real-time updates on the operation's progress.
Cancellation Option Use
/cancelmoonshot
to stop ongoing operations.
Troubleshooting
Common Issues
Invalid Token Address Ensure the token address is valid and properly formatted (checksum address).
Insufficient Wallets Ensure you have enough volume wallets set up before starting the operation.
Transaction Failures Failures may occur due to network congestion or insufficient funds. Retry with adjusted parameters.
Operation Not Completing Use
/cancelmoonshot
to stop an operation if it seems stuck, and try again.
Last updated
Was this helpful?