FEE
GAS_PRICEIs gas sane right now?
One POST before the signature: four paid questions to live Telegraph miners, one verdict, receipts anyone can verify.
GET /api/stats
Every report is built fresh from paid miner answers at the moment you ask.
Each check is one $0.01 query to a live miner, graded against published constants.
Is gas sane right now?
Did the referenced tx actually succeed?
How many dollars are at stake?
Is the protocol still liquid?
Same evidence, same verdict, every time.
Every query is a real x402 settlement in USDC on Base Sepolia - gasless for the payer, onchain for everyone.
Every check carries a signal hash issued by the Telegraph node - anyone can fetch it.
The dashboard and the API return the same report.
# pre-check a transfer before signing
curl -sS https://truvian.xyz/api/check \
-H 'content-type: application/json' \
-d '{"chain":"base","to":"0x4200000000000000000000000000000000000006","valueEth":"0.25","protocol":"aave"}'
# → {"verdict":"SAFE","score":100,"reasons":[],"checks":[…]}POST/api/check{chain, to?, valueEth?, txHash?, protocol?} → verdict, score, reasons, checks[]GET/api/verify/:txHashone ONCHAIN_TX_LOOKUP verification · reverted ⇒ BLOCKGET/api/stats{checksRun, telegraphRequests, byIntent}GET/healthz{ok:true}The last checks anyone ran, newest first. Open one to see its evidence, or resolve its signal hashes on the Telegraph node yourself.
Shield does not just consume Telegraph. The same team supplies the answers, wrote the module that grades them, and pays for every one it uses.
Registration 172, live at miner.truvian.xyz, serving ONCHAIN_TX_LOOKUP and GAS_PRICE on Base. It counts the OP-stack L1 data fee that most implementations silently drop, and answers in about 0.8 seconds.
An open WebAssembly module that grades miner answers on facts, not word overlap: exact values, addresses, status words, and negation. Promoted to network champion twice, registrations 544 and 617.
Shield pays live miners in USDC for every check, and charges for its own, so the loop closes: supply, grading, and a paying customer, all on one protocol.
Full source, including the scorer and its test harness, is on GitHub.
One miner query at $0.01 in USDC over x402 - a full four-check report is four cents.
base, ethereum and base-sepolia; miner payments always settle on Base Sepolia, where the live Telegraph deployment runs.
No - verdicts are advisory; Shield surfaces live evidence and never custodies keys or signs.
No; every answer comes from a live miner at request time, and an unreachable miner is graded error, never filled in.
Four cents, ten seconds, receipts included.