See the wallets
they try to hide.
The FINNPUTER safety scan, now a pay-per-call API. Your agent — or you — pays a few cents over HTTP and sees the on-chain red flags before the buy. Signals, not guarantees: it lowers risk, it can't catch everything.
settled 0.02 USDC · you decide
The check runs before your money moves
Same engine that runs inside the FINNPUTER Trade bot — now exposed as a paid endpoint anything can call. A request comes in, the server answers HTTP 402 — Payment Required, the caller's wallet pays the exact amount, the request retries, and the scan comes back. No account, no API key, no subscription. Payment is the access.
What the scan shows you
The two that matter most — because they catch what a snapshot can't:
Wallet cluster mapping
Traces shared funding sources and coordinated buys that move as one — so ten wallets behind one actor read as one actor, not ten "organic" holders.
Forward detection
Follows tokens forwarded to hidden collection wallets — the exit they prep early. A cluster can dissolve so the snapshot looks clean; the trail still shows where supply went.
How an agent uses it
Ask
Agent calls the scan endpoint with a token mint.
402
Server replies "payment required" with the exact price.
Pay
The caller's x402 client signs and settles the USDC automatically.
Signals
Same request retries, returns the flags. The agent decides.
// any x402-capable agent — payment handled by the client const client = createX402Client({ wallet, network: "solana" }); const res = await client.fetch("https://api.finnputerdex.com/scan", { method: "POST", headers: { "Content-Type": "application/json" }, body: JSON.stringify({ mint }) }); // → 402, pays ~$0.02 USDC, retries, returns the signals: // { clusters: 2, forwarded: 1, freshWallets: 7, snipers: 3, // mintRevoked: true, freezeRevoked: true, lpLocked: false, // topHolders: "61%", note: "trade with care", settled: true }
Not building an agent? The same scan is built into the FINNPUTER Trade bot — run it on any mint straight from Telegram, before you buy.
Pricing & the burn
- No account, no API key
- No subscription, no minimum
- USDC on Solana, settled on-chain
- Payment is the access — that's it
Scans feed the burn
Like the Trade bot's fees, scan revenue is designed to buy back $FINNPUTER on the open market and burn it — on-chain and provable. Every check that helps someone avoid a trap tightens the supply behind the scanner.
treasury → buy $FINNPUTER
$FINNPUTER → burn 🔥
Scan first. Then ape.
One request. A few cents. The flags in front of you before you commit.
Run a scan