DOCS
Seven checks. One answer.
UPTIME runs the same seven checks on every coin and rolls them up into a single status, the way a status page does for a service. Everything runs in your browser against public endpoints.
What it checks
| COMPONENT | WHAT IT MEANS |
|---|---|
| Trading | Are there trades right now? Buys and sells in the last 5 minutes, hour, 6 hours and 24 hours. |
| Liquidity | How much is in the pool in USD. Below a few thousand dollars you can't get out. |
| Dev wallet | When the creator wallet last signed a transaction of any kind. Quiet for a week is a bad sign. A wallet that is gone is a worse one. |
| Contract | Whether mint authority and freeze authority are revoked. If mint is still enabled the supply can be printed. If freeze is enabled your tokens can be frozen. |
| Holders | How many wallets hold it and what share the top holders own. |
| Website | Whether the listed website answers a request from your browser. |
| Socials | Whether an X account is linked on the token profile. |
How it grades
| STATUS | RULE |
|---|---|
| OPERATIONAL | Trades in the last 5 min · liquidity ≥ $25K · dev active within 24h · mint and freeze revoked · top holders ≤ 30% · website answers · X linked |
| DEGRADED | No trades for 5 min but some in the last hour · liquidity $5K–$25K · dev quiet 1–7 days · freeze enabled · top holders 30–50% · no X linked |
| OUTAGE | No trades for an hour · liquidity under $5K · dev quiet over 7 days · mint authority enabled · top holders over 50% · website not answering |
| DEAD | No trades at all in 24 hours. The page still renders. Someone should say something. |
| UNKNOWN | The source had no data for that check. Not good, not bad, just unknown. |
Overall status = the worst component. One outage is a major outage. One degraded component is degraded performance. Dead trading is dead.
Data sources
| SOURCE | USED FOR | ENDPOINT |
|---|---|---|
| Jupiter Token API v2 | name, price, mcap, liquidity, holders, audit flags, dev wallet, trade windows | lite-api.jup.ag/token/v2/search |
| DexScreener | pair, website and socials on the token profile, volume | api.dexscreener.com/latest/dex/tokens |
| Solana RPC | the dev wallet's last signature | getSignaturesForAddress on a public RPC |
| Your browser | the website probe | a no-cors fetch with a 6 second timeout |
What it can't see
It can't read X. "Linked" means an account is on the token profile, not that anyone has posted. It can't see private messages, Telegram, or intent. A dev who is "active" may be active selling. The website probe only says a server answered; it says nothing about what is on it. Numbers come from third-party APIs and can lag by a minute. This is a status page, not advice.
Share a status page
Every check has its own link. Copy it from the status page or build it yourself:
https://YOUR-DOMAIN/#/check/<mint address>
Roadmap
| ITEM | STATE |
|---|---|
| Seven checks, single status | LIVE |
| Shareable status links | LIVE |
| Status badge image for README and X | PLANNED |
| Alerts when a coin you watch goes red | PLANNED |
| History: uptime over 30 days | PLANNED |
