From bedf96d87ac62bf4aa01a50b0927a377f128fa29 Mon Sep 17 00:00:00 2001 From: Sniezka Date: Thu, 30 Nov 2023 12:40:11 +0100 Subject: [PATCH 1/2] Described how to list tokens to azero --- docs/docs/aleph_zero/listing_pool_to_azero.md | 18 ++++++++++++++++++ docs/sidebars.js | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 docs/docs/aleph_zero/listing_pool_to_azero.md diff --git a/docs/docs/aleph_zero/listing_pool_to_azero.md b/docs/docs/aleph_zero/listing_pool_to_azero.md new file mode 100644 index 00000000..4ad43fc9 --- /dev/null +++ b/docs/docs/aleph_zero/listing_pool_to_azero.md @@ -0,0 +1,18 @@ +--- +title: Listing pool to AZERO + +slug: /aleph_zero/listing_pool_to_azero +--- + + +### [Wrapped AZERO](https://github.com/Cardinal-Cryptography/wAZERO) + +The Invariant Protocol facilitates seamless token exchanges within the PSP22 standard, ensuring interoperability among compatible tokens. +To enable the exchange between PSP22 tokens and AZERO token, a pool is established between PSP22 tokens and WAZERO, a token that aligns with the PSP22 standard. This allow users to convert their PSP22 tokens to WAZERO before further exchanging them for the desired AZERO token. + + + + +## How to obtain [wAZERO]((https://github.com/Cardinal-Cryptography/wAZERO)) +- Deposit AZERO to mint wAZERO. +- Transfer wAZERO to your desired wallet. diff --git a/docs/sidebars.js b/docs/sidebars.js index c8358516..e4cc7a6f 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -63,7 +63,7 @@ module.exports = { type: 'category', label: 'Aleph Zero', collapsed: true, - items: ['aleph_zero/project_structure','aleph_zero/installation','aleph_zero/entrypoints', 'aleph_zero/collections','aleph_zero/storage','aleph_zero/types', 'aleph_zero/invariant_errors'] + items: ['aleph_zero/project_structure','aleph_zero/installation','aleph_zero/entrypoints', 'aleph_zero/collections','aleph_zero/storage','aleph_zero/types', 'aleph_zero/listing_pool_to_azero', 'aleph_zero/invariant_errors'] }, 'faq', 'resources', From 10fe9649d41932284d6e552744c67766086a54ff Mon Sep 17 00:00:00 2001 From: Sniezka Date: Thu, 30 Nov 2023 12:41:06 +0100 Subject: [PATCH 2/2] cleanup --- docs/docs/aleph_zero/listing_pool_to_azero.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/docs/aleph_zero/listing_pool_to_azero.md b/docs/docs/aleph_zero/listing_pool_to_azero.md index 4ad43fc9..4840cb37 100644 --- a/docs/docs/aleph_zero/listing_pool_to_azero.md +++ b/docs/docs/aleph_zero/listing_pool_to_azero.md @@ -10,9 +10,6 @@ slug: /aleph_zero/listing_pool_to_azero The Invariant Protocol facilitates seamless token exchanges within the PSP22 standard, ensuring interoperability among compatible tokens. To enable the exchange between PSP22 tokens and AZERO token, a pool is established between PSP22 tokens and WAZERO, a token that aligns with the PSP22 standard. This allow users to convert their PSP22 tokens to WAZERO before further exchanging them for the desired AZERO token. - - - -## How to obtain [wAZERO]((https://github.com/Cardinal-Cryptography/wAZERO)) +## How to obtain [wAZERO](https://github.com/Cardinal-Cryptography/wAZERO) - Deposit AZERO to mint wAZERO. - Transfer wAZERO to your desired wallet.