Skip to main content

Explorer Architecture

The CRYMBO Explorer is built on a multi-chain indexing architecture that aggregates compliance data from all supported blockchains into a unified query layer.

Components

ComponentFunction
Chain IndexersListen to on-chain events across all supported networks
Attestation StoreIndexed database of all published compliance attestations
Identity Event LogRecord of identity exchange events (metadata only, no PII)
Validator RegistryCurrent validator set, stake levels, and reputation scores
API GatewayREST and GraphQL interface for programmatic access
FrontendWeb-based explorer interface

Data Flow

  1. On-chain events detected — Chain indexers monitor compliance contract events
  2. Events normalized — Cross-chain events are normalized into a unified data model
  3. Indexed and stored — Data is indexed for fast querying
  4. Served via API — Accessible through REST API, GraphQL, and the Explorer frontend

Performance

  • Indexing latency: < 5 seconds from on-chain event to Explorer availability
  • Query response: < 200ms for most queries
  • Data retention: Full history — no pruning