warp-id / solana-trading-bot

Solana Trading Bot - Beta
Microsoft Public License
1.57k stars 727 forks source link

Filter - Revoke Mint Authority / LP Burn / Sell Timer #21

Closed frwd21 closed 6 months ago

frwd21 commented 9 months ago

Hi everyone, I would like to ask if it is possible to add conditions to filter out invidual pools where the Revoke Mint Authority and LP Burn had occured. Plus to set a timer for the subsequent sale of a given coin after a bot purchase? Thank you.

mikesens commented 9 months ago

this bot is for token sniping, where speed is crucial you dont need it when LP is already burned

just use telegram groups (LP burn announcement) + any telegram autoforward bot

alwsfrwd commented 9 months ago

Hey @mikesens, thanks for the feedback, but I don't think you're right. On Solana, all the steps mentioned in the description can be done before the token is active for trading on Raydium. After adding a contract pair (adding liquidity) you can set the activation time. In this time window it is then possible to burn liquidity. So you can already snipe tokens that have burned liquidity but are not yet being traded.

fdundjer commented 9 months ago

@alwsfrwd Good point on the time difference between the creation of the pool and the opening of the pool. I think it can be added without performance implications. The only problem I see is that pools that have open time same or close to creation time will be automatically excluded since we will not have enough time to verify all conditions.

fdundjer commented 6 months ago

Done in version 2