chainstacklabs/pumpfun-bonkfun-bot — reverse-engineered prompt
Reverse engineered prompt
Build me a Python learning project for a Solana trading bot that can watch pump.fun and letsbonk.fun for new tokens and try to buy quickly based on settings I can edit.
I want it to use my own Solana RPC endpoint and wallet private key from a local env file, not random outside trading APIs. Make it easy to switch between pump.fun and letsbonk.fun, and let me create separate bot config files for different strategies. It should include examples for listening to new tokens, migrations, and basic trade calculations so I can understand what it’s doing.
Please add safe defaults, clear setup steps, and warnings that this is not production ready and can lose money. Include RPC rate limiting and retry handling so it does not instantly hit provider limits. I’d like to be able to install it, edit the env and config files, then run one command to start the bot. Look up current Solana and pump.fun docs online if you need to.
Want more depth? Deep Reverse