Interactive 3D
Overview
- Plan Parallelize, fallback, dedup
- Retrieve BM25 + dense + freshness
- Assemble Evidence & alignment
- Rank Transparent scoring
- Prove Commit & zk batch
Mission
Create an aggregation layer for AI search where trust is earned by cryptographic proof, not by brand claims. Every answer is shipped with verifiable provenance, model-call receipts, and optional zk ranking proofs.
Principles
- Verifiable by default — answers come with a Proof Card.
- Open, modular, and market-driven — contributors stake and earn by quality.
- Privacy-first — anonymized queries and optional zk receipts.
For users
- Higher recall via multi-engine + vertical indexes
- Auditable ranking logic and bias controls
- Hallucination defense with evidence coverage thresholds
For contributors
- Stake + revenue share for Crawlers / Indexers / Models / Verifiers
- Reputation attestations (EAS) improve routing and rewards
- Arbitration + SLA to maintain quality
Flow
- Planner routes the query to engines and vertical indexes
- RAG assembles evidence; Verifier samples and validates
- Proof Card is committed on-chain; the answer returns
Proof Card
{ "source": {"url": "https://...", "hash": "sha256:...", "snapshot": "ar://..."}, "model": {"id": "Xiron-Research", "weights": "blake3:...", "prompt_hash": "..."}, "output_hash": "sha256:...", "commitment": "0x...", "zk_batch": "#217" }