Skip to content
Open
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
9 changes: 9 additions & 0 deletions docs/farming-&-staking/ai3token/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"label": "AI3 Token",
"position": 1,
"link": {
"type": "generated-index",
"slug": "/ai3token",
"description": "Guides on using the AI3 token"
}
}
6 changes: 6 additions & 0 deletions docs/farming-&-staking/ai3token/bridge/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"label": "Bridge Guide",
"position": 1,
"collapsed": false,
"link": null
}
39 changes: 39 additions & 0 deletions docs/farming-&-staking/ai3token/bridge/inbound.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Inbound Bridge
sidebar_position: 3
description: Learn how to bridge WAI3 tokens to Auto EVM
slug: /wallet/guides/bridge/inbound
keywords:
- Bridge
- EVM
- Transfer
---

## Sending WAI3 to Auto EVM

:::note
You will need ETH on your sending wallet to pay for the bridging transaction.
:::

1. First, make sure that you have set the from and to networks, the token and the amount you want to bridge.

![Bridge](/img/doc-imgs/additional-guides/bridge-23.jpeg)

2. Click `Continue` and you will see a preview of the transaction.

![Bridge](/img/doc-imgs/additional-guides/bridge-24.jpeg)

3. Click `Send to Auto EVM`.

![Bridge](/img/doc-imgs/additional-guides/bridge-25.jpeg)

4. Confirm the transaction in Metamask.

![Bridge](/img/doc-imgs/additional-guides/bridge-26.jpeg)

![Bridge](/img/doc-imgs/additional-guides/bridge-27.jpeg)

5. Details of the transaction including addresses and the transaction hash are presented. You will also see success toasts in the bottom right.

![Bridge](/img/doc-imgs/additional-guides/bridge-28.jpeg)

60 changes: 60 additions & 0 deletions docs/farming-&-staking/ai3token/bridge/intro.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: Overview
sidebar_position: 1
description: Learn how to bridge tokens on Auto EVM
slug: /wallet/guides/bridge
keywords:
- Bridge
- EVM
- Transfer
---

import Link from '@docusaurus/Link';

## Bridging Tokens on the Autonomys Network

This guide explains how to bridge tokens between Auto EVM and other networks.

:::tip
In this example we will be bridging back and forth between Auto EVM and Ethereum on mainnet, but BNB Chain is also supported.
:::

### Connecting a wallet to the Bridge

:::note supported Networks
[Mainnet Bridge](https://bridge.mainnet.autonomys.xyz/)

[Chronos Testnet Bridge](https://bridge.chronos.autonomys.xyz/)
:::

1. Navigate to the [Mainnet Bridge Site](https://bridge.mainnet.autonomys.xyz/).

![Bridge](/img/doc-imgs/additional-guides/bridge-01.jpeg)

2. Connect your wallet by clicking the `Connect Wallet` button in the upper right corner of your screen.

![Bridge](/img/doc-imgs/additional-guides/bridge-02.jpeg)

3. You will be prompted to select your wallet type. We will use Metamask for this.

![Bridge](/img/doc-imgs/additional-guides/bridge-03.jpeg)

4. Authorize the website in the Metamask popup.

![Bridge](/img/doc-imgs/additional-guides/bridge-04.jpeg)

5. You can now see the connected wallet in the top right. Note that the recipient address defaults to the connected wallet.

![Bridge](/img/doc-imgs/additional-guides/bridge-05.jpeg)

## Bridging Options

For information on sending WAI3 to Auto EVM, refer to the <Link to="/wallet/guides/bridge/outbound">Outbound Bridge</Link> guide.

For information on sending AI3 to Ethereum, refer to the <Link to="/wallet/guides/bridge/inbound">Inbound Bridge</Link> guide.

## Viewing Bridge Transactions

Clicking on the account lozenge in the top right will give you a list of historical bridge transactions where you can inspect previous transfers.

![Bridge](/img/doc-imgs/additional-guides/bridge-29.jpeg)
80 changes: 80 additions & 0 deletions docs/farming-&-staking/ai3token/bridge/outbound.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
title: Outbound Bridge
sidebar_position: 2
description: Learn how to bridge AI3 tokens to Ethereum
slug: /wallet/guides/bridge/outbound
keywords:
- Bridge
- EVM
- Transfer
---

## Sending AI3 to Ethereum

1. Select the AI3 token and enter the amount you want to transfer.

![Bridge](/img/doc-imgs/additional-guides/bridge-06.jpeg)

2. Make sure that Auto EVM is selected as the From network and Ethereum as the To network and click `Continue`.

![Bridge](/img/doc-imgs/additional-guides/bridge-07.jpeg)

3. Verify you are happy with the proposed transfer and either click `Edit` to adjust or click `Send to Ethereum`.

![Bridge](/img/doc-imgs/additional-guides/bridge-08.jpeg)

4. Approve the transaction in Metamask by clicking `Confirm`.

![Bridge](/img/doc-imgs/additional-guides/bridge-09.jpeg)

## Adjusting Gas Limit

1. If you receive an error you may need to adjust the gas limit on the transaction.

![Bridge](/img/doc-imgs/additional-guides/bridge-10.jpeg)

![Bridge](/img/doc-imgs/additional-guides/bridge-11.jpeg)

![Bridge](/img/doc-imgs/additional-guides/bridge-12.png)

2. Clicking `Advanced` next to the gear icon and then the up arrow once on the Max base fee usually adds enough gas to complete the transaction. Click on the `Save these values` checkbox if you want to avoid this step in the future. Click `Save`.

![Bridge](/img/doc-imgs/additional-guides/bridge-13.jpeg)

3. Next click `Confirm`.

![Bridge](/img/doc-imgs/additional-guides/bridge-14.jpeg)

4. A summary of the bridge transfer will popup with addresses, the transaction hash, and links to the relevant explorers.

![Bridge](/img/doc-imgs/additional-guides/bridge-15.jpeg)

5. You should see success toasts in the bottom right of the website.

![Bridge](/img/doc-imgs/additional-guides/bridge-16.jpeg)

![Bridge](/img/doc-imgs/additional-guides/bridge-17.jpeg)

## Adding WAI3 on Ethereum to Metamask

1. To view your bridged AI3 on Ethereum you will need to add the token to Metamask. The Ethereum WAI3 contract can be found at [0x363FCa95F23E10C76ef793D62d92d39e89d83AC1](https://etherscan.io/address/0x363FCa95F23E10C76ef793D62d92d39e89d83AC1) which will need importing.

2. First, switch network in Metamask to Ethereum.

![Bridge](/img/doc-imgs/additional-guides/bridge-18.jpeg)

3. Go to the Tokens tab, click the hamburger button on the right and click `Import Tokens`.

![Bridge](/img/doc-imgs/additional-guides/bridge-19.jpeg)

4. Switch to the Custom token tab, select Ethereum Mainnet and enter the contract address `0x363FCa95F23E10C76ef793D62d92d39e89d83AC1`. The symbol and decimals will auto-populate.

![Bridge](/img/doc-imgs/additional-guides/bridge-20.jpeg)

5. Click `Next` and confirm you would like to import. Click `Import` to continue.

![Bridge](/img/doc-imgs/additional-guides/bridge-21.png)

6. The token and your balance now appears.

![Bridge](/img/doc-imgs/additional-guides/bridge-22.png)
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Cross Domain Messaging (XDM)
sidebar_position: 6
sidebar_position: 3
description: Learn how to use Cross Domain Messaging (XDM) to transfer assets between consensus and domain chains on the Autonomys Network
slug: /farming/guides/xdm
slug: /wallet/guides/xdm
keywords:
- XDM
- Domain
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.