Network Overview
Last updated
Last updated
Oz is a decentralized network for the incentivized sharing of specialized data streams.
This article is intended for a technical audience to understand how Oz works under the hood.
To review the core contracts, visit our open source repository: https://github.com/Oz-Networks/oz-protocol-public
The protocol is composed of a Collector Factory, designed to enable the creation of modular data streaming tools called Collectors, a Subscription Manager, designed to store subscriptions to each Collector's data stream, and a Reputation Manager to represent the quality of data provided by each collector.
For more details on how the components work, visit the in-depth articles below -
Collectors
Learn how collectors gather and send data to subscribers
Reputation
Learn how subscribers provide reputation scores for data providers
Subscriptions
Learn how subscriptions are created and managed