# Validator

<figure><img src="/files/y37ytDxsfkNiPwQxKkRr" alt=""><figcaption></figcaption></figure>

## **LingoAI Decentralized Data Contribution and Validation Process**

### **1. Data Contribution and Submission**

**Contributors** submit **text, speech, or annotation data** to the platform.\
Each contribution is tagged with the **contributor’s reputation score** (which reflects past data quality).\
Data is temporarily stored off-chain (e.g., or a decentralized storage network).

### **2. Data Review and Reputation Score System**

**Reviewers** assess the submitted data based on accuracy, completeness, and adherence to platform guidelines.

\
**Reviewer’s reputation score** is influenced by **the quality of their review**, which is later validated by data recipients who will evaluate data quality, and their feedback can further adjust reviewer reputation scores. Data marked as **high-quality** is approved for blockchain hashing, while **low-quality submissions** are flagged or rejected. Review decisions are recorded in a **decentralized audit log** to maintain transparency.

**Contributor and Reviewer Reputation Score Updates**

* If a contributor submits **high-quality data**, their **reputation score increases**.
* If a reviewer consistently provides **accurate assessments**, their **score increases**.
* If a reviewer **approves poor-quality data**, their **reputation score drops** (as determined by data consumers).

### **3. Data Validation**

**Validators** take the approved data batch and **pack it into blockchain transactions**.\
Each **data transaction is hashed** and recorded on the blockchain, ensuring **immutability and transparency**.\
Validators **earn rewards** of $LINGOAI for correctly packaging data while ensuring compliance with data governance rules.

## 📌 **What is on the Blockchain?**

```
Data hash (not raw data, ensuring privacy)
Contributor & reviewer reputation scores
Validation timestamp & transaction ID
```

## 📌 **Trust Mechanism:**

* A high-reputation reviewer’s approval adds more credibility to data.
* New reviewers must first build their reputation before being assigned critical validation tasks.
* Data recipients can flag datasets that need reevaluation, triggering a community governance review.

## **Why This Model Works?**

✅ **Ensures Data Quality** – Multi-tier reputation & validation guarantees high-quality AI datasets.\
✅ **Prevents Bad Actors** – Reviewers are held accountable by data consumer feedback and blockchain transparency.\
✅ **Fully Decentralized** – No central authority controls data approval; it’s governed by the community.\
✅ **Incentivizes Good Contributions** – The best contributors & reviewers earn more rewards & reputation power.\
✅ **Tamper-Proof Record-Keeping** – Once hashed, data authenticity is permanently verifiable on-chain.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lingoai.io/get-started/validator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
