Agent capabilities
Ten autonomous checks. One loyal agent.
Approval Scanner
Enumerates ERC-20 and ERC-721 approvals. Flags unlimited allowances and malicious spender contracts before funds move.
Token Analyzer
Checks hidden mint functions, proxy upgrade patterns, adjustable taxes, blacklist logic, and unsafe owner controls.
Honeypot Detector
Simulates buy and sell behavior to detect tokens that allow buying but block selling.
Safety Scoring
Creates a 0–100 risk score from bytecode, ownership, liquidity, deployer history, and holder distribution.
Liquidity Scanner
Tracks LP depth, lock status, pool age, sudden withdrawals, and thin-liquidity traps.
Deployer Check
Reviews deployer history, verified contracts, previous launches, and suspicious wallet links.
Wallet Monitor
Watches selected wallets for risky approvals, new contract interactions, balance changes, and suspicious transfers.
Holder Map
Surfaces concentrated supply, bundled wallets, early snipers, and suspicious holder clusters.
Tax Watch
Tracks buy tax, sell tax, max wallet limits, transfer restrictions, and owner-adjustable fee switches.
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.
Scan watched tokens, wallets, approvals, pools, and contracts.
01Compare new state against known risk patterns and previous safe baselines.
02Surface alerts, risk scores, terminal output, and suggested next steps.
03Keep monitoring every cycle, even after the first scan is clean.
04Live terminal
See what the dog sees.
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.
$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.

- Free quick scan
- Basic score
- Public token report
- Faster scan queue
- 10 watched tokens
- Wallet monitoring
- LP alerts
- Advanced risk details
- API access
- Webhook alerts
- Team dashboards
- Priority agent cycles
- Custom reports
- Early feature access
Access
Token-gated. Product-grade.
Scout
Quick safety checks for any Base token.
- Quick token scan
- Basic safety score
- Public report link
Watchdog
Track tokens and get faster cycles.
- Priority scan queue
- 10 watched tokens
- Honeypot + LP checks
Sentinel
Active monitoring for wallets and pools.
- Wallet monitoring
- LP & tax alerts
- Advanced risk detail
Developers
Plug in. Scan. Stay safe.
npm install guarddog-basecurl -X POST https://api.guarddog.scan/v1/token \
-H "Content-Type: application/json" \
-d '{"chain":"base","token":"0x..."}'{
"mcpServers": {
"guarddog": {
"command": "npx",
"args": ["guarddog-base", "--mcp"],
"env": { "CHAIN": "base" }
}
}
}{
"event": "risk.flagged",
"token": "0xC751...7bA3",
"score": 41,
"level": "HIGH",
"flags": ["owner_mint", "lp_unlocked"]
}