Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add images to wanchain bridge page #336

Merged
merged 1 commit into from
May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/integrations/bridges/img/wanchain1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/integrations/bridges/img/wanchain2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/integrations/bridges/img/wanchain3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/integrations/bridges/img/wanchain4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/integrations/bridges/img/wanchain5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 21 additions & 2 deletions docs/integrations/bridges/wanchain.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
---
sidebar_position: 3
---
import wanchain1 from "./img/wanchain1.png"
import wanchain2 from "./img/wanchain2.png"
import wanchain3 from "./img/wanchain3.png"
import wanchain4 from "./img/wanchain4.png"
import wanchain5 from "./img/wanchain5.png"


# Wanchain Bridge

## Overview
Expand All @@ -9,7 +16,7 @@ A guide on how to transfer native Tether USDT between Astar, Arbitrum, Avalanche

## About USDT XFlows

USDT XFlows is a decentralised cross-chain solution that enables native-to-native cross-chain transfers between blockchains where USDT is natively minted by Tether. XFlows leverages the power of Wanchain’s cross-chain bridges to provide easy, non-custodial transfers between chains without the need for centralised exchanges or wrapped assets. Find more information on Wanchain [product page](https://bridge.wanchain.org/).
USDT XFlows is a decentralized cross-chain solution that enables native-to-native cross-chain transfers between blockchains where USDT is natively minted by Tether. XFlows leverages the power of Wanchain’s cross-chain bridges to provide easy, non-custodial transfers between chains without the need for centralized exchanges or wrapped assets. Find more information on Wanchain [product page](https://bridge.wanchain.org/).

## Contracts

Expand Down Expand Up @@ -56,7 +63,7 @@ USDT @ Wanchain:

## Native Tether USDT vs. xcUSDT on Astar

Tether issues USDT, the blockchain industry’s biggest stablecoin by means of total market capitalisation, on Polkadot’s “common good” generic asset parachain, Statemint. By leveraging XCM, Polkadot’s cross-consensus communication protocol, native Tether USDT can be transferred to parachains like Astar as “xcUSDT”. xcUSDT is more versatile than wrapped USDT and can be used for both Wasm and EVM projects in the Astar ecosystem.
Tether issues USDT, the blockchain industry’s biggest stablecoin by means of total market capitalization, on Polkadot’s “common good” generic asset parachain, Statemint. By leveraging XCM, Polkadot’s cross-consensus communication protocol, native Tether USDT can be transferred to parachains like Astar as “xcUSDT”. xcUSDT is more versatile than wrapped USDT and can be used for both Wasm and EVM projects in the Astar ecosystem.

## How to bridge native Tether USDT from Ethereum to Astar EVM

Expand All @@ -70,6 +77,15 @@ This section shows how to bridge native Tether USDT from Ethereum to Astar.

Select “USDT” from the drop-down menu. Choose “Ethereum” and “Astar” as your `From` and `To` networks respectively. Finally, input your destination address in the `Recipient` field as well as the amount of $USDT you want to send. Click `Next`.

<img src={wanchain1} style={{width: 1200}} />

Confirm that the “Recipient” address does not belong to a centralised exchange then click “Confirm”.

<img src={wanchain2} style={{width: 1200}} />

Confirm that all the details are correct then click “Confirm”.

<img src={wanchain3} style={{width: 1200}} />

### Step 2
Wait for your cross-chain transaction to complete. It is now processing.
Expand All @@ -85,5 +101,8 @@ While your cross-chain transaction is processing, the status will change three t

Once your cross-chain transaction is complete, you’ll see your $xcUSDT balance on Astar. The cross-chain transaction status will display as `Success`.

<img src={wanchain5} style={{width: 1200}} />

Support

If you have any questions, feel free to join any of our communities and our Ambassadors will assist you. And remember that the Astar team or Ambassadors will never message or DM you first!
Loading