Ionic Swap GUI Guide

This commit is contained in:
gonbat 2026-02-02 23:37:58 -03:00
parent ff43d0b895
commit 0406659b38
7 changed files with 76 additions and 2 deletions

View file

@ -64,7 +64,7 @@ Zano incorporates the worlds first Proof of Stake scheme that enhances tradit
Auditable wallets allow people and organizations to create transparent wallets for situations where we would rather verify than trust. Creating auditable wallets doesnt affect the privacy of the Zano network in any way.
### Confıdential Assets
### Confidential Assets
Anyone can easily issue user-creatable privacy tokens on the Zano chain; assets secured by the same mechanisms that make Zano so much more secure than

View file

@ -1 +1,75 @@
# Ionic Swaps
---
sidebar_position: 4
slug: /use/ionic-swaps
---
# Peer-to-Peer Ionic Swaps
Ionic Swaps are a privacy-preserving evolution of traditional atomic swaps, enabling peer-to-peer exchange of cryptocurrencies and [Confidential Assets](/docs/learn/zano-features/overview#confidential-assets) directly on the Zano blockchain. They eliminate intermediaries, prevent unfair advantage between parties, and preserve user custody and transaction privacy throughout the swap process.
You can perform Ionic Swaps on [Zano Trade](/docs/use/zano-trade), which provides a superior user experience with quality-of-life features. However, if you prefer a completely censorship-resistant and decentralized experience that does not rely on any website, you can perform swaps directly from your wallet app using the guide below.
- [Create a Swap Proposal](#create-a-swap-proposal)
- [Accept a Swap Proposal](#accept-a-swap-proposal)
---
## Create a Swap Proposal
On the official Zano Desktop and Mobile apps, open your wallet, locate and select the **P2P Swap** button.
![P2P Swap button](/img/use/wallet-features/ionic-swaps/2.7.1.wallet_swap.png)
1. Click the **+** or **Create Swap** button to create a new swap proposal.
2. Fill in the swap details:
- **Send**: Select the asset and specify the amount you wish to sell.
- **Address**: Enter the wallet address or alias of the counterparty you wish to trade with.
- **Receive**: Select the asset and specify the amount you wish to receive in return.
- **Expiration Time** *(desktop only)*: Set when the swap proposal expires.
![Creating a swap proposal](/img/use/wallet-features/ionic-swaps/2.7.3.wallet_create-swap.png)
:::note
If your asset does not appear in the selection list, you will need to whitelist it first ([mobile](https://youtu.be/w8sLT7cJRq0) | [desktop](https://youtu.be/pGRDO2999IE)).
:::
3. Click **Create Proposal**. A unique swap proposal code will be generated.
4. Share this code with your trading partner using any messaging application.
![Generated swap proposal hex](/img/use/wallet-features/ionic-swaps/2.7.4.wallet_swap-proposal-hex.png)
:::warning
Copy and share the swap proposal code immediately after creation. Once you close the screen, the code will no longer be accessible and you will need to create a new proposal.
:::
:::tip
You can "cancel" a proposal at any time by moving your funds to another wallet.
:::
---
## Accept a Swap Proposal
Once you receive a swap proposal code from your trading partner:
1. Open your wallet and locate the **P2P Swap** button.
2. Select **Confirm Swap** or **Accept Swap**.
3. Paste the proposal code you received.
![Accepting a swap proposal](/img/use/wallet-features/ionic-swaps/2.7.5.wallet_confirm-swap.png)
4. Verify the swap conditions (assets and amounts) are correct.
5. Click **Accept Proposal** to complete the swap.
![On going swap](/img/use/wallet-features/ionic-swaps/2.7.2.wallet_swap.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB