HomeAboutResearchProducts
Back to Research
AO NETWORK · TOOLING

AO Package: Subscribable

AO Network
Tooling

Aug 20, 2024


Autonomous agents don't run in isolation — they react. They react to price moves, to settlement events, to changes in upstream state. Subscribable turns any AO process into a publisher: register handlers, fan out events, give downstream consumers a clean stream to subscribe to. It's the connective tissue that lets AgentFi systems compose without polling, without trusted relayers, and without spam.

In this video, we dive into the "Subscribable" package for AO, a crucial concept in the AO ecosystem. This package lets you subscribe to data and message streams from other processes, enabling event-driven architecture in distributed systems. It's essential for building low-latency, critical infrastructure and can also be used for streaming events on AO. We'll demonstrate how to use it across multiple processes, explain its anti-spam features, and explore how you can potentially monetize your data between processes.



Learn more:
github.com/Autonomous-Finance/aos-packages
github.com/Autonomous-Finance/demos/subscribable-demo
github.com/Autonomous-Finance