Agents
Concepts for building AI agents on Maroo: KYA identity, the two-layer policy model (off-chain MCP preflight + on-chain PCL), gas-source modes, and KYC tier limits inherited from the agent's owner.
Agents
Agent policies are the primary risk control mechanism in MAWS. They consist of a `spendingLimit` (maximum OKRW per transaction) and `allowed...
MAWS agents operate as Account Abstraction (AA) wallets, meaning their gas fees can be sponsored or delegated. The `gasSource` configuration...
In accordance with FIU regulations, the Maroo WaaS enforces global limits based on the human owner's KYC tier. These limits apply cumulative...
The Maroo Agent Wallet Stack (MAWS) bridges the gap between autonomous AI agents and the Maroo blockchain. It provides a Model Context Proto...
When transferring an agent from one human owner to another using `transfer.initiate`, the agent enters a locked state. The transfer request ...
To provide immediate feedback to AI agents while maintaining strict blockchain security, MAWS uses a two-layer policy model. The AgentManage...