> For the complete documentation index, see [llms.txt](https://andelf.gitbook.io/tron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andelf.gitbook.io/tron/introduction/wallet.md).

# 钱包

钱包是区块链生态中最重要的一环，是用户和区块链交互的重要入口。

钱包从广义上说，是 TRON 的重要用户界面应用。钱包控制着用户的资产，管理密码钥匙和地址，可以查询各种状态并发送多种交易。钱包也可以与合约进行交互，例如操作 TRC20 代币。

从开发者的角度来说，钱包更多指的是账户密码钥匙的管理。

### wallet-cli

TRON 的主要命令行钱包，支持所有 TRON API 调用，所有类型的交易发送。支持简单的账户管理。

项目地址: <https://github.com/tronprotocol/wallet-cli>

### rust-tron

Rust 版本的 wallet-cli, 支持多账户管理。

项目地址: <https://github.com/andelf/rust-tron>

### TronLink

TRON 官方钱包应用，等价以太坊的 Metamask. 包括浏览器插件和手机 App.

地址: <https://www.tronlink.org/>

### 其他钱包

TRON 首页列出了目前推荐的所有第三方钱包应用。

地址: <https://tron.network/wallet?lng=en>


---

# 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://andelf.gitbook.io/tron/introduction/wallet.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.
