Skip to content

Add Aivy — AI agent deployment platform on Hedera#37

Open
jmgomezl wants to merge 1 commit into
hashgraph:mainfrom
jmgomezl:add-aivy
Open

Add Aivy — AI agent deployment platform on Hedera#37
jmgomezl wants to merge 1 commit into
hashgraph:mainfrom
jmgomezl:add-aivy

Conversation

@jmgomezl
Copy link
Copy Markdown

@jmgomezl jmgomezl commented May 6, 2026

Description:

Add Aivy to the Data Integrity and Artificial Intelligence section, in alphabetical order after Acoer.

Aivy is an open-source platform (MIT) that makes it easy to deploy and manage autonomous AI agents on Hedera. It won 3rd Place in the AI & Agents category at the Hedera APEX Hackathon 2026. Key Hedera integrations:

  • Hedera Agent Kit — exposes 50+ on-chain tools (accounts, HTS tokens, HCS topics, smart contracts, queries) to any LLM via function calling
  • Dedicated Hedera accounts — each agent gets its own account with an AWS KMS-encrypted Ed25519 private key (keys never stored in plaintext)
  • AivyVault.sol — per-agent Solidity contract deployed on Hedera EVM that enforces spending caps on-chain
  • Mirror Node event polling — agents react autonomously to HBAR inflows, HCS messages, and token transfers
  • HashConnect v3 — wallet funding and challenge-response authentication
  • HCS audit trail — every agent action is logged immutably via Hedera Consensus Service

Live demo: https://aivylabs.xyz

Related issue(s):

N/A

Notes for reviewer:

  • Entry follows existing format: - [Name](URL): one-line description
  • Alphabetical placement: after Acoer (Ac < Ai), before docStribute
  • Commit is GPG-signed and DCO signed-off (Signed-off-by: Juan Gomez <juanmag.lpez@gmail.com>)

Checklist

  • Documented (project has README, live demo, and full docs)
  • Tested (159+ unit tests via Vitest, live testnet deployment)

Aivy is an open-source platform for deploying autonomous AI agents on
Hedera. It provides AWS KMS-protected signing keys, on-chain spending
guardrails via AivyVault (Solidity), and 50+ Hedera tools via the
Hedera Agent Kit. Built for the APEX Hackathon 2026.

Signed-off-by: Juan Gomez <juanmag.lpez@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant