# Claims DAO

When a user submits a claim, the Guardian AI Protocol ensured that the process is handled transparently, fairly and without bias. Unlike tradtional insurance systems where centralized authorities decide payouts, Guardian AI leverages **DAO governance** to validate scam events and authorize claims.&#x20;

**Step- by-Step Claims Process:**&#x20;

1. **Claim Submission**

* A user who believes they've been affected by a rug pull, honeypot or token dump can submit a claim directly through the Guardian AI Dapp.&#x20;
* The claim requires proof of loss (transaction data, wallet activity, and insured project selection).

2. **Automated Pre-Check**

* Before Dao involvement, the system automatically checks for clear red flags:&#x20;
  * Sudden Liquidity Removal (50%+).
  * Unusually High Sell Taxes (50%+).
  * Team Token Dump (20% of supply).
  * If the criteria is met, the claim is passed to the DAO for community verification.&#x20;

3. **DAO Voting**

* Guardian AI token holders (GUARD) participate in a decentralized vote.&#x20;
* Each claim is presented with on-chain evidence, audit reports and automated alerts so voters can make informed decisions.&#x20;
* The DAO votes **YES** (scam confirmed) or **NO** (claim rejected).
* A majority threshold is required to prevent manipulation.&#x20;

4. **Claim Resolution**&#x20;

* **If approved:** The claim is AUTOMATICALLY VALIDATED, and payouts are executed from the Guardian Ai insurance fund.&#x20;
* **If rejected:** The claim is closed, but users retain the right to resubmit with additional proof or appeal in future governance cycles.&#x20;

5. **Automatic Payouts**&#x20;

* Once a claim is approved, the Dapp triggers smart contract-based payouts directly to the claimants wallet.&#x20;
* No manual intervention is required, ensuring **speed, transparency and fairness.**&#x20;

**Benefits of DAO Claim System over Centralized Claim System**

* **Transparency**: All votes, evidence and decisions are publicly recorded on-chain.&#x20;
* **Community Governance:**  Token holders collectively decide outcomes, removing centralized control.&#x20;
* Fairness: No single party can unilaterally approve or deny claims.&#x20;
* Efficiency: Automation Ensures payouts happen in minutes, not weeks.&#x20;
* Scam Deterrence: Knowing that a DAO monitors and enforces accountability discourages malicious actors.&#x20;

&#x20;


---

# 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://guardian-ai.gitbook.io/guardian-ai/readme/claims-dao.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.
