Live on Base Chain

Know Before
You Trade

Three layers of token intelligence that static scanners miss. Detect hidden taxes, honeypots, and deployer red flags in under 15 seconds.

dryrunsec — scan
$

Static scanners miss the threats that cost you money

🚫

Hidden Taxes

Contract says 0% tax. Reality: 12% sell tax kicks in after the first few buys. Static analysis can't see runtime behavior.

🎭

Stealth Honeypots

Token passes every code scanner. But try selling? Transaction reverts. Only a real swap simulation catches this.

👻

Repeat Rug-Pullers

The deployer has rugged 4 previous tokens. No static scanner checks wallet history. DryRunSec does.

Three layers of intelligence,
one API call

01
Static Analysis

Contract Security

GoPlus + Honeypot.is aggregation. Proxy detection, ownership analysis, mint functions, blacklist mechanisms.

Open source verified? Owner can pause/blacklist? Hidden mint functions?
02
Dynamic Simulation

Swap Simulation

Real buy/sell simulation via direct RPC eth_call with state overrides. Detects actual tax rates and honeypot behavior.

Real buy/sell tax % Honeypot detection Slippage measurement
03
Wallet Intelligence

Deployer Profiling

Deployer wallet history analysis. Balance, contract count, nonce, and cross-reference with known rug-pull patterns.

Deployer balance & age Previous token history Contract deployment count

Real intelligence,
not just a score

Every report tells you exactly what's wrong

A composite score from 0-100, category breakdowns, actual tax rates from simulation, and specific risk flags with severity levels.

23/100
Risk Score
12.8%
Hidden Sell Tax
  • critical Honeypot detected — sells blocked after initial buys
  • high Hidden tax: 12.8% sell tax not declared in contract
  • high Deployer history: 4 of 6 previous tokens rug-pulled
response.json
{
  "score": 23,
  "riskLevel": "HIGH",
  "recommendation": "AVOID",
  "taxRates": {
    "buy": 5.2,
    "sell": 12.8
  },
  "riskFlags": [
    {
      "severity": "critical",
      "finding": "Honeypot Detected"
    },
    {
      "severity": "high",
      "finding": "Hidden Tax: 12.8%"
    },
    {
      "severity": "high",
      "finding": "4/6 tokens rugged"
    }
  ],
  "dataQuality": "FULL"
}

More intelligence, lower price

Feature DryRunSec WachAI x402guard
Static Code Analysis GoPlus + Honeypot.is Basic Basic
Dynamic Swap Simulation Real RPC eth_call
Deployer Wallet Profiling Full history
Actual Tax Rates Simulated Declared only
DEX Liquidity Check DexScreener
Response Time < 15 seconds ~30 seconds ~20 seconds
Price per Report $3 – $5 ~$5 $10
ACP Compatible

Scan any Base chain token

Example: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 (USDC on Base)

Running 5-layer analysis... this takes up to 15 seconds
scan result

One endpoint. Full intelligence.

terminal
# Scan any Base chain token
curl -X POST https://dryrunsec-production.up.railway.app/api/token-report \
  -H "Content-Type: application/json" \
  -d '{
    "tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "chainId": 8453
  }'

# Check service health
curl https://dryrunsec-production.up.railway.app/api/health

Stop trading blind

Scan your first token in 15 seconds. No signup required.