Core Components
AI Engine: Handles NLP interpretation and rephrasing of user queries into structured prompts.
Parser & Query Compiler: Converts natural queries into executable blockchain search expressions.
Indexer Layer: Continuously scrapes Solana ledger data and enriches it with contextual metadata.
API Gateway: Exposes Oraculum as a service via RESTful and gRPC endpoints.
Frontend Interface: Web-based dashboard (primary access point) and optional Telegram bot for convenience.
Last updated