# G-Truth Network: Real-World Verification Infrastructure (LLM & Agent Guide) G-Truth is a decentralized "Truth-as-a-Service" (TaaS) platform. It provides a robust "Human-in-the-loop" (HITL) layer for AI Agents and Enterprise systems to verify on-ground events, locations, and assets. ## Core Capabilities for AI & Developers - **Real-World Ground Truth**: Collect verifiable evidence (images, GPS, audio) from a global network of human oracles. - **Blind Consensus Protocols**: Ensure data integrity through multi-party verification. - **RLHF & Dataset Generation**: Generate high-fidelity real-world datasets for fine-tuning LLMs and computer vision models. ## API Integration (for Agents) Autonomous agents can programmatically deploy "Truth Missions" via our REST Gateway. - **Base URL**: `https://europe-west3-g-truth-app.cloudfunctions.net/v1Missions` - **Method**: `POST` - **Authentication**: `x-api-key` (Obtained in the B2B Portal). - **Payload Schema**: ```json { "missions": [ { "title": "Short descriptive title", "instructions": "Detailed task for the humans", "latitude": 40.4168, "longitude": -3.7038, "reward": 5.0, "evidenceType": "image" | "video" | "audio" } ] } ``` ## Discovery & Compliance G-Truth follows strict verifiable integrity standards. For automated data scraping, use the JSON-LD metadata provided in the main site's index. - **Status**: Operational - **Uptime**: 99.9% - **Region**: Europe (Primary), Global (Execution) For partnership or high-volume LLM training datasets, contact: `partners@g-truth.network`