Filters

Here is a comprehensive list of currently available filters. There are many more under development/testing being released soon.

Suggestions on what values to use for your strategy can be found here.

**Note that the token screener is only watching launches in the past 3 hours(meaning a token has 3 hours to get into your filter stream). We will add support for longer timeframes as we see demand but most users are hunting for new pairs. We will introduce support for strategies that focus on more established coins.

Discord Command Examples

// 1. all solana tokens with atleast 50k volume and 90% lp locked/burned

/create 'Sol tokens 50k+' 'chains: solana, 
  lp_locked: 90, min_volume: 50000'
  
// 2. all solana, base, or eth tokens with 100k+ liquidity and 1m+ volume
  
/create 'Sol/base/eth tokens high volume' 'chains: solana-base-ethereum, 
  min_liquidity: 100000, min_volume: 1000000'
  
- no need for the quotations when actually using discord slash commands
it interprets where each parameter should go

Last updated