# DERP Token Bridge

This bridge function now supports DERP tokens, which are **our DerpDEX native tokens (DERP)**. This allows users to bridge across four chains:

1. Ethereum
2. ZkSync Era
3. opBNB
4. Base

### DERP Token Bridge Smart Contracts

<table><thead><tr><th width="169">Network</th><th>Contract Address</th></tr></thead><tbody><tr><td>Ethereum</td><td><a href="https://etherscan.io/address/0x777dc769bb69f3fd12846a928193765847f234af">0x777dc769bb69f3fd12846a928193765847f234af</a></td></tr><tr><td>ZkSync Era</td><td><a href="https://explorer.zksync.io/address/0x63Ecfc300DCBE1b20c1d463B082A1CF336e46CC9">0x63Ecfc300DCBE1b20c1d463B082A1CF336e46CC9</a></td></tr><tr><td>opBNB</td><td><a href="https://opbnb.bscscan.com/address/0xdfA09BD7ab84b85f0185511A57ac10082fd5D13e">0xdfA09BD7ab84b85f0185511A57ac10082fd5D13e</a></td></tr><tr><td>Base</td><td><a href="https://basescan.org/address/0xcbce3d21b3f58770a774c104f6b01e179be321a7">0xcbce3d21b3f58770a774c104f6b01e179be321a7</a></td></tr></tbody></table>

### How to bridge?&#x20;

1. Firstly, go to <https://app.derpdex.com/#/derp-bridge>. Connect to the network you want to bridge from. Then, choose which token and network chain you wish to bridge to.&#x20;

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

2. Enter the token amount based on your token balance. Then click the bridge button.&#x20;

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

3. Approve and confirm the transactions.&#x20;

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

4. It will display the pending claim transactions after they are completed. Your token will be sent to the bridge contract, and is now being verified by the blockchain.&#x20;

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

5. Once the transaction is verified, the **Claim** button will appear. It will switch to the target network and allow the user to claim the bridging token.&#x20;

{% hint style="info" %}
Make sure you have enough native tokens (E.g. ETH or BNB) on the destination chains to pay the gas fees for claiming your bridged tokens.&#x20;
{% endhint %}

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


---

# 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://derpdex.gitbook.io/home/getting-started/bridge/derp-token-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.
