# Swap AI Agent

### What is a Swap AI Agent?

Swap AI Agent is a Cypheus feature for starting token swaps with plain text instead of manual form entry. You just need to tell Cypheus what token amount you want to swap and what token you want to receive, and Cypheus suggests a wallet that meets the transaction requirements.

## How to Swap Tokens via Cypheus

**Step 1:** On the main screen, click **Cypheus** at the top right corner.

**Step 2:** Select **Swap**.

<figure><img src="/files/2Fs3XkvlX6KFfZq2JRc2" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
If you already have an existing conversation, click the Menu button at the bottom and choose **Swap**.
{% endhint %}

<figure><img src="/files/pB2mrZ0YHijOuCdK6VJx" alt="" width="296"><figcaption></figcaption></figure>

Cypheus works best when you include the amount, source token, and destination token in a simple sentence.

**Step 3:** Enter your swap details in the message field using the following format:

"***I want to swap \[amount] \[token symbol] to \[token symbol]"***

*Example: I want to swap 100 VIC to C98*

Cypheus Agent will scan your wallet list and suggest wallets that meet the requirements for your transaction.

**Step 4:** Select the wallet containing the asset you want to swap.

**Step 5:** Review the transaction details carefully and check the Anomaly Repor**t** (if any).

**Step 6:** Press and hold the **Confirm** button for a few seconds to execute the transaction.

<figure><img src="/files/szQzRW4doUjzHa40x5k0" alt="" width="563"><figcaption></figcaption></figure>

**Step 7:** Once the transaction is completed, you can check it on the blockchain explorer

<figure><img src="/files/TFGd87EsI7x5mk4q7B39" alt="" width="563"><figcaption></figcaption></figure>

### Frequently asked questions

#### Why does Cypheus ask me to select a wallet?

Cypheus scans your wallet list and suggests wallets that contain the token you want to swap. You need to choose the wallet that actually holds the source asset.

#### What should I check before I confirm the swap?

Review the transaction details carefully and check the Anomaly Report if it appears. Confirm only after you understand the transaction details.

#### How do I complete the swap?

Press and hold the Confirm button for a few seconds to execute the transaction.

#### Where can I verify the swap after it finishes?

You can check the completed transaction on the blockchain explorer.

### Notes:

* Make sure the wallet you choose contains the token you want to swap.
* Review the transaction details before confirming.
* Check the Anomaly Report if it appears.
* Confirm only after you understand the amount, token pair, and wallet being used.
* Verify the transaction on the blockchain explorer after completion.


---

# 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/cypheus-ai/swap-ai-agent.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.
