> 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/started/transaction.md).

# Transaction

A blockchain transaction is the core activity that enables the transfer of digital assets or data across a blockchain network. Unlike traditional banking systems, which rely on centralized authorities, blockchain transactions are verified by a decentralized network of nodes. Each transaction is grouped into a block and added to the blockchain through consensus mechanisms such as Proof of Work or Proof of Stake. Once confirmed, a transaction becomes permanent and immutable, providing a high level of security and transparency. Transactions can include cryptocurrency transfers, token exchanges, or even smart contract executions, allowing blockchain to support a wide range of applications beyond just payments.

To send or receive assets on a blockchain, users need a digital wallet. A blockchain wallet is a software or hardware tool that stores private and public keys, which are necessary for accessing funds and authorizing transactions. Wallets allow users to manage balances, send or receive cryptocurrency, and interact with decentralized applications. There are different types of wallets, including hot wallets, which are connected to the internet for convenience, and cold wallets, which are offline and offer greater security. Wallets are essential for maintaining ownership and control of digital assets while protecting them from unauthorized access.

| Wallet                      | Type                                                 | Description        |
| --------------------------- | ---------------------------------------------------- | ------------------ |
| Linux, Mac and Windows      | [Core Wallet](https://hypercoin.network/#section-74) | Full Node Download |
| Web Wallet, Andriod         | Core Wallet                                          | Lightweight        |
| Desktop, Web, Mobile, etc.. | Third Party Wallet                                   | Lightweight        |

A [blockchain explorer](https://explorer.hypercoin.network/) is a tool that provides transparency by allowing anyone to view transactions, blocks, and addresses on a blockchain network. Users can verify the details of a transaction, check confirmations, and trace the movement of funds across the network. Explorers are essential for building trust in a decentralized system because they make all activity publicly accessible. Together, blockchain transactions, wallets, and explorers create a secure, efficient, and transparent ecosystem that empowers users to manage digital assets, verify information, and engage with blockchain technology confidently.


---

# 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/started/transaction.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.
