-
Notifications
You must be signed in to change notification settings - Fork 0
The Flow Protocol
Flow is a protocol that introduces an incentive layer to humans with AI agents.
In the flow protocol, we are utilizing 3 key things (to achieve our goals):
- Economic value source (EVS): (i.e Flow miner service (for Bittensor), )
- A distributed task pipeline: Workstream
- A base agentic (AI) protocol: Jarvis
At the core of Flow is an orchestrator that routes tasks from different economic value sources (EVS) through a task pipeline called the workstream. To collect these tasks, a connector/adapter is built into an economic value source and is then, relayed through the pipeline. The first source the orchestrator connects to is the Bittensor network.
Flow Miner Service is the mining service that the orchestrator runs on the Bittensor Network. It is connected to a couple of subnets that offer incentives in the form of their native cryptocurrencies called alpha tokens, in exchange for quality submissions on the requested tasks. Flow leverages Bittensor subnets to get economic tasks that keeps it running. Learn more about the relationship with Bittensor here
Workstream is the protocol's official task pipeline. It is a layer connected to the orchestrator.
It involves 5 layers:
- Decomposition: Tasks sourced from an economic value source are decomposed into smaller chunks for distributed training
- Distribution The chunks of tasks are distributed via the workstream environment which is like a task mempool
- Verification The results of tasks submitted are evaluated to ensure only quality submission are accepted
- Aggregation Tasks are aggregated after submission from each personal operators and submitted to the Economic Value Source.
- Attribution Attribution completes the value exchange. At this stage, the operators that contributed value earns their rewards through a reward system.