From 455c09af36914b049c1780a403a06707dfc0db28 Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Tue, 30 Jan 2024 12:32:55 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/participate/dex/README.md | 9 --------- docs/participate/dex/usage/aeSwap.md | 16 +++++++--------- 2 files changed, 7 insertions(+), 18 deletions(-) diff --git a/docs/participate/dex/README.md b/docs/participate/dex/README.md index 4a2615c44..8a00b6bf2 100644 --- a/docs/participate/dex/README.md +++ b/docs/participate/dex/README.md @@ -3,18 +3,9 @@ id: dex title: Archethic's DEX --- -Archethic has developed a decentralized DEX... (@Neylix) - :::caution Testnet's only The current version of Archethic's DEX is only available on the testnet. You can experiment and start swapping your assets on-chain by visiting [dex.testnet.archethic.net/](https://dex.testnet.archethic.net/) ::: -## Key concepts -@Neylix - -## Usage -@Neylix -## Specifics -@Neylix \ No newline at end of file diff --git a/docs/participate/dex/usage/aeSwap.md b/docs/participate/dex/usage/aeSwap.md index f86f739a6..e42f3c4e0 100644 --- a/docs/participate/dex/usage/aeSwap.md +++ b/docs/participate/dex/usage/aeSwap.md @@ -4,29 +4,26 @@ title: DEX - Application Front End sidebar_label: aeSwap sidebar_position: 1 --- - # aeSwap - Tutorial :::info -Currently, aeSwap is available exclusively on the testnet. +Please note that aeSwap is currently available exclusively on the testnet. ::: :::info -aeSwap is exclusively available as a web application accessible through internet browsers. +aeSwap is a web application accessible through internet browsers and is compatible only with desktop versions of the Archethic wallet, which include macOS, Linux, and Windows platforms. ::: :::caution -The application is compatible only with the desktop versions of the Archethic wallet, which include macOS, Linux, and Windows platforms. +Ensure you have the appropriate desktop version of the Archethic wallet installed on your system to interact with the application effectively. You can download the wallet from [here](https://www.archethic.net/wallet/). ::: -Ensure that you have the appropriate desktop version of the Archethic wallet installed on your system to interact with the application effectively. The Archethic wallet can be downloaded from [here](https://www.archethic.net/wallet/). - :::tip -For optimal performance, it is recommended to use the latest version of your internet browser and keep your desktop wallet updated. +For optimal performance, use the latest version of your internet browser and keep your desktop wallet updated. ::: -Access: https://dex.testnet.archethic.net -Source code: https://github.com/archethic-foundation/dex +**Access:** [https://dex.testnet.archethic.net](https://dex.testnet.archethic.net) +**Source code:** [https://github.com/archethic-foundation/dex](https://github.com/archethic-foundation/dex) This Flutter-built web application enables swapping assets on-chain, adding liquidity, and accessing yield farming. @@ -140,6 +137,7 @@ Before creating a liquidity pool, the system conducts several checks to ensure c :::info When creating a pool involving UCO (the native token of the Archethic blockchain), the system automatically calculates and reserves the necessary amount for transaction fees associated with pool creation and liquidity addition. As a result, the maximum amount of UCO that can be allocated is less than your total UCO balance to accommodate these costs. ::: + --- ![Add pool form](/img/tutorial/aeSwap/aeSwap-AddPool-Form.png)