# Bridge

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

Bridge is a service that allows tokens to be converted between networks. NEOPIN currently supports network conversion of NPT, USDT and ETH, and more multi-chain tokens will be supported in the future.

## How it works

NEOPIN Bridge uses the mint-and-burn mechanism, where the original token is locked in the vault and a corresponding amount of the bridged token is minted.&#x20;

***Thus, the value of the bridged token (nToken) is pegged to the value of the original token on a 1:1 ratio.***&#x20;

When the nToken is bridged, the nToken is burned and the corresponding amount of the original token is unlocked and released to the user.

## How to Bridge

Please see the guide below on how to bridge your tokens with NEOPIN.

{% content-ref url="/pages/4M28pQSGjtCGROoMXi8s" %}
[\[Web\] Bridge Guide](/earn-with-neopin/bridge/web-bridge-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/3TAucnt1aXIDw74Lbsuw" %}
[\[App\] Bridge Guide](/earn-with-neopin/bridge/app-bridge-guide.md)
{% endcontent-ref %}


---

# 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.neopin.io/earn-with-neopin/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.
