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
| Component | Function |
|---|---|
| Chain Indexers | Listen to on-chain events across all supported networks |
| Attestation Store | Indexed database of all published compliance attestations |
| Identity Event Log | Record of identity exchange events (metadata only, no PII) |
| Validator Registry | Current validator set, stake levels, and reputation scores |
| API Gateway | REST and GraphQL interface for programmatic access |
| Frontend | Web-based explorer interface |
Data Flow
- On-chain events detected — Chain indexers monitor compliance contract events
- Events normalized — Cross-chain events are normalized into a unified data model
- Indexed and stored — Data is indexed for fast querying
- 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