See through any token before you ape
The chain never forgets — Kestrel helps you read it. Paste a mint or wallet and get an instant, plain-English risk read: mint authority, liquidity, holder concentration and bundle flags, all in one card.
No account. No sign-up. Read-only — Kestrel never touches your funds.
Everything you need to spot a rug is already on-chain — and almost nobody looks
The rug is in the details
Mint authority still live, LP unlocked, a freeze switch nobody checked. The warning signs are on-chain — just buried under RPC calls most people never make.
Snipers read the chain. You don't.
Bundled buys, insider wallets and deploy-block clusters are visible to bots in milliseconds. By the time it reaches your feed, you're the exit liquidity.
"Trust me" isn't due diligence
A logo and a Telegram hype train tell you nothing about who can freeze your bag or drain the pool. You need the facts, not the vibes.
If you can paste an address, you can read a token
Public on-chain facts in → plain-English risk out
Paste an address
Drop in any Solana token mint or wallet. No connect, no signature, nothing to install.
Kestrel reads the chain
It pulls the public facts most people skip: authorities, liquidity, holder spread and deploy-block bundles.
Get a readable card
Every signal becomes one line of plain English — green, amber or red — with a beta risk score on top.
Share or automate
Drop the verdict in your group, or call the same check from your bot through the Kestrel API.
Kestrel is growing into a whole transparency layer
The scanner is the start. Everything below runs on the same idea — turning raw on-chain facts into something you can actually read.
Token Scanner
Paste a mint and get authorities, liquidity, holder spread and bundle flags as one readable card.
Wallet X-ray
Point Kestrel at any wallet to see funding sources, fresh-wallet clusters and insider overlap.
Trust Badge
An embeddable Verified / Flagged badge for sites and bots that stays in sync with the live scan.
Public REST API
One keyless call returns the full risk read — drop token safety into any app, bot or wallet.
Watchlists & alerts
Track a set of tokens and get pinged the moment an authority flips or liquidity unlocks.
Cross-chain scanning
The same trust read beyond Solana, so one lens covers wherever the degens wander next.
Token safety, built in
Kestrel is an API first. Add a risk read to your own app, bot or wallet with a single call — or drop in the typed SDK when it lands.
- ✓Simple REST endpoint to scan any address.
- ✓Structured checks you can gate your own UX on.
- ✓A typed JS/TS SDK is on the roadmap.
# One keyless call
POST https://api.kestrel.trade/v1/scan
{ "address": "So11111111111111111111111111111111111111112" }
# → risk read
{
"symbol": "$SAFE",
"score": 82,
"verdict": "clear",
"checks": {
"mintAuthority": "revoked",
"freezeAuthority": "revoked",
"liquidity": "burned",
"top10Holders": 0.19,
"bundledBuys": false
}
}// SDK — coming soon
import { Kestrel } from '@kestrel/sdk'
const kestrel = new Kestrel()
const report = await kestrel.scan('TokenMint…')
if (report.verdict !== 'clear') {
console.warn('flagged:', report.checks)
}From a Solana scanner to a trust layer for all of crypto
The scanner
- ├Token risk scanner (demo)
- ├Objective on-chain checks
- ├Beta risk score
- ├Public site & docs
Go live on-chain
- ├Live read-only RPC scans
- ├Public REST API
- ├Wallet X-ray
- ├Embeddable trust badge
Stay ahead of rugs
- ├Watchlists & alerts
- ├Community flagging
- ├Typed JS/TS SDK
The trust layer
- ├Cross-chain scanning
- ├Trust reads everywhere
- ├A safety net for every degen
Read the token before it reads your wallet
Paste an address and see the risk in seconds. No account, no signature, nothing to lose.