# Overview

SingularityNet Bridge allows users to transfer their tokens across supported Blockchains. Currently, we support AGIX and NTX tokens on Ethereum and Cardano.

A key aspect of the [Phase two](https://blog.singularitynet.io/singularitynet-phase-two-massive-token-utilization-toward-decentralized-beneficial-agi-6e3ac5a5b44a) proposal was to allow 1-1 swapping of AGIX tokens across Ethereum and Cardano chains. Since then we have also launched the NTX token which exists on both Ethereum and Cardano chains. The bridge will enable seamless conversion of both the AGIX and NTX tokens across these chains.&#x20;

The bridge will allow anyone to move AGIX-ETH from their Ethereum wallet into AGIX-ADA in their Cardano wallet, or vice versa (or NTX-ETH and NTX-ADA, etc.). When you move tokens from Ethereum to Cardano, you will burn the Ethereum-based tokens in a smart contract, and an equal amount of new tokens will be minted on Cardano for you. When you move back from Cardano to Ethereum, the AGIX-ADA tokens will get burned and the same amount of AGIX-ETH tokens will be minted on the Ethereum side, available for you to claim.&#x20;

Here is a short animation that provides a visualization of how the process works:

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


---

# 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://singularitynet.gitbook.io/welcome-to-singularitynet/bridge/overview.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.
