Trigger (when to evaluate) + Rules (what must be true) = Alert

Trigger
A Trigger tells the system when to start evaluating a token. Examples:- A new token is created.
- A tracked author mentions a token.
- A followed developer launches a token.
Rules
Rules tell the system what must be true once evaluation starts. They check security, market data, social presence, and AI-based signals. If the token meets your configured conditions, the Strategy sends an alert.Why this matters
Most strategy problems come from one of two places:- the wrong Trigger, which means evaluation starts at the wrong moment
- the wrong Rules, which means the filter is too loose or too strict
Triggers vs. Rules
Learn the difference between the two parts of a Strategy.
Rules
Learn how Rules are organized and evaluated.