# Bridging Module

The PRL bridging module is a secure, scalable, and decentralized bridging infrastructure which enable seamless transfer of PRL between supported chains. The module is designed to be highly flexible while maintaining robust security, allowing the Parallel Protocol to expand across multiple chains in a secure way. Built on LayerZero's infrastructure, it offers several key features:

## Security & Architecture

* Utilizes LayerZero's decentralized message verification and execution infrastructure
* Implements a modular security stack with configurable Decentralized Verifier Networks (DVNs)
* Employs an "X of Y of N" security model allowing flexible combinations of validators
* Includes fallback mechanisms through permissionless execution if automated systems fail
* Follows the Omnichain Fungible Token (OFT) standard

## Key Features

* **Emergency Controls**: Pause/unpause functionality for risk management
* **Fully DAO Controlled**: All parameters and operations managed by governance

## Risk Management

* Chain-specific isolation modes to prevent risk propagation
* Multiple DVNs required for transaction verification
* Automatic transaction reversal if required validators are unavailable
* Full governance control over all security parameters

{% hint style="info" %}
Learn how to bridge PRL across chains by following this guide.
{% endhint %}


---

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