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

# Parallel Governance Token (PRL)

PRL is the governance token of the Parallel Protocol, which is a DAO-governed protocol. Changes are made through proposals and voted by stakers of the PRL token.

* **Name:** Parallel Governance Token
* **Symbol:** PRL
* **Native blockchain deployed:** Ethereum
* **Total Supply:** 1,000,000,000
* **Decimals:** 18
* **Permit:** Yes
* **Pause function:** No
* **Admin function:** No
* **Mint function:** No

{% hint style="info" %}
PRL can be staked for sPRL to get voting power in the governance and receive fee sharing. Learn more [here](/governance/parallel-governance-token-prl/tokenomics.md).
{% endhint %}

## PRL Contract Addresses

| Blockchain  | Contract Address                                                                                                                 |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum    | [0x6c0aeceeDc55c9d55d8B99216a670D85330941c3](https://etherscan.io/address/0x6c0aeceeDc55c9d55d8B99216a670D85330941c3)            |
| Polygon PoS | [0x7790dd69aa10eD3f1271E41CD7222D2a7d2D5948](https://polygonscan.com/address/0x7790dd69aa10eD3f1271E41CD7222D2a7d2D5948)         |
| Base        | [0xfD28f108e95f4D41daAE9dbfFf707D677985998E](https://basescan.org/address/0xfD28f108e95f4D41daAE9dbfFf707D677985998E)            |
| Sonic       | [0xfD28f108e95f4D41daAE9dbfFf707D677985998E](https://sonicscan.org/address/0xfD28f108e95f4D41daAE9dbfFf707D677985998E)           |
| Arbitrum    | [0xfD28f108e95f4D41daAE9dbfFf707D677985998E](https://arbiscan.io/address/0xfD28f108e95f4D41daAE9dbfFf707D677985998E)             |
| Optimism    | [0xfD28f108e95f4D41daAE9dbfFf707D677985998E](https://optimistic.etherscan.io/address/0xfD28f108e95f4D41daAE9dbfFf707D677985998E) |

{% hint style="info" %}
PRL can be bridged to any supported chain listed above. Learn more [here](/governance/parallel-governance-token-prl/bridging-module.md).
{% endhint %}

## Codebase & License

The PRL codebase is publicly available [here](https://github.com/parallel-protocol/) and is released under the MIT License. The code has been audited by Bail Security & Zenith. Audit reports are available [here](/security/audits.md).

More technical informations available in the [developers documentation](/developers-hub/parallel-governance-token-prl.md).


---

# 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.parallel.best/governance/parallel-governance-token-prl.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.
