DEV Community

温从余
温从余

Posted on

Lingtoon: Stop Manually Browsing Polymarket Events

Polymarket has thousands of active events. Manually browsing them to find good trades is a waste of time.

Lingtoon is a rule engine that lets you write custom filters using a simple DSL:

endDate - now() > "10d" && any(markets, "liquidity > 1000000") && volume24hr > 1000000
Enter fullscreen mode Exit fullscreen mode

This finds events with 10+ days remaining, at least one market with $1M+ liquidity, and $1M+ 24h volume.

No wallet required. No login. Runs entirely in your browser at lingtoon.com.

Great for traders who want to filter by category, liquidity, time horizon, or any combination of conditions.

Top comments (0)