READ THE
MACHINE STATE.
DoomWare converts fragmented on-chain state into deterministic market intelligence.
Inspect contracts. Measure liquidity. Resolve market conditions. Expose machine-readable results.
- System /
- Live
- Block /
- —
- Latency /
- —
RAW STATE IS NOT INTELLIGENCE.
On-chain data is fragmented across contracts, pools, RPC endpoints and market venues.
ONE STATE.
ONE BLOCK.
DoomWare normalizes contract, liquidity and market state against a single deterministic observation point.
- RPC↓
- Contract state↓
- Pool state↓
- Normalization↓
- DoomWare engine
- Asset
- WETH · Robinhood Chain
- Liquidity
- …
- Depth
- …
- Holder concentration
- …
- Price
- …
- Impact $1k
- …
- Price confidence
- …
- Block
- …
A NUMBER IS NOT ALWAYS AN ANSWER.
When market conditions are unreliable, DoomWare returns a verdict instead of pretending certainty.
RUN DOOMWARE
Enter a contract or pool address. The pipeline validates it, detects the chain, reads the node, discovers every registered pool, simulates depth, measures concentration and returns a verdict with its reasons.
HUMANS READ DASHBOARDS. AGENTS READ STATE.
DoomWare exposes structured market intelligence for both. One GET returns network, block, asset, market, risk, scores, verdict, freshness and the sources behind every field.
const state = await fetch(
"/api/v1/inspect/0x..."
).then(r => r.json())
if (state.verdict === "LIQUID") {
// continue
}- No events yet. Events appear when a block is observed, a scan completes, or a state changes between two observations.
SAME BLOCK.\nSIDE BY SIDE.
Up to four assets through the same pipeline. Rows are aligned, differences are highlighted, and every cell keeps its source.
FROM CHAIN STATE TO MACHINE STATE.
A provider layer (EVM, liquidity, price, explorer) feeds a deterministic engine. Swapping a data source touches one file, never a component.
- CHAINBlocks, contracts, pools — the machine.↓
- RPCFailover JSON-RPC, chain-id asserted, Multicall3 block-stamped batches.↓
- DOOMWARE INGESTBytecode, proxy slots, ERC-20 metadata, factory discovery, pool state, holder list, indexer.↓
- NORMALIZATIONOne block, one USD reference, one decimal system. Missing = null, never zero.↓
- MARKET ENGINEDepth ladder simulated with each venue’s own math; concentration on circulating supply; confidence from documented factors.↓
- VERDICTSix words, ordered rules, reasons attached. UNKNOWN when certainty is not available.↓
- API / USER / AGENTThe same JSON for the scanner, the inspector, the compare table and any agent.
$DOOM
The DoomWare token on Robinhood Chain. The contract address is published here and nowhere else first. Once it is set, $DOOM is read by the same pipeline as every other asset: price from its own pools, liquidity, holder concentration, verification, verdict — no hand-typed numbers.
EVERY FORMULA.
EVERY THRESHOLD.
PRINTED.
Observation, normalization, measurement, confidence, verdict, data freshness. The methodology page lists the numbers the engine runs on and the sources it reads per network.