> For the complete documentation index, see [llms.txt](https://edexa-business-blockchain.gitbook.io/edexa-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edexa-business-blockchain.gitbook.io/edexa-docs/basics/crosschain.md).

# edeXa Cross chain Bridge

**edeXa** extends its ecosystem beyond a single chain with its native **Cross-Chain Bridge**, empowering seamless interoperability between edeXa and other major networks such as Ethereum, Polygon, and BNB Chain. Built with advanced cryptography and designed for enterprise-grade reliability, this bridge strengthens edeXa’s position as a truly connected Layer 1 blockchain.

🌉 **Access the bridge**: [edxconnect.edexa.network](https://edxconnect.edexa.network/)

### Powered by XPort, Built for edeXa

{% embed url="<https://youtu.be/aEaSq04aT_U>" %}

At the core of edeXa’s bridge is **XPort**, a sophisticated cross-chain data transfer protocol. While XPort is originally developed by Wanchain, edeXa has deeply integrated this technology to serve its **own network’s interoperability goals**, bringing cross-chain power into its enterprise-first environment.

The bridge is composed of:

* **Cross-Chain Gateways** — lightweight on-chain smart contracts that handle incoming and outgoing data between blockchains.
* **Off-Chain Relayers** — a decentralized network of nodes that coordinate secure data transfer across chains.

These components work together to move not only tokens but **arbitrary data and smart contract interactions** across networks.

***

#### 🛡️ Security & Governance

edeXa’s bridge utilizes **Multiparty Computation (MPC)** and **Shamir’s Secret Sharing** to ensure that no single party can compromise cross-chain transactions. These permissionless bridge nodes operate under a monthly rotation and re-election mechanism, keeping the infrastructure dynamic, trustless, and secure.

***

#### 🌍 Why It Matters

* **Expands edeXa’s utility** across chains, enabling cross-network dApps and digital assets.
* **Boosts enterprise adoption** by offering flexible integrations with ecosystems businesses already use.
* **Supports both token transfers and cross-chain smart contract functionality**, paving the way for complex, interoperable solutions.


---

# 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, and the optional `goal` query parameter:

```
GET https://edexa-business-blockchain.gitbook.io/edexa-docs/basics/crosschain.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
