M·O·R·S·E

Ask a question. Morse works out the intent, calls the best-ranked live miner for it, pays the x402 fee, and gives you the answer with a receipt: who answered and at what rank, how confident they were, what it cost, the on-chain settlement, and a signal hash anyone can look up on the node with the payer wallet checked against ours.

Ask the network

18people answered
of 30 who asked
30answered calls
11intents used
11miners served
$0.30paid to the network
8calls today · 4 users

Public ledger durable

Every call Morse makes, newest first. Users are salted hashes and are not shown; "people answered" counts distinct identities that received at least one answer, "who asked" includes attempts that failed. Payer wallet: 0xfBB3C3bd51EC6E19BDECc786945d83719b6b4c9c. Cross-check any row at its verify link, or on the node with GET /engine/v1/signal/{hash}.

time (UTC)channelkindintentminerconf.costmsstatusverify
2026-09-03 09:17:26ZwebaskWEATHER_CHECKWeatherAPI #1n/r$0.01615ok0x49772eb2…
2026-09-03 09:17:05Zwebaskn/rerror
2026-09-03 09:16:57Zwebaskn/rerror
2026-09-03 09:16:36Zwebaskn/rerror
2026-09-03 09:16:09Zwebsecond-opinionLANGUAGE_TRANSLATIONLiveCert Operational Signals #10%$0.01256ok0x9c1db037…
2026-09-03 09:16:04ZwebaskLANGUAGE_TRANSLATIONLiveCert Operational Signals #10%$0.01740ok0x4d47b7c4…
2026-09-03 05:31:40ZwebaskWEATHER_CHECKWeatherAPI #1n/r$0.01362ok0xbc727470…
2026-09-03 05:30:18ZwebaskWEATHER_CHECKWeatherAPI #1n/r$0.01452ok0x5b166679…
2026-09-03 05:17:09ZrestaskSSL_VERIFICATIONLiveCert Operational Signals #1100%$0.01250ok0x82360f91…
2026-09-03 05:16:11Zrestaskn/rtimeout
2026-09-03 05:16:06ZmcpaskSSL_VERIFICATIONLiveCert Operational Signals #1100%$0.01644ok0x3807cfe1…
2026-09-03 05:14:00ZwebaskSSL_VERIFICATIONLiveCert Operational Signals #1100%$0.01815ok0xfb3edd53…
2026-09-02 18:36:21ZwebaskSSL_VERIFICATIONLiveCert Operational Signals #1100%$0.01819ok0xd327d5b6…
2026-09-02 18:34:53ZwebfactNEWS_SEARCHTavily Web Search #1n/r$0.012062ok0x9ab90f83…
2026-09-02 18:34:39ZwebfactFACT_CHECKQarinah ProofPack #185%$0.0111233ok0xfd3ed1b8…
2026-09-02 18:34:34ZwebwalletFRAUD_DETECTIONAnchor #180%$0.011684ok0xfa27d87b…
2026-09-02 18:34:21ZwebwalletWALLET_BALANCE_CHECKChainWire Wallet Balance #198%$0.011090ok0x900d829b…
2026-09-02 18:33:57ZwebweatherSTORM_ALERTSkyWire Storm Alert #195%$0.014727ok0xda1bcff4…
2026-09-02 18:33:26ZwebweatherWEATHER_CHECKOpenWeatherMap #1n/r$0.01286ok0x0e1ff6cb…
2026-09-02 18:31:20Zwebweathern/rerror
2026-09-02 18:31:02ZwebweatherWEATHER_CHECKOpenWeatherMap #1n/r$0.01283ok0xb34fca7f…
2026-09-02 18:28:41ZwebweatherSTORM_ALERTSkyWire Storm Alert #195%$0.015601ok0x3fa9fa88…
2026-09-02 18:28:36Zwebweathern/rerror
2026-09-02 18:28:15ZwebsafeIP_GEOLOCATIONTxLens #195%$0.01361ok0xf8cfbbf4…
2026-09-02 18:28:13ZwebsafeSSL_VERIFICATIONLiveCert Operational Signals #1100%$0.01342ok0x0382de44…

JSON: /api/stats · /api/recent · /api/health

How routing works

Telegraph ranks miners per intent from validator scores every 9-hour epoch. Morse reads that live leaderboard, works out which of the 45 canonical intents your question belongs to, and calls the best-ranked active miner for it directly — every receipt states which rule matched and which rank answered, so the routing is inspectable rather than implied. Morse does not use the network's own POST /engine/v1/ask router: its settlement step takes about 47 seconds to time out, which does not fit in a serverless function, while a direct miner call settles in about four. That is a real trade — the network's classifier is smarter than a keyword rule — and it is written down in GAPS rather than glossed over. When a miner reports low confidence, or when you ask, Morse fetches a second opinion from the next-ranked miner. Recipes fan one question out to several intents and combine the receipts.

Also in Telegram: @MyMorse_Bot. For agents: hosted MCP and REST, no wallet needed.