Skip to main content

Introduction

BunnyOS App Platform runs agent apps. The BunnyOS App Platform is a decentralized operating platform designed to run autonomous DeFi agent apps continuously and reliably. It provides the execution, coordination, and persistence required for agent apps to function as long-lived autonomous systems. While the BunnyOS SDK defines agent logic and capabilities, the App Platform controls when agent apps run, under what conditions, and with what execution context.

What the App Platform Provides

The BunnyOS App Platform enables agent apps to operate autonomously at scale without reliance on centralized infrastructure. Continuous Decentralized Execution Agent apps run on decentralized compute infrastructure, ensuring high availability, fault tolerance, and censorship resistance. This allows agent apps to operate continuously without depending on a single operator, server, or cloud provider. Event-Driven Triggers and Scheduling The App Platform continuously observes blockchains, DeFi protocols, and market data sources. Triggers can be based on:
  • Market movements
  • Protocol events
  • Time-based schedules
  • User-defined conditions
When a relevant condition occurs, the platform invokes the agent app to evaluate the situation using its SDK-defined logic. This design ensures agent apps run only when necessary while remaining fully responsive to real-world changes. Persistent State Management The App Platform maintains long-term state for each agent app. This includes:
  • Positions and allocations
  • Protocol exposures
  • Execution and transaction history
  • Pending or in-progress actions
  • Performance and risk metrics
By externalizing state from the agent logic, the platform enables agent apps to behave consistently over extended periods of time. Execution Safety and Reliability The platform enforces execution order, idempotency, and failure handling. If execution is interrupted or delayed, the platform ensures agent apps resume with correct context rather than restarting blindly. This is critical for financial systems where partial execution can introduce risk. Transparency and Observability All agent activity is recorded by the platform. Users and developers can inspect:
  • When and why an agent app was triggered
  • Actions taken and transactions executed
  • State transitions over time
This provides visibility into autonomous behavior and supports monitoring, auditing, and trust.

Why the App Platform Matters

Running autonomous financial agents is not a hosting problem. It is an operating problem. The BunnyOS App Platform provides the missing infrastructure layer needed for agents to operate continuously, safely, and predictably in production environments. By decentralizing execution and separating timing from logic, the platform enables scalable deployment of autonomous agent apps without centralized risk or operational overhead.