> For the complete documentation index, see [llms.txt](https://docs.coin98.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coin98.com/products/coin98-super-wallet/mobile/cypheus-ai/transfer-ai-agent.md).

# Transfer AI Agent

### What is Transfer AI Agent?

Transfer AI Agent is the Cypheus workflow for sending tokens from your wallet using a plain-language transfer request. Instead of filling out a traditional transfer form, you enter the amount, token symbol, and recipient, and Cypheus helps prepare the transaction.

### How to Transfer Tokens via Cypheus

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

**Step 2:** Select **Transfer**.

<figure><img src="/files/TAUS0zSCjqMRcyiJQVjb" 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 **Transfer**.

{% endhint %}

<figure><img src="/files/ceqRjCuiiI3lL6s788NE" alt="" width="294"><figcaption></figcaption></figure>

**Step 3:** Enter the following details in the message field using the following format:\
\&#xNAN;**"*****I want to transfer \[amount] \[token symbol] to \[wallet address]"***

*Example: "I want to transfer 100 VIC to csteam.98"*

{% hint style="info" %}
Recipient wallet addresses can be a wallet address or OneID
{% endhint %}

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

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

**Step 4:** Select the wallet that contains the asset you want to transfer.

**Step 5:** Review the transaction details carefully and check the Anomaly Report if any.

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

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

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

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

### What message format should I use for a token transfer?

Use this format:

> **I want to transfer \[amount] \[token symbol] to \[wallet address]**

Example: *I want to transfer 100 VIC to csteam.98*

You can use either a wallet address or OneID as the recipient.

### What should I check before confirming a transfer?

Before you confirm a transfer in Cypheus, review the following details carefully:

* **Amount:** Make sure the transfer amount is correct.
* **Token symbol:** Confirm that the asset you selected is the one you want to send.
* **Recipient:** Verify the wallet address or OneID.
* **Source wallet:** Check that Cypheus selected the correct wallet for the transfer.
* **Anomaly Report:** Review any warning or anomaly message before proceeding.

Token transfers are blockchain transactions, so once they are confirmed, they cannot be reversed through Cypheus.

### Key terms

* Cypheus: An AI agent that helps users submit and manage their requests.
* OneID: A recipient identifier that can be used instead of a wallet address.
* Anomaly Report: A review message that may appear if Cypheus detects something unusual about the transaction.
* Blockchain explorer: An external tool used to view a wallet's on-chain activity and transaction history.

### Frequently asked questions

#### Can I use a wallet address or OneID as the recipient?

Yes. Cypheus supports both wallet addresses and OneID as recipient identifiers.

#### What if I already have an existing conversation with Cypheus?

If you already have a conversation open, click the Menu button at the bottom and choose Transfer to start a transfer request.

#### How does Cypheus choose which wallet to transfer from?

Cypheus scans your wallet list and suggests wallets that meet the requirements for the transfer you entered. You then select the wallet that contains the asset you want to send.

#### What should I do if the Anomaly Report appears?

Review the Anomaly Report before confirming the transaction. If anything looks unexpected, verify the recipient, amount, token symbol, and source wallet again.

#### How do I know the transfer is completed?

After the transaction is confirmed, you can check its status on the blockchain explorer.

#### Can I edit the transfer after I press Confirm?

No. Once you press and hold Confirm and the transaction is executed, the transfer is sent on-chain and cannot be changed through Cypheus.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.coin98.com/products/coin98-super-wallet/mobile/cypheus-ai/transfer-ai-agent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
