Building a filter set
How to assemble rules in an order that fails cheap, how to write a threshold you can defend, and how to test a set against history without fooling yourself.
FLT-01 Open the pageA filter set is a rejection machine. On any active day it will turn down almost everything it sees, and the quality of the set is decided by which rare thing it lets through and which failure it accepts in exchange. Written that way, screening becomes an engineering problem with visible trade-offs rather than a search for a secret list of rules.
These three pages cover assembling a set, reading the authority and liquidity fields honestly, and reading distribution without being fooled by the easiest thing on Solana to stage.
Rule design as an engineering problem: authority and liquidity gates, distribution reads, thresholds that can be justified, and the arithmetic of a filter set that rejects far more than it admits.
How to assemble rules in an order that fails cheap, how to write a threshold you can defend, and how to test a set against history without fooling yourself.
FLT-01 Open the pageMint and freeze authority, transfer hooks, pool ownership and lock claims: what each field proves, what it does not, and where the honeypot check actually sits.
FLT-02 Open the pageReading supply concentration from token accounts, why a clean holder chart is the easiest thing on Solana to fake, and which distribution rules survive that.
FLT-03 Open the pageIt cannot detect intent. Every on-chain field it reads is a fact about an account, and every fact about an account can be arranged in advance by someone who knows the fields are being read. A filter set raises the cost of staging a launch that passes, and that is a real effect, but it is not the same as knowing what the deployer plans to do next. Any rule described as a guarantee has been oversold.