# Overview

[Palliora](https://palliora.org/) is a public blockchain that empowers its user to selectively share their data for trusted, confidential and verifiable computation, knowing that only the intended recipients will have access. Moreover, it guarantees fairness to all participants in an AI ecosystem: data providers, model providers, training providers, model user; an essential feature for an unplugged growth of AI technology. Among the actors of Palliora we have DA nodes, which take care of Data Availability, Guardians, which take care of a decentralized access-control system, Calculators, which perform outsourced computations(whth varying confidentiality levels), and Verifiers, which check the quality and consistency of input and output data. Palliora's design permits free negotiations among all user and all actors, while enforcing correct execution and fair distribution of rewards.

<figure><img src="https://1889477862-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FG042xWWqiDkSJlg00aF9%2Fuploads%2F1gx9PERMCB3LBdSt5WhS%2Fpalliora-img.svg?alt=media&#x26;token=a1a5e8d0-881c-4531-a34d-7fa8ece4b1f8" alt=""><figcaption></figcaption></figure>

Manas is the live testnet of Palliora. Explore the testnet here - [https://manas.palliora.org](https://manas.palliora.org/)


---

# 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.palliora.org/overview.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.
