Web3 Index
Loogo's Web3 layer is what no other search engine can replicate without owning a public blockchain: a Tantivy full-text index over EmpoorioChain state, .empoorio domains, and registered ecosystem dApps.
Indexed content
- Smart contract metadata and ABIs (public)
.empooriodomain registrations- dApp listings anchored on EmpoorioChain
- Public chain events relevant to discovery (no PII)
Architecture
Indexer (local) → Tantivy Index → Web3QueryService
↑
EmpoorioChain RPC / light clientWeb3QueryServiceserves queries from the local index- P2P nodes announce "I have Web3 index available" on the Empoorio network
- No central server required for this layer
Trustless verification (Phase 3)
Before P2P goes to production, results must be verifiable against on-chain state:
- A malicious node injecting false dApp listings is rejected
- Verification runs before results reach the omnibox UI
- Rejection metrics tracked in
loogo-status(internal)
This is Loogo's primary security differentiator versus centralized search APIs.
P2P query protocol
- Client broadcasts query to available Web3 nodes
- Nodes respond with Tantivy hits + Merkle proofs (roadmap)
- Client verifies proofs against chain head
- Merge layer ranks verified Web3 hits above clearnet when exact match
DMS incentives
Node operators who serve Web3 queries and pass verification consistently earn Dracma (DMS) rewards — same token as gas and ecosystem payments.