# How to use Private Swap on Coin98 Super Wallet

### Introduce&#x20;

SwapX now supports Private mode, which is provided by Houdini Swap, that allows users to perform token swaps in privacy.

**Key highlights**:

* **No direct link:** The sender and receiver addresses are not linked on-chain, and never appear in the same transaction, making Private Send the ideal choice for privacy in crypto.
* **No identifiable traces:** The transactions look like normal on-chain activities, with no signs indicating they are part of a “Houdini Swap” flow.

### How it works

A Private Swap processes your transaction through two independent steps to protect your privacy:

**Step 1: Source Chain**

You send Token A from your wallet. It is routed through a non-custodial exchange and converted into a temporary, privacy-focused intermediary asset on another Layer 1 chain.

{% hint style="info" %}
**Intermediary step:**\
This temporary asset acts as a “buffer,” helping disconnect your original transaction from the final outcome.
{% endhint %}

**Step 2: Destination Chain**

The intermediary asset is then sent to a second non-custodial exchange, where it is swapped into your desired Token B and delivered to the recipient wallet.

By the time the funds arrive, there is no direct on-chain link between the original sender and the final receiver, making the transaction extremely difficult to trace.

### How to use

**Step 1:** On the main screen of the Coin98 Super Wallet, click the **Swap** icon at the bottom.&#x20;

Or you can choose the token on the main screen and click **Swap** to access the Swap section

**Step 2:** Toggle on the **Private** button to start swapping in the private mode

{% hint style="info" %}
**Note:** If it is your first time using Private Swap mode, there is a pop-up to confirm the Terms & Conditions, click **Confirm** button to continue.
{% endhint %}

<figure><img src="/files/PFTaNV8LnqBz15v7oGeg" alt=""><figcaption></figcaption></figure>

**Step 3:** Select the desired token and blockchain&#x20;

**Step 4:** Enter the amount of tokens ⇒ Adjust the **Swap Mode** and **Slippage Tolerance** if needed.

{% hint style="info" %}
**Note:** You’ll need at least **25 USD** to make a transaction.
{% endhint %}

**Step 5**: Click **Review** to view a summary of your swap details

{% hint style="info" %}
Here you can modify the gas fee based on your preferences by selecting one of the available levels (Slow, Standard, Fast, Super Fast) or customizing it manually to balance speed and cost.
{% endhint %}

**Step 6:** If you agree, click **Swap** to finish.

<figure><img src="/files/Qmw4Lms6L097Wmxi4cFw" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coin98.com/products/coin98-super-wallet/mobile/swapx/how-to-use-private-swap-on-coin98-super-wallet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
