SCREENERBOTDocs
DocsDashboard GuidesFilteringCore
Filtering / Core

Core Filtering Rules

Small, deterministic gates that run before provider-specific market and security checks. Core protects the pipeline from tokens that are too new for your approach or are still inside a post-exit cooldown.

Dashboard/Filtering/Core

Stage

Runs first in the filter chain

Age

Minimum token age in minutes

Cooldown

Skip recently exited tokens

Control

Each category can be enabled separately

What the Core tab is for

Core contains two independent categories: token age and position cooldown. These rules are inexpensive and run early, so they prevent avoidable downstream work and keep recently exited assets from immediately re-entering consideration when cooldown checking is enabled.

Reading the interface

Each area answers a different operational question. Use the descriptions below before changing a filter.

Token age

Controls how mature a discovered token must be before the rest of the pipeline evaluates it.

Age Enabled

Turns the minimum-age category on or off without changing its stored threshold.

Min Token Age

The required age in minutes. Higher values avoid the earliest launch period; lower values suit strategies intentionally targeting newer markets.

Post-exit cooldown

Prevents immediate re-entry into a token after a position has exited.

Cooldown Enabled

Controls whether the cooldown category participates in filtering.

Check Cooldown

Skips a token while it remains inside the configured position cooldown window.

Why these checks run early

Core gates reject obvious non-candidates before more expensive provider and security work.

Less unnecessary enrichment

Tokens that cannot qualify by age or cooldown do not need every later threshold evaluated.

Clear rejection reasons

Explorer can separate Token Too New and Cooldown Filtered from provider-driven failures.

Saving changes

The Filtering page uses a draft-and-save workflow for settings tabs.

Changed fields

Edited values are marked in the interface until saved or reset.

Reset, import, export, save

The footer provides configuration recovery and transfer actions in addition to saving the current draft.

Recommended workflow

  1. 1

    Choose a minimum age that matches the time horizon and risk tolerance of your entry strategies.

  2. 2

    Keep cooldown checking enabled when repeated re-entry after exits would be undesirable.

  3. 3

    Save the change, then watch Status and Analytics for its effect on pass rate.

  4. 4

    Use Explorer to inspect Token Too New or Cooldown Filtered samples before loosening either gate.

Practical guidance

  • Age is measured in minutes, so convert strategy assumptions explicitly instead of guessing.
  • A high Token Too New count may be correct when discovery is focused on newly created markets.
  • Cooldown is a trading-behavior guard, not a token-quality judgment.