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
Each stage is audited for coverage and latency. Fallbacks are triggered on SLA breaches, and contradictions are surfaced before synthesis.
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" }
{ "receipts": [ { "engine": "web", "ts": 1720000000, "evidence_hash": "sha256:..." }, { "engine": "on-chain", "ts": 1720000030, "evidence_hash": "sha256:..." } ], "verifier": { "id": "xiron/verifier-1", "sample_rate": 0.2, "result": "pass" }, "zk": { "scheme": "plonk", "batch_id": 217, "proof_ptr": "ar://..." } }
- Snapshots are immutable; links resolve to exact bytes.
- Model receipts include id, weight hash, and prompt hash.
- Verifier attests coverage; zk batch proves the scoring path.
Metrics are computed over anonymized production traffic with synthetic and human eval mixes.
- Success rate: answer returned with required coverage threshold.
- Latency: end-to-end from request to first token (streaming).
- Arbitration: disputes raised per 1k requests (lower is better).
Join the early adopter cohort to influence roadmap and APIs. We onboard in small waves.
- Priority access to new endpoints and widgets
- Direct channel for feedback and integrations
- Eligibility for contributor programs