> For the complete documentation index, see [llms.txt](https://help.titanapp.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.titanapp.info/titan-network-zhong-wen/qu-kuai-lian-ce-shi/titan-qian-bao-ce-shi-bi/ru-he-zhuan-zhang-jiao-yi.md).

# 如何转账交易？

### 1.**打开Keplr钱包**：

确保你已经安装并设置好了Keplr钱包插件，并且已经登录你的账户。

[点击去安装Kepler钱包](https://www.keplr.app/)

<figure><img src="/files/5aoDcARvO1MTDft4hc3J" alt="" width="370"><figcaption></figcaption></figure>

### 2.选择网络：

从Keplr钱包的界面上选择你要进行转账交易的区块链网络（例如，Titan Testnet）

<figure><img src="/files/sOv4Z0N2Ld80xDkbXL0D" alt="" width="374"><figcaption></figcaption></figure>

### 3.**点击“发送”按钮**：

在Keplr钱包主界面，找到并点击“发送”按钮。

<figure><img src="/files/nqIKNM9brU1d4EPYLM89" alt="" width="374"><figcaption></figcaption></figure>

### 4.**输入接收地址**：

在“发送”界面中，输入你要转账的接收地址。请确保地址是正确的，避免转账失败或资金丢失。

<figure><img src="/files/WdiZWjwjpqtTNQWnxKr3" alt="" width="374"><figcaption></figcaption></figure>

### 5.**输入转账金额**：

输入你要转账的代币数量。注意确保你有足够的余额支付交易费用。

<figure><img src="/files/dVWAUwi5j6uyZ2D0CLSl" alt="" width="374"><figcaption></figcaption></figure>

### 6.选择费用（Gas Fee）：

根据需要选择交易的费用等级（低、中、高）。费用越高，交易确认的速度通常越快。

<figure><img src="/files/fQAqItRRgZq4qEWDuieP" alt="" width="374"><figcaption></figcaption></figure>

### **7.检查交易详情，确认并提交交易：**

仔细检查所有输入的信息，包括接收地址和转账金额，确保无误。

点击“下一步”或“确认”按钮，Keplr钱包会提示你确认交易。再次确认交易详情后，点击“确认”或“提交”按钮。

<figure><img src="/files/PuRwLJ0W60vmGPmd3Nb7" alt="" width="374"><figcaption></figcaption></figure>

### 8.等待交易确认：

提交交易后，等待区块链网络确认交易。你可以在Keplr钱包中查看交易的状态和确认情况。

<figure><img src="/files/Stj0BT7v23rZmw9m4zgR" alt="" width="374"><figcaption></figcaption></figure>

### **9.查看交易记录**：

交易完成后，你可以在[**Titan的区块链浏览器**](https://explorers.titannet.io/)中查看已完成的转账交易详情。

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


---

# 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://help.titanapp.info/titan-network-zhong-wen/qu-kuai-lian-ce-shi/titan-qian-bao-ce-shi-bi/ru-he-zhuan-zhang-jiao-yi.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.
