Add token info with filters (cap, creator purchase, token age)
I just watched a YouTube video about the http://Pump. fun bot using Chainstack, following the tutorial,upgraded my account, and got premium RPC. You have no idea how long I’ve been waiting for a tutorial like this—really appreciate the time you put in. Thank you!
Quick question: I want http://trade.py to detect new tokens where the creator invested, say, $500, and only snipe when that condition is met. Or snipe based on a specific volume.
The bot should buy instantly and sell at, for example, 50% profit. I need the ABI to extract this info from the contract. Would love your insights!
I think with pump fun volume we can scalp quick profits, this way.
I can't figure out how to detect the correct
- Market cap of a token in USD
- Liquidity of a token
- Token age
- bonding curve progress.
This will help me to create successful snipe strategies, I will create medium article of how to use Chainstack to snipe pump fun tokens.
I want to have parameters like --min 2 --mc 5k --liq 5k and auto snipe only those tokens --min 2 = creator invests in 2 sol + --mc tokens that have 5k+ mc --liq tokens with 5k liquidity only --age token age,
I'm stack and would really appreciate if you help me figure out the correct way to fetch this. including % of bonding curve, only snipe tokens bonding curve is minimum 50% for example. Looking forward hearing you back asap.
Comment deleted. For explanation, see https://github.com/chainstacklabs/pump-fun-bot/issues/54#issuecomment-2700070590
Hey there, starting from the next week (week of March 10) we'll be rolling out updates to the bot v2 based on the feedback and the reported issues, including updating to the latest libs, better error handling etc. We are already actively working on it.
That'll be in a separate branch.
Check out the readme for the roadmap that I just added in the README file for the full overview.
Hey Akegaviar. Thank you very much for taking the time to update this script. i just checked the new files you updated, python check_boding_curve_status.py TOKEN_ADDRESS, returns completed or not completed, i wanted more like to automatically return the bonding curve percentage, like Axiom for example. i wanted to add more parameters to the bot. for example
--min 2 --mc 5k --liq 5k and auto snipe only those tokens --min 2 = creator invests in 2 sol + --mc tokens that have 5k+ mc --liq tokens with 5k liquidity only --age token age, --bond 45 = only snipe tokens that has minimum 45% bonding curve
Thanks for the update.
Can these filters be applied? 1. Buy the coin with 0.1 sols at its first launch when it reaches a minimum of 5000 MC and a maximum of 5500 MC. The strategy is to sell quickly. Sell at 100% with a profit of 20%. Make the slippage 15% for buying and 40% for selling. Add a stop loss at 10% and add a stop loss on the profit at 10%. Make the priority fee automatic, provided it does not exceed 0.0005 sols.
⚠ Hi @Husjaber ! We've just shipped take profit and stop loss features for trading on bonding curves. It's implemented through constant polling of bonding curve state. Feel free to test it.