> For the complete documentation index, see [llms.txt](https://learn.jarvis.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.jarvis.network/protocol-overview/bridge.md).

# Bridge

### Mint and burn

The Bridge burns jFIATs on the origination chain and mints the same amount of jFIATs on the destination chain, at a 1-to-1 ratio.

The fees are paid in the gas token of the origination chain.

{% hint style="info" %}
The Bridge uses the Cross-Chain messaging protocol of Chainlink (CCIP) to transfer the information from one chain to another one. When jFIATs are transferred between chains, the amount of jFIATs to be minted on the destination chain is sent through a message using Chainlink's CCIP. Once the message is received, the Bridge mints the jFIATs and send them to the recipient.

Read more: <https://chain.link/cross-chain>
{% endhint %}

### Limits

The governance can set limits per jFIATs and per chain.

### Addresses

|              |                                                                                                        |
| ------------ | ------------------------------------------------------------------------------------------------------ |
| Arbitrum     | [0xe4dd...333b](https://arbiscan.io/address/0xe4dd926a3f3fc03f64462db6f726b70cd2c2333b)                |
| Avalanche    | [0xf767...b4e8](https://snowtrace.io/address/0xf7674d951296C2612b9aD62d89Eff8fA0bfEb4e8)               |
| Base         | [0xD6E2...7f4c](https://basescan.org/address/0xD6E201d664B29f7B0ebE50B423c7D3cF3f0A7f4c)               |
| BNB Chain    | [0x0818...24fe](https://bscscan.com/address/0x0818b48d171f90f8d97c6f6ebf18bc2de6f224fe)                |
| Gnosis Chain | [0x3b05...31f4](https://gnosisscan.io/address/0x3b05b902fe763ad87aa755fab70f86c76bf331f4)              |
| Optimism     | [0x1d1f...b226](<https://optimistic.etherscan.io/address/0x1d1f15dafd42a00f1efd56d7b15665aeb22db226 >) |
| Polygon      | [0x8167...5aec](<https://polygonscan.com/address/0x816714c039a5d32314e5924b09e58c100bab5aec >)         |


---

# 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://learn.jarvis.network/protocol-overview/bridge.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.
