[Introduction]
Knovo Docs
Knovo is an AI-powered token risk analyzer. Paste a token contract address and Knovo pulls live liquidity, market, and holder data, combines it into a single 0-100 risk score, and returns a plain-English analyst report explaining why.
What Knovo does
A scan runs entirely from a single request: give Knovo a contract address, and it verifies the address, locates the token's primary trading pair, reads liquidity and trading activity, checks holder concentration where supported, and scores the result. There is no account, no dashboard, and no data stored between requests: every scan is computed fresh.
- Liquidity & market data: pool depth, price, market cap, and 24h volume, sourced live from Dexscreener.
- Holder distribution: top-holder and top-10-holder concentration, sourced from Moralis on supported chains.
- A deterministic risk score: a 0-100 score computed from fixed rules, not a language model, so the same inputs always produce the same score.
- An AI-written summary: a short, trader-facing explanation of the score, generated by OpenAI from the already-computed numbers (it explains the score, it never sets it).
Quick reference
| Detail | |
|---|---|
| Hosted app | knovo.xyz/get-started |
| API endpoint | POST /api/analyze |
| Supported addresses | EVM (0x…40 hex chars) and Solana (base58, 32-44 chars) |
| Holder analysis chains | Ethereum, Base, BNB Chain, Polygon, Arbitrum, Avalanche, Solana |
| Authentication | No API key or account required |
| Data retention | Scans are not persisted |
[ Not financial advice ]
A Knovo score is a research aid built from public on-chain and market data. It is not financial advice, and it does not guarantee a token is safe. See the Disclaimer page for details.
Where to go next
- Getting Started: use the hosted app or run Knovo locally.
- How It Works: the pipeline behind a scan, from address to verdict.
- Risk Score Methodology: exactly how the 0-100 score is calculated.
- API Reference: the full request and response shape for
/api/analyze.