Concepts
Core concepts and architecture of the Maroo Network — chain-layer design and OKRW economics, programmable compliance (PCL), identity and AI-agent primitives, network parameters, and the privacy model.
Core Architecture
4 entriesMaroo's foundational design — system accounts, module authority, precompiles, and genesis configuration are covered in this section.
OKRW Economics
3 entriesOKRW stablecoin — covers the minting process, token mechanics, and module design.
Policy & Compliance
19 entriesProgrammable Compliance Layer (PCL) — covers policy structure, templates, enforcement, and precompile interfaces.
EAS Attestation
6 entriesEAS (Ethereum Attestation Service) on Maroo — attestation structure, indexer reverse lookups, and the x/eas chain-internal helper that PCL uses for fast attestation evaluation. Use this section when implementing KYC/KYB attestation flows. AI agent identity (ERC-8004 Identity Registry, Agent precompile) lives in the AI Agents section.
Network & Operations
2 entriesNetwork parameters, transaction lifecycle, and node operations.
AI Agents
10 entriesAI agent identity and tooling on Maroo. On-chain identity sits on the ERC-8004 IdentityRegistry preinstall plus the Agent precompile (discovery + indexed reads). Two integration paths for building agents: @maroo-chain/mcp is the lightest read-only path; MAWS (Maroo Agent Wallet Stack) is the stateful toolkit when an agent needs to hold balances, sign transfers, and run on-chain policy.
Privacy
1 entriesVerifiable privacy mechanisms — selective disclosure compatible with regulator audits, ZKP-based confidentiality. More documentation coming soon — the privacy chapter of the litepaper is being finalized; this section will be expanded once that lands.