> For the complete documentation index, see [llms.txt](https://docs.palliora.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.palliora.org/overview.md).

# 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="/files/Z1hkgacWLQg2ncHgSndT" 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
