# PPOA Consensus Mechanism

The PPOA (Pantanal Proof of Authority) consensus mechanism is a self-developed consensus mechanism of the Pantanal public chain. It combines the advantages of the POA consensus mechanism and addresses the issue of distrust in the POA mechanism.

The PPOA consensus mechanism consists of 21 super nodes and N service nodes. Each super node is required to disclose information and must be elected as a super node through community voting. In the event of an unexpected interruption of a super node, a backup node takes its place, with super nodes rotating every 24 hours.

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


---

# 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://doc.greenmeta.biz/white-paper/pantanal-public-chain/ppoa-consensus-mechanism.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.
