# 如何在 Sui 上发送和接收 Sui 代币?

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

## 如何在 Sui 上发送和接收 Sui 代币

### 发送 Sui 代币

1：获取 Sui 钱包

推荐使用 Sui Wallet 或 Martian 钱包等官方钱包。

创建一个钱包并确保备份好助记词。

2：为你的帐户充值

从交易所或其他钱包向你的 Sui 钱包地址转入 SUI 代币。

3：发送交易

1. 打开你的 Sui 钱包并选择“发送”选项。
2. 输入收款人的钱包地址、转账金额和（可选）附言。
3. 确认交易并支付交易费用。

### 接收 Sui 代币

1：生成接收地址

使用你的 Sui 钱包生成一个 Sui 地址。

这将是一个以“0x”开头的字母数字字符串。

2：提供你的地址

将你的 Sui 地址提供给发送者。

他们可以使用此地址将 SUI 代币发送到你。

3：接收代币

一旦发送者发送交易，代币就会自动存入你的 Sui 钱包中。

你可以登录你的钱包查看你的余额。

### 注意事项：

1. 确保你的钱包地址正确，否则代币可能会丢失。
2. 交易费用由发送者支付。
3. 交易确认时间可能因网络拥塞情况而异。
4. 备份好你的助记词并保管好你的钱包私钥。

如有不明白或者不清楚的地方，请加入官方电报群：[**https://t.me/gtokentool**](https://t.me/gtokentool)


---

# 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.gtokentool.com/qu-kuai-lian/ru-he-zai-sui-shang-fa-song-he-jie-shou-sui-dai-bi.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.
