Zing Forum

Reading

Aivy Studio: A Visual Multi-Agent Workflow Orchestration Platform Based on Hedera Blockchain

Aivy Studio is an open-source visual canvas tool for orchestrating multi-agent workflows on the Hedera blockchain. The project includes a built-in Kickoff.bot template that demonstrates a P2P agent-driven real-time negotiation market where buyer and seller agents can autonomously negotiate transactions on-chain.

多智能体区块链HederaAI Agent智能合约去中心化工作流编排P2P开源
Published 2026-06-13 05:15Recent activity 2026-06-13 05:19Estimated read 6 min
Aivy Studio: A Visual Multi-Agent Workflow Orchestration Platform Based on Hedera Blockchain
1

Section 01

Aivy Studio: Overview of the Hedera-based Visual Multi-Agent Workflow Orchestration Platform

Aivy Studio is an open-source visual canvas tool for orchestrating multi-agent workflows on the Hedera blockchain. It features a built-in Kickoff.bot template that demonstrates a P2P agent-driven real-time negotiation market where buyer and seller agents can autonomously negotiate transactions on-chain. Key keywords: multi-agent, blockchain, Hedera, AI Agent, smart contracts, decentralization, workflow orchestration, P2P, open source. Original author/maintainer: jmgomezl; source: GitHub (https://github.com/jmgomezl/aivy-studio); updated:2026-06-12.

2

Section 02

Project Background & Vision

With rapid AI development, single agents struggle to meet complex business needs, and multi-agent collaboration is a new trend—but designing their interactions is challenging. Blockchain provides trusted infrastructure for agent collaboration. Aivy Studio combines visual workflow orchestration with blockchain, offering an intuitive canvas for building multi-agent apps. It uses Hedera's high performance and low cost to ensure trusted agent interactions.

3

Section 03

Core Product Architecture

Kickoff.bot: P2P Agent Negotiation Market (pre-set template): Buyer agents submit quotes (price + reasons) via Telegram Mini App/web; seller agents have personality traits, minimum acceptable price (on-chain committed), emotional criteria; decide to accept quotes autonomously; use ElevenLabs for voice announcements; all logic on Hedera (transparent, immutable).

Aivy Studio Visual Canvas: Built on @xyflow/react—drag-and-drop to orchestrate workflows. Kickoff template loads nodes like seller/buyer agents, HCS-10 communication layer, HTS custody contract, Ledger approval gateway—lowers development threshold.

4

Section 04

Technical Stack Analysis

Blockchain Layer: Hedera network (distributed ledger), HCS-10/OpenConvAI (identity/messaging), HTS (HBAR custody/transfer), Hedera EVM contracts (commitment/mortgage logic), Scheduled Transactions (pre-signed, permission delegation).

Agent Layer: Hedera Agent Kit (orchestration), Ledger hardware wallet (pre-signed delegation), OpenAI GPT-4o (reasoning engine, model switchable), ElevenLabs (voice synthesis).

Application Layer: Node.js+Express (backend API), WebSocket (real-time), Telegraf (Telegram Bot), React18+Vite (frontend), i18next (i18n: Spanish/English).

5

Section 05

Application Scenarios & Value

Aivy Studio shows the embryonic form of the Agent Economy. Potential use cases: Decentralized e-commerce (agents negotiate price/terms), supply chain coordination (agents auto-manage inventory/logistics/payment), insurance claims (agents assess loss/negotiate compensation), content copyright transactions (creator agents negotiate authorization with platforms). On-chain agent decision logic provides transparent, traceable, immutable trust foundation.

6

Section 06

Quick Start & Community Participation

Quick Start: Local setup steps: npm install → cp .env.example .env (fill credentials) → node scripts/check-agent-kit.js (verify Hedera connection) → node scripts/create-topic.js (create HCS-10 negotiation topic).

Community: Participating project at ETHGlobal NYC2026 (June12-14). Open source on GitHub—welcome to contribute code, submit issues, or build your own multi-agent apps.

7

Section 07

Conclusion

Aivy Studio is not just a tech project but an exploration of future multi-agent collaboration models. It demonstrates the chemical reaction between AI agents and blockchain—autonomous, trusted, transparent machine economy moving from concept to reality. For developers focused on AI Agent and Web3 intersections, it's an excellent open-source project worth deep study.