mirror of
https://github.com/chainstacklabs/pumpfun-bonkfun-bot.git
synced 2026-07-27 15:27:44 +00:00
Add roadmap
This commit is contained in:
@@ -12,6 +12,42 @@ Not everyone is a scammer though, sometimes there are helpful outside devs who c
|
||||
|
||||
**>>END OF WARNING<<**
|
||||
|
||||
**>> FURTHER ROADMAP <<**
|
||||
|
||||
Hey guys, 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.
|
||||
|
||||
Overall, it'll be a gradual development & rollout:
|
||||
|
||||
* Stage 1: General updates & QoL
|
||||
* Lib updates
|
||||
* Error handling
|
||||
* Ability to set RPS in the config to match your provider's and plan RPS (preferably [Chainstack](https://console.chainstack.com/) 🤩)
|
||||
* Ability to set dynamic priority fees
|
||||
* Stage 2: Bonding curve and migration management
|
||||
* Integrate `logsSubscribe` instead of `blockSubscribe` for sniping minted tokens into the main bot (currently it's separate in the learning examples section that you can integrate yourself)
|
||||
* Keep both `logsSubscribe` & `blockSubscribe` in the main bot — so that you can try out/choose which one works best for you — plus the Solana node architecture and provders change, so it's useful to have both
|
||||
* Do retries instead of cooldown and/or keep the cooldown
|
||||
* Checking a bonding curve status progress. As in to predict how soon a token will start the migration process.
|
||||
* Script to close the associated bonding curve account if the rest of the flow txs fails
|
||||
* Add listening to Raydium migration (and try and figure out the `logSubscribe` way for it as well) — still not sure if I can FAFO this one out, but had some progress in the past
|
||||
* Stage 3: Trading experience
|
||||
* Take profit, stop loss
|
||||
* Sell when a specific market cap has been reached
|
||||
* Copy trading
|
||||
* Script for basic token analysis (market cap, creator investment, liquidity, token age) + being to go back with Solana archive nodes (e.g. accounts that consistently print token, average mint to raydium time for winning printing accounts and so on)
|
||||
* Stage 4: Minting experience
|
||||
* Ability to mint tokens? (there is a request and there was someone who minted 18k tokens)
|
||||
* Bonus: Vector.fun
|
||||
* There's a lot of pump.fun tokens on vector.fun but I didn't investigate yet if there's anything we can do with it.
|
||||
|
||||
Note that the stage progression is from simple to more complex and we don't guarantee everything as move from Stage 1 to the rest.
|
||||
|
||||
And we appreciate all your feedback and we'll keep you posted!
|
||||
|
||||
**>> END OF ROADMPAP <<**
|
||||
|
||||
For the full walkthrough, see [Solana: Creating a trading and sniping pump.fun bot](https://docs.chainstack.com/docs/solana-creating-a-pumpfun-bot).
|
||||
|
||||
For near-instantaneous transaction propagation, you can use the [Chainstack Solana Trader nodes](https://docs.chainstack.com/docs/trader-nodes).
|
||||
|
||||
Reference in New Issue
Block a user