Identity & Attestation
Ethereum Attestation Service (EAS) integration — attestation structure, indexing, and module overview
Identity
The Agent precompile is one of Maroo's four core static precompiles (alongside OKRW, PCL, and EAS). It exposes read-only views over the **ER...
Maroo provides KYA (Know Your Agent) verification and transaction modules for autonomous agents, ensuring accountability and strict boundari...
An Attestation in Maroo follows the standard EAS structure defined in Solidity. It contains metadata about the issuer, recipient, expiration...
The EAS Indexer is a smart contract that maintains a mapping of attestations received by specific addresses. While the core EAS contract sto...
Maroo integrates the Ethereum Attestation Service (EAS) as a core primitive for identity and reputation. Unlike standard EVM chains where EA...
The x/eas module serves as a bridge between the Cosmos SDK layer and the EVM-based Ethereum Attestation Service (EAS) contracts. It allows d...
The EAS precompile is one of Maroo's four core static precompiles (alongside OKRW, PCL, and Agent). It bridges Solidity callers to the **Eth...
Maroo treats AI agent identity as a chain-level primitive by deploying a standard **ERC-8004 IdentityRegistry contract as a preinstall** — i...
Maroo supports both standard anonymous wallets (Unverified) and KYC-linked wallets (Verified). This distinction is managed via the Ethereum ...