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

# 거래

블록체인 거래는 블록체인 네트워크 전반에서 디지털 자산이나 데이터를 전송할 수 있게 해주는 핵심 활동입니다. 중앙화된 권한에 의존하는 전통적인 은행 시스템과 달리 블록체인 거래는 분산된 노드 네트워크에 의해 검증됩니다. 각 거래는 블록으로 그룹화되어 작업증명(Proof of Work) 또는 지분증명(Proof of Stake)과 같은 합의 메커니즘을 통해 블록체인에 추가됩니다. 한 번 확인되면 거래는 영구적이고 변경 불가능하게 되어 높은 수준의 보안성과 투명성을 제공합니다. 거래는 암호화폐 전송, 토큰 교환, 또는 스마트 계약 실행을 포함할 수 있어 블록체인이 단순한 결제 이상의 다양한 응용을 지원할 수 있게 합니다.

블록체인에서 자산을 보내거나 받으려면 사용자는 디지털 지갑이 필요합니다. 블록체인 지갑은 자금에 접근하고 거래를 승인하는 데 필요한 개인 키와 공개 키를 저장하는 소프트웨어 또는 하드웨어 도구입니다. 지갑은 사용자가 잔액을 관리하고 암호화폐를 송수신하며 분산형 애플리케이션과 상호작용할 수 있게 합니다. 지갑에는 편의를 위해 인터넷에 연결된 핫 월렛과 오프라인 상태로 더 높은 보안을 제공하는 콜드 월렛 등 다양한 유형이 있습니다. 지갑은 무단 접근으로부터 보호하면서 디지털 자산의 소유권과 통제권을 유지하는 데 필수적입니다.

| 지갑               | 유형                                             | 설명        |
| ---------------- | ---------------------------------------------- | --------- |
| 리눅스, 맥 및 윈도우     | [코어 지갑](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-ko/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.
