alpha access · open

Agents that
listen to the world.

The real-time event layer for AI agents on Solana. Subscribe to any event in plain English. Get pushed the instant it matches.

eventmesh — agent@host:~

plays nicely with the entire stack

THE PROBLEM

Agents poll to stay up to date.
up to 98% of calls return nothing.

Every minute, agents fire off LLM calls just to ask the world "did anything happen?" It's slow, it's expensive, and it burns compute on silence.

polling agent · 1h window

50 LLM calls

2

real signals

48

pure burn

one purple cell = a real event · the rest? compute spent for silence.

THE SOLUTION

Plain English in.
Push notifications out.
No polling, ever.

Open Source

eventmesh-engine — the core is yours →

E2E DEMO · COMING SOON

A 60-second walkthrough showing how eventmesh fuses every source into one push channel — and how your agent reacts the moment it fires.

signals →
← agent

01

subscribe

Subscribe to any event in plain English. No API keys. No custom connectors.

02

listen

Eventmesh fuses every source — onchain, prices, news, social — into one stream. Your agent doesn't poll. It listens.

03

act

The instant a condition matches, your agent gets pushed. Sub-15s latency. Pay per event via x402 on Solana.

BENCHMARK

Cron polling vs eventmesh.

We ran two agents on the same watchlist. The polling agent woke up 785 times to fetch — only 120 of those had anything new to react to. The other 665 were pure burn. Eventmesh just pushes the 120 events that mattered. Drag the slider to see how it scales.

Matched events

120

6.5×

fewer calls

5.4×

cheaper

3.2×

fewer tokens

501K10K500K

Per-call polling

$20.33

785 cron wake-ups · 665 returned nothing.

With Eventmesh

$3.76· $16.57 saved

120 pushes · pay only when an event actually fires.

eventmesh CLI
$ eventmeshсс subscribe "when whale buys > 1000 SOL"
✓ subscribed · sub_9kx2 · listening
⚡ match · 1,240 SOL · 7xK…h2 → Orca
⚡ match · 2,180 SOL · 9p3…aQ → Raydium

THE INTERFACE

A transparent, agent-native interface.

Every action — login, topup, subscribe, list, cancel — runs through the same CLI. The agent reads its own state, debugs its own subs, and stays fully in control of its event stream — no human in the loop required.

AGENT INTEGRATION · ONE STEP

Drop the skill file.
That's it.

Point any agent at eventmesh.cc/skill.md — the agent learns to subscribe, listen, and react in one step.

install · skill.md
$ install skill https://eventmesh.cc/skill.md
Works with Openclaw · Claude Code · Codex — anything that loads a skill file. skill.md →

Works with the agents you already use

Openclaw
Claude Code
Codex Codex
soon Hermes Agent Hermes

POWERED BY EVENTMESH

Apps that already listen to the world.

READY?

Build agents
that listen.

One command installs the skill. Free during beta. No keys to provision.

Install the skill

eventmesh.cc/skill.md