> 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-ja/mi/toranzakushon.md).

# トランザクション

ブロックチェーン取引は、ブロックチェーンネットワーク上でデジタル資産やデータを転送することを可能にする中核的な活動です。従来の中央集権的な権限に依存する銀行システムとは異なり、ブロックチェーン取引は分散型ノードのネットワークによって検証されます。各取引はブロックにまとめられ、プルーフ・オブ・ワークやプルーフ・オブ・ステークなどのコンセンサスメカニズムを通じてブロックチェーンに追加されます。確認されると取引は永久的かつ不変となり、高いレベルのセキュリティと透明性を提供します。取引には暗号通貨の送金、トークンの交換、またはスマートコントラクトの実行などが含まれ、支払い以外にも幅広いアプリケーションをサポートできるようになります。

ブロックチェーン上で資産を送受信するには、ユーザーはデジタルウォレットが必要です。ブロックチェーンウォレットは、資金にアクセスし取引を承認するために必要な秘密鍵と公開鍵を保管するソフトウェアまたはハードウェアのツールです。ウォレットはユーザーが残高を管理したり、暗号通貨を送受信したり、分散型アプリケーションとやり取りしたりすることを可能にします。ウォレットには、利便性のためにインターネットに接続されたホットウォレットと、オフラインでより高いセキュリティを提供するコールドウォレットなど、さまざまな種類があります。ウォレットはデジタル資産の所有権と管理を維持し、不正アクセスから保護するために不可欠です。

| ウォレット                 | 種類                                               | 説明           |
| --------------------- | ------------------------------------------------ | ------------ |
| Linux、Mac、および Windows | [コアウォレット](https://hypercoin.network/#section-74) | フルノードのダウンロード |
| ウェブウォレット、Android      | コアウォレット                                          | ライトウェイト      |
| デスクトップ、ウェブ、モバイルなど…    | サードパーティウォレット                                     | ライトウェイト      |

A [ブロックチェーンエクスプローラー](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-ja/mi/toranzakushon.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.
