Guardian

What is a Guardian?

A Guardian is one of the core actors in the Palliora network. Its role is to ensure that data and computation are handled exactly as agreed, even when the data is sensitive and the parties involved do not trust each other.

You can think of a Guardian as a neutral enforcer. It does not own data, does not set protocol policy, and does not benefit from bending the rules. It exists to ensure that Palliora contracts are executed faithfully and transparently.


Why Palliora needs Guardians

Palliora is designed for situations where people want to share data or run computations without giving up control. In practice, this requires enforcing clear rules around who can access data, how computations are executed, and when results can be revealed.

Blockchains are good at recording agreements, but they are not well suited to handling private data or complex computation. Centralised servers can do those things, but they require trust.

Guardians bridge that gap. They coordinate data access and computation off-chain, while remaining accountable to the on-chain contract that defines what is allowed.


How Guardians operate

Guardians do not act individually. They operate as a coordinated set.

For many actions, a predefined quorum is required. This means no single Guardian can unilaterally release data or override contract conditions. Instead, a threshold of participating Guardians must cooperate before sensitive actions occur. This protects against compromise or malicious behaviour by any one node.

The term “Guardian” is an umbrella term. A Guardian node may:

  • coordinate data access and enforcement

  • perform computation as a calculator

  • verify inputs or outputs

These roles are explicitly defined in the contract and economically separated.

Importantly, Guardians do not need to see the underlying data. Data is typically encrypted or split into shares, which allows them to enforce rules without learning anything sensitive.


Trust and accountability

Guardians are not trusted because they are elected or centrally appointed. They are trusted because they have economic stake and cryptographic accountability.

To participate, Guardians must stake tokens as collateral. Every action they take is signed, recorded, and tied to a specific contract. If a Guardian deviates from the contract, it can be penalised financially.

The system is designed to remain secure even if some Guardians are malicious or unavailable. Through quorum requirements and Byzantine Fault Tolerant coordination, Palliora can tolerate a subset of dishonest actors without compromising contract execution.

All Guardian actions are auditable through the blockchain, ensuring transparency.


What Guardians are not

Guardians do not define monetary policy, adjust inflation, or decide protocol upgrades.

They do not act as a governance council.

Their responsibility is operational. They enforce contracts, coordinate execution, and uphold the integrity of data handling. Governance, where present, is handled separately at the protocol level.


How Guardians fit into Palliora

Guardians sit at the centre of Palliora’s execution layer.

  • Data Availability ensures that data exists and remains retrievable.

  • Computable contracts define the rules of engagement.

  • Validators secure the ledger that records those rules and their outcomes.

Guardians ensure that real-world execution matches what was agreed, even when confidentiality, verification, and economic incentives are involved.

Last updated