> For the complete documentation index, see [llms.txt](https://whitepaper.hypercoin.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.hypercoin.network/documentation/documentation-zh/yi-kai-shi/jiao-yi.md).

# 交易

区块链交易是使数字资产或数据在区块链网络上转移的核心活动。与依赖集中式权威的传统银行系统不同，区块链交易由去中心化的节点网络进行验证。每笔交易被分组到一个区块中，并通过工作量证明或权益证明等共识机制添加到区块链中。一旦确认，交易便变为永久且不可更改，提供高水平的安全性和透明度。交易可以包括加密货币转移、代币交换，甚至智能合约的执行，使区块链能够支持超越支付的广泛应用。

要在区块链上发送或接收资产，用户需要一个数字钱包。区块链钱包是用于存储私钥和公钥的软件或硬件工具，这些密钥对于访问资金和授权交易是必需的。钱包允许用户管理余额、发送或接收加密货币，并与去中心化应用进行交互。钱包有不同类型，包括为了方便而连接互联网的热钱包，以及离线并提供更高安全性的冷钱包。钱包对于维护数字资产的所有权和控制权并保护其免受未授权访问至关重要。

| 钱包                  | 类型                                            | 描述     |
| ------------------- | --------------------------------------------- | ------ |
| Linux、Mac 和 Windows | [核心钱包](https://hypercoin.network/#section-74) | 完整节点下载 |
| 网页版钱包、安卓            | 核心钱包                                          | 轻量级    |
| 桌面、网页、移动等           | 第三方钱包                                         | 轻量级    |

一个 [区块链浏览器](https://explorer.hypercoin.network/) 是一种通过允许任何人查看区块链网络上的交易、区块和地址来提供透明性的工具。用户可以验证交易详情、检查确认情况，并追踪资金在网络中的流动。浏览器对于在去中心化系统中建立信任至关重要，因为它们使所有活动公开可查。总体而言，区块链交易、钱包和浏览器共同创建了一个安全、高效且透明的生态系统，使用户能够自信地管理数字资产、核实信息并参与区块链技术。


---

# 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://whitepaper.hypercoin.network/documentation/documentation-zh/yi-kai-shi/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.
