Base Mainnet: synced

Your watchdog for Base tokens.

Sniff risk before you sign.

GuardDog scans contracts, approvals, liquidity, deployer behavior, and wallet risk before a bad token gets near your wallet.

GuardDog security mascot
BLOCK14,839,201
LATENCY42ms
SCANS18,420
STATUSWATCHING
0
Tokens scanned
0
Risk flags
0.0%
Agent uptime
0.0s
Avg scan time

Agent capabilities

Ten autonomous checks. One loyal agent.

01

Approval Scanner

Enumerates ERC-20 and ERC-721 approvals. Flags unlimited allowances and malicious spender contracts before funds move.

02

Token Analyzer

Checks hidden mint functions, proxy upgrade patterns, adjustable taxes, blacklist logic, and unsafe owner controls.

03

Honeypot Detector

Simulates buy and sell behavior to detect tokens that allow buying but block selling.

04

Safety Scoring

Creates a 0–100 risk score from bytecode, ownership, liquidity, deployer history, and holder distribution.

05

Liquidity Scanner

Tracks LP depth, lock status, pool age, sudden withdrawals, and thin-liquidity traps.

06

Deployer Check

Reviews deployer history, verified contracts, previous launches, and suspicious wallet links.

07

Wallet Monitor

Watches selected wallets for risky approvals, new contract interactions, balance changes, and suspicious transfers.

08

Holder Map

Surfaces concentrated supply, bundled wallets, early snipers, and suspicious holder clusters.

09

Tax Watch

Tracks buy tax, sell tax, max wallet limits, transfer restrictions, and owner-adjustable fee switches.

10

Scam DB Consensus

Compares data against multiple public and internal risk sources so one noisy signal does not trigger a false positive.

Autonomous loop

It does not wait to be asked.

PERCEIVE

Scan watched tokens, wallets, approvals, pools, and contracts.

01
DECIDE

Compare new state against known risk patterns and previous safe baselines.

02
ACT

Surface alerts, risk scores, terminal output, and suggested next steps.

03
WATCH

Keep monitoring every cycle, even after the first scan is clean.

04

Live terminal

See what the dog sees.

guarddog@base
> guarddog scan 0xC751...7bA3 --chain base
scanning token on Base
✓ source verified
✓ can buy
✓ can sell
✓ no hidden mint detected
✓ LP depth acceptable
⚠ owner can update tax
⚠ top 10 wallets hold 41.8%
safety score: 83/100
risk level: MEDIUM-LOW
>

Architecture

MCP-native by design. Base-native by instinct.

Any AI client, builder tool, or wallet workflow can call GuardDog as a security layer before a token interaction executes.

Client
GuardDog Agent
Risk Engine
Base RPC
Report
RPC
Base
Data
BaseScan, DEX pools, contract bytecode, holder graph
Output
risk score, flags, terminal report, alert webhook
Mode
scan, watch, report, notify

$GDOG utility

Fuel the dog that guards the chain.

$GDOG powers premium scans, API access, watchlists, alert frequency, and advanced security reports. The token is not the product. The agent is.

Contract address
0x61cE5f628bA43b3B6272E5bfAcf1aDCD88C56b07
GuardDog token mascot
Base
Free
  • Free quick scan
  • Basic score
  • Public token report
Tier 1
10,000+ GDOG
  • Faster scan queue
  • 10 watched tokens
Tier 2
50,000+ GDOG
  • Wallet monitoring
  • LP alerts
  • Advanced risk details
Tier 3
100,000+ GDOG
  • API access
  • Webhook alerts
  • Team dashboards
Tier 4
250,000+ GDOG
  • Priority agent cycles
  • Custom reports
  • Early feature access

Access

Token-gated. Product-grade.

Scout

Open access

Quick safety checks for any Base token.

  • Quick token scan
  • Basic safety score
  • Public report link
Get access
Popular

Watchdog

10,000+ GDOG

Track tokens and get faster cycles.

  • Priority scan queue
  • 10 watched tokens
  • Honeypot + LP checks
Get access

Sentinel

50,000+ GDOG

Active monitoring for wallets and pools.

  • Wallet monitoring
  • LP & tax alerts
  • Advanced risk detail
Get access

Pack

100,000+ GDOG

Programmatic access for teams.

  • API access
  • Webhook alerts
  • Team dashboards
Get access

Developers

Plug in. Scan. Stay safe.

Install
npm install guarddog-base
API request
curl -X POST https://api.guarddog.scan/v1/token \
  -H "Content-Type: application/json" \
  -d '{"chain":"base","token":"0x..."}'
MCP config
{
  "mcpServers": {
    "guarddog": {
      "command": "npx",
      "args": ["guarddog-base", "--mcp"],
      "env": { "CHAIN": "base" }
    }
  }
}
Webhook
{
  "event": "risk.flagged",
  "token": "0xC751...7bA3",
  "score": 41,
  "level": "HIGH",
  "flags": ["owner_mint", "lp_unlocked"]
}
GuardDog

Before you ape, let the dog sniff.

GuardDog watches contracts, wallets, liquidity, and deployers so Base builders and traders can move with fewer blind spots.