> For the complete documentation index, see [llms.txt](https://community-realt.gitbook.io/tuto-community/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community-realt.gitbook.io/tuto-community/defi-realt/bridge-reg-realt.md).

# Bridge REG (RealT)

RealT à mis en place un autre [Bridge, dédié aux REG](https://bridge.realtoken.network/).\
\
&#x20;                 [Article sur Medium](https://medium.com/@RealTokenDAO/realtoken-dao-integrates-chainlink-ccip-to-unlock-cross-chain-reg-transfers-aa7afc0a69e6) correspondant (EN)

Ici la technologie utilisée est [CCIP de Chainlink](https://docs.chain.link/ccip) (vs Omnibridge pour le [Bridge de Realtoken](/tuto-community/defi-realt/bridge-realtokens-realt.md)).

<figure><img src="/files/J18eTRyJrDfd0AYv05YY" alt="" width="316"><figcaption></figcaption></figure>

## Mode opératoire

<figure><img src="/files/Dv7oWcrKmIUQeAzJ8Yi1" alt="" width="563"><figcaption></figcaption></figure>

1. Sélectionner le réseau d'origine (ici Gnosis),
2. Sélectionner le réseau cible (ici Polygon),
3. Indiquer la quantité de REG à bridger,
4. Sélectionner le token de frais (celui du réseau d'origine ou du LINK, token de Chainlink)\
   Nota : les frais sont ceux de Chainlink et du réseau (ici 26 Cts, indépendant de la quantité à bridger)
5. Eventuellement, une adresse de réception différente de celle d'émission
6. Si vous n'êtes pas sur le bon réseau, il vous sera proposer d'en changer avant de lancer le transfert

Après signature avec le wallet, un message apparait en haut à gauche vous indiquant que le bridge est en cours d'exécution et comment voir son avancement.

<figure><img src="/files/8upRJJHnNAcMuLk8sWMk" alt="" width="292"><figcaption></figcaption></figure>

En cliquant sur "Voir le status ici", vous êtes transféré sur Chainlink et pouvez voir l'avancement du statut (jusqu'à "Success") :

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

Nota : l'adresse du REG est identique sur les trois blockchain : \
&#x20;                                                         0x0AA1e96D2a46Ec6beB2923dE1E61Addf5F5f1dce

Il existe aussi cette application qui Bridge les tokens compatibles CCIP : <https://app.transporter.io/?from=xdai&tab=token&to=polygon&token=REG>

<figure><img src="/files/sKMXCp39xgYbo78A8QDz" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://community-realt.gitbook.io/tuto-community/defi-realt/bridge-reg-realt.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.
