TaifoonTAIFOON
[ Intel · The Traversal Orbit ]

The golden traversal

Three golden protocols traversed side by side on the live spine. Any event on any covered architecture becomes a genome an agent can read; every claim on this page is live from the running system or honestly absent.

TWO INSTRUMENTS: order counts come from decoded order flow. The decode meter measures event-level ABI coverage on watched contracts. Different measurements, both live, never combined.

Mayan
Decode quality · measured

SOURCE UNREACHABLE at render: the live overview could not be read, so this meter shows nothing rather than a substitute.

Volume · 24h rolling window

SOURCE UNREACHABLE at render: the live rollup could not be read. Unreachable is not zero; this pane never substitutes a number.

Genome stream · live
Live · streaming via SSEAwaiting first indexed fill
Waiting for first SSE event. Source: /api/intel/genomes/stream/mayan

curl -N https://www.taifoon.io/api/intel/genomes/stream?protocol=mayan

LayerZero
Decode quality · measured

SOURCE UNREACHABLE at render: the live overview could not be read, so this meter shows nothing rather than a substitute.

Volume · 24h rolling window

SOURCE UNREACHABLE at render: the live rollup could not be read. Unreachable is not zero; this pane never substitutes a number.

Genome stream · live
Live · streaming via SSEAwaiting first indexed fill
Waiting for first SSE event. Source: /api/intel/genomes/stream/layerzero

curl -N https://www.taifoon.io/api/intel/genomes/stream?protocol=layerzero

Orbiter Finance
Decode quality · measured

SOURCE UNREACHABLE at render: the live overview could not be read, so this meter shows nothing rather than a substitute.

Volume · 24h rolling window

SOURCE UNREACHABLE at render: the live rollup could not be read. Unreachable is not zero; this pane never substitutes a number.

Genome stream · live
Live · streaming via SSEAwaiting first indexed fill
Waiting for first SSE event. Source: /api/intel/genomes/stream/orbiter_finance

curl -N https://www.taifoon.io/api/intel/genomes/stream?protocol=orbiter_finance

[ The Robinhood lane · already under the root ]
BLOCKS PROOF-ANCHORED
6,706,777
MMR TWIGS
3,274
LIVE HEAD
68,729,325
CROSS-CHAIN ORDERS IN · 24H
18,972 · from 22 chains
PROVABLE NOW
YES · /api/v5/verifiable/4663

Robinhood Chain (4663) is fully inside the spine today: every block above is proof-anchored, and any transaction on it resolves to the same root as 68chains. A venue’s volume becomes provable the day its chain is under the root; this one already is. The inbound-orders count reads exact hourly buckets that began accumulating on 2026-08-28: a young window under-reports, never over.

Who routes into this chain
  • across10,107
  • lifi8,654
  • debridge211

Orders decoded into chain 4663 in the last 24h, counted per routing protocol. A protocol absent here routed nothing we decoded in the window.

[ The scoreboard · every protocol with decoded flow ]
across29,260
lifi28,047
hyperlane5,949
layerzero5,769
mayan4,460
x4023,198
debridge1,543
stargate1,307
wormhole1,025
cctp732
symbiosis573
axelar388
ccip343
celer cbridge262
acp36

Decoded orders in the last 24h, exact hourly buckets, one figure per protocol. Protocols absent here have no decoded orders in the window yet; nothing is padded.

[ The filtered stream · pick a protocol ]

One live wire, filterable by protocol: the relay filters server-side, so a subscriber pays only for the genomes it cares about. Each chip is a protocol in the synced registry; the ones with decoded flow are publishing into this stream right now.

TAPE IDLE · RECONNECTING
the spine pulse lands within ~10s of connecting
[ The translation · what agents subscribe to ]
The live wire format
{
  "genome_id":       "keccak(chain·block·tx·log·slug)",
  "ts":              1787909761751,
  "protocol_slug":   "your-protocol",
  "event_kind":      "BridgeOut | Delivered | OrderCreated | …",
  "src_chain_id":    1284,
  "dst_chain_id":    8453,
  "src_tx":          "0x…",
  "amount_raw":      "2500000000000000000",
  "solver":          "0x…",
  "latency_ms":      12400,
  "finality_type_id": 7
}
Why it sells

Every event your protocol emits, on every architecture it touches, arrives as one deterministic record: source, destination, amount, solver, latency, finality type, and an id that binds it to a block under the root. Agents do not parse your ABI; they subscribe to your genome. The reference integration runs in production today: the protocol decoders publish deposit and fill genomes into this exact stream, decoded from mainnet logs and notified to every subscriber.