# 백그라운드 정보

- [UTXO는 무엇인가요?](https://userguide.cryptoquant.com/ko/what-is-cryptoquant/background-knowledge/utxo.md): Unspent Transaction Outputs의 약자로서, 미사용 트랜잭션 출력값을 뜻함
- [온체인 데이터란?](https://userguide.cryptoquant.com/ko/what-is-cryptoquant/background-knowledge/what-is-on-chain-data.md): 온체인 데이터는 블록체인 위에서 돌아가는 활동들을 보여줍니다
- [암호화폐 주요 주체 소개](https://userguide.cryptoquant.com/ko/what-is-cryptoquant/background-knowledge/why-entity-matters.md): 주요 지갑들을 이해하는 것이 온체인데이터의 핵심입니다


---

# Agent Instructions: 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:

```
GET https://userguide.cryptoquant.com/ko/what-is-cryptoquant/background-knowledge.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
