Getting Started
BunnyOS is the first full-stack toolkit (SDK + Protocol) that lets any AI agent securely interact with any blockchain. BunnyOS provides two core components:
The BunnyOS Protocol A peer-to-peer AI agent execution network designed for security and trust. It ensures that every agent action is verified before execution through a decentralized network of Policeman Nodes. These validators check both the policy compliance (rules you define) and the logical soundness (is the agent’s reasoning coherent and safe) of each proposed transaction. This guarantees that no agent can act outside the boundaries you’ve set.
The BunnyOS SDK An open-source toolkit that allows developers to integrate any AI agent with the protocol. The SDK abstracts away complexity, equipping your agent with secure wallet management, access to on-chain data through verifiable connections, and safe DeFi primitives like
swap()
orlend()
. With just a simple integration, your off-chain AI can become a BunnyOS Agent capable of secure, autonomous on-chain execution.

Last updated