How it works
The instant you open a token’s chart drawer, Dequan runs a simulated sell against the live on-chain state of the token’s pool. The simulation builds a sell transaction the way a real one would be built and asks the network to dry-run it — no actual transaction is broadcast, no funds are moved, no fees are paid. If the simulation fails for any reason that indicates non-sellability:- The contract refuses the transfer
- The route reverts
- The slippage required is absurd
- The token has restrictions that fire at sell time
Why this matters
Most traders who lose money to honeypots lose it because they were too excited to check. They saw the chart, saw the green candles, saw other people apparently buying — and didn’t realise that the only people who could sell were the deployer and a few whitelisted addresses. By the time the realisation hits, the deployer has rugged. Dequan checks for you, on every token, before you can possibly tap Buy. The check happens in the background while the chart is loading; the result is on screen before you’ve decided whether to scroll the metrics.Zero buy-path latency
The honeypot simulation does not sit in the buy path. It runs on chart-open, asynchronously, alongside the metrics fan-out. The buy path itself is unblocked — if a token is clean, your buy goes through with no added latency. The only time the buy path is blocked is when the simulation has already returned a fail, in which case blocking the buy is the entire point.Works without authentication
The honeypot guard runs even for unauthenticated browsing. You don’t need a wallet connected. You don’t need a tier. You can be casually browsing the Pump Zone as a visitor and the guard is still protecting you. This is one of the safety features that everyone gets, regardless of tier, regardless of login state, on every token they look at.Edge cases
A simulation can return a false negative if a token has a time-delayed trap (e.g., sells are allowed for the first hour, then restricted). Dequan re-runs the simulation periodically while a chart is open, but a determined adversary with a time-locked trap can defeat any single-shot simulation. This is one of the reasons Dequan layers honeypot guard with liquidity drain detection and holder/dev surveillance — different patterns of malice trip different guards.What the user sees
- ✅ No flag → token simulated cleanly. Buy panel works normally.
- ⚠️ Yellow flag → simulation was inconclusive (e.g., pool is too shallow to simulate reliably). Proceed with caution.
- 🛑 Red flag → simulation indicates non-sellable. Buy disabled with explicit warning.