world_ai_protocol
Basic Information
WORLD AI Protocol is a chain-agnostic on-chain delegation framework designed to let external agents, including AI agents or service accounts, act autonomously on behalf of users (principals) while preserving security and user control. The repository describes a permissioned system that records per-principal, per-agent, per-function authorizations with time bounds and usage limits, requires agent consent via signature, and supports batch operations and event logging. It includes reference implementations and guidance for EVM and a Move-based Sui implementation, and documents core mappings, structs, and the lifecycle for creating, checking, updating, and revoking authorizations. The main purpose is to provide developers and dApp teams a reusable protocol to enable governed automation across Web3 environments without exposing private keys or granting unlimited authority.