deployer_check
Check the deployer wallet behind any Base token to assess rug risk: age, balance, contract count, and detection of fresh throwaway wallets used for rug pulls.
Instructions
Resolves the deployer of a Base token and profiles that wallet's reputation: age (tx-count), balance, contracts shipped, and whether it is a FRESH throwaway spun up for the launch (a common rug setup) — the discriminating caution. Reputation context a structural/honeypot check can't see; raw contract count is reported as context, NOT a rug verdict (legit protocols ship many). POST { token }. Unpaid returns 402. Requires an explorer key on the server; returns 503 if not configured (and is not charged). (PAID x402 service — USDC on Base; the MCP server needs a funded wallet to settle.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deep | No | Opt-in: also classify the deployer's recent prior tokens as live/dead (no liquidity = rug outcome). Slower; the real serial-rugger signal. | |
| chain | No | Chain to check; only 'base' is supported (default) | |
| token | Yes | Token contract address (0x…) on Base |