diff --git a/docs/farming-&-staking/ai3token/_category_.json b/docs/farming-&-staking/ai3token/_category_.json new file mode 100644 index 00000000000..3f9c794eb1b --- /dev/null +++ b/docs/farming-&-staking/ai3token/_category_.json @@ -0,0 +1,9 @@ +{ + "label": "AI3 Token", + "position": 1, + "link": { + "type": "generated-index", + "slug": "/ai3token", + "description": "Guides on using the AI3 token" + } +} \ No newline at end of file diff --git a/docs/farming-&-staking/ai3token/bridge/_category_.json b/docs/farming-&-staking/ai3token/bridge/_category_.json new file mode 100644 index 00000000000..4da46699cc4 --- /dev/null +++ b/docs/farming-&-staking/ai3token/bridge/_category_.json @@ -0,0 +1,6 @@ +{ + "label": "Bridge Guide", + "position": 1, + "collapsed": false, + "link": null +} \ No newline at end of file diff --git a/docs/farming-&-staking/ai3token/bridge/inbound.mdx b/docs/farming-&-staking/ai3token/bridge/inbound.mdx new file mode 100644 index 00000000000..7c7651c7b7f --- /dev/null +++ b/docs/farming-&-staking/ai3token/bridge/inbound.mdx @@ -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) + diff --git a/docs/farming-&-staking/ai3token/bridge/intro.mdx b/docs/farming-&-staking/ai3token/bridge/intro.mdx new file mode 100644 index 00000000000..5d39873b18d --- /dev/null +++ b/docs/farming-&-staking/ai3token/bridge/intro.mdx @@ -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 Outbound Bridge guide. + +For information on sending AI3 to Ethereum, refer to the Inbound Bridge 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) diff --git a/docs/farming-&-staking/ai3token/bridge/outbound.mdx b/docs/farming-&-staking/ai3token/bridge/outbound.mdx new file mode 100644 index 00000000000..cfbdddbfc36 --- /dev/null +++ b/docs/farming-&-staking/ai3token/bridge/outbound.mdx @@ -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) diff --git a/docs/farming-&-staking/farming/additional-guides/cross-domain-messaging.mdx b/docs/farming-&-staking/ai3token/cross-domain-messaging.mdx similarity index 99% rename from docs/farming-&-staking/farming/additional-guides/cross-domain-messaging.mdx rename to docs/farming-&-staking/ai3token/cross-domain-messaging.mdx index d727b2438b5..f825eb6294b 100644 --- a/docs/farming-&-staking/farming/additional-guides/cross-domain-messaging.mdx +++ b/docs/farming-&-staking/ai3token/cross-domain-messaging.mdx @@ -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 diff --git a/docs/farming-&-staking/wallets/_category_.json b/docs/farming-&-staking/ai3token/wallets/_category_.json similarity index 100% rename from docs/farming-&-staking/wallets/_category_.json rename to docs/farming-&-staking/ai3token/wallets/_category_.json diff --git a/docs/farming-&-staking/wallets/foxwallet.md b/docs/farming-&-staking/ai3token/wallets/foxwallet.md similarity index 100% rename from docs/farming-&-staking/wallets/foxwallet.md rename to docs/farming-&-staking/ai3token/wallets/foxwallet.md diff --git a/docs/farming-&-staking/wallets/polkadot.md b/docs/farming-&-staking/ai3token/wallets/polkadot.md similarity index 100% rename from docs/farming-&-staking/wallets/polkadot.md rename to docs/farming-&-staking/ai3token/wallets/polkadot.md diff --git a/docs/farming-&-staking/wallets/subwallet.mdx b/docs/farming-&-staking/ai3token/wallets/subwallet.mdx similarity index 100% rename from docs/farming-&-staking/wallets/subwallet.mdx rename to docs/farming-&-staking/ai3token/wallets/subwallet.mdx diff --git a/docs/farming-&-staking/wallets/talisman.md b/docs/farming-&-staking/ai3token/wallets/talisman.md similarity index 100% rename from docs/farming-&-staking/wallets/talisman.md rename to docs/farming-&-staking/ai3token/wallets/talisman.md diff --git a/static/img/doc-imgs/additional-guides/bridge-01.jpeg b/static/img/doc-imgs/additional-guides/bridge-01.jpeg new file mode 100644 index 00000000000..b064d0a0c07 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-01.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-02.jpeg b/static/img/doc-imgs/additional-guides/bridge-02.jpeg new file mode 100644 index 00000000000..f3eba802a5e Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-02.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-03.jpeg b/static/img/doc-imgs/additional-guides/bridge-03.jpeg new file mode 100644 index 00000000000..0f44dbfd447 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-03.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-04.jpeg b/static/img/doc-imgs/additional-guides/bridge-04.jpeg new file mode 100644 index 00000000000..d3257794621 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-04.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-05.jpeg b/static/img/doc-imgs/additional-guides/bridge-05.jpeg new file mode 100644 index 00000000000..01b36e199d5 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-05.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-06.jpeg b/static/img/doc-imgs/additional-guides/bridge-06.jpeg new file mode 100644 index 00000000000..c85e02c8c36 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-06.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-07.jpeg b/static/img/doc-imgs/additional-guides/bridge-07.jpeg new file mode 100644 index 00000000000..34ccb3f3b3a Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-07.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-08.jpeg b/static/img/doc-imgs/additional-guides/bridge-08.jpeg new file mode 100644 index 00000000000..c7d63103978 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-08.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-09.jpeg b/static/img/doc-imgs/additional-guides/bridge-09.jpeg new file mode 100644 index 00000000000..7d7806bd984 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-09.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-10.jpeg b/static/img/doc-imgs/additional-guides/bridge-10.jpeg new file mode 100644 index 00000000000..5e62a1ce700 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-10.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-11.jpeg b/static/img/doc-imgs/additional-guides/bridge-11.jpeg new file mode 100644 index 00000000000..1ad2fd370f9 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-11.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-12.png b/static/img/doc-imgs/additional-guides/bridge-12.png new file mode 100644 index 00000000000..be83677d34f Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-12.png differ diff --git a/static/img/doc-imgs/additional-guides/bridge-13.jpeg b/static/img/doc-imgs/additional-guides/bridge-13.jpeg new file mode 100644 index 00000000000..14c6a505679 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-13.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-14.jpeg b/static/img/doc-imgs/additional-guides/bridge-14.jpeg new file mode 100644 index 00000000000..52b087bb621 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-14.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-15.jpeg b/static/img/doc-imgs/additional-guides/bridge-15.jpeg new file mode 100644 index 00000000000..5552fc900cc Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-15.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-16.jpeg b/static/img/doc-imgs/additional-guides/bridge-16.jpeg new file mode 100644 index 00000000000..9377e671662 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-16.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-17.jpeg b/static/img/doc-imgs/additional-guides/bridge-17.jpeg new file mode 100644 index 00000000000..66cd582e398 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-17.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-18.jpeg b/static/img/doc-imgs/additional-guides/bridge-18.jpeg new file mode 100644 index 00000000000..77c1607fa07 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-18.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-19.jpeg b/static/img/doc-imgs/additional-guides/bridge-19.jpeg new file mode 100644 index 00000000000..adc28ef73bf Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-19.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-20.jpeg b/static/img/doc-imgs/additional-guides/bridge-20.jpeg new file mode 100644 index 00000000000..2bcce07edfe Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-20.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-21.png b/static/img/doc-imgs/additional-guides/bridge-21.png new file mode 100644 index 00000000000..b21dd280ab0 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-21.png differ diff --git a/static/img/doc-imgs/additional-guides/bridge-22.png b/static/img/doc-imgs/additional-guides/bridge-22.png new file mode 100644 index 00000000000..e5537df3a90 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-22.png differ diff --git a/static/img/doc-imgs/additional-guides/bridge-23.jpeg b/static/img/doc-imgs/additional-guides/bridge-23.jpeg new file mode 100644 index 00000000000..cb433a2cc43 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-23.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-24.jpeg b/static/img/doc-imgs/additional-guides/bridge-24.jpeg new file mode 100644 index 00000000000..4bd9c2a2ee0 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-24.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-25.jpeg b/static/img/doc-imgs/additional-guides/bridge-25.jpeg new file mode 100644 index 00000000000..f7208d52f23 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-25.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-26.jpeg b/static/img/doc-imgs/additional-guides/bridge-26.jpeg new file mode 100644 index 00000000000..cbcca64771b Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-26.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-27.jpeg b/static/img/doc-imgs/additional-guides/bridge-27.jpeg new file mode 100644 index 00000000000..6e1482a9cbb Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-27.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-28.jpeg b/static/img/doc-imgs/additional-guides/bridge-28.jpeg new file mode 100644 index 00000000000..7506437a08f Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-28.jpeg differ diff --git a/static/img/doc-imgs/additional-guides/bridge-29.jpeg b/static/img/doc-imgs/additional-guides/bridge-29.jpeg new file mode 100644 index 00000000000..ff5612bb3f7 Binary files /dev/null and b/static/img/doc-imgs/additional-guides/bridge-29.jpeg differ