# 디센트 아카데미에 오신 것을 환영합니다.

## 블록체인 일반&#x20;

{% content-ref url="/pages/lMavLrgGGuRqfWLgL5Qw" %}
[블록체인이 무엇인가요?](/ko/blockchain-basic/what-is-blockchain.md)
{% endcontent-ref %}

{% content-ref url="/pages/Rqdjgt7g0HmSo9XJFW0F" %}
[탈중앙화가 가지는 의미](/ko/blockchain-basic/the-meaning-of-decentralization.md)
{% endcontent-ref %}

{% content-ref url="/pages/u88Qkodacp2XIPU22Q77" %}
[비트코인은 어떻게 탈중앙화를 이루었을까](/ko/blockchain-basic/how-bitcoin-achieved-decentralization.md)
{% endcontent-ref %}

{% content-ref url="/pages/xN3ce160sU2r0cxyIMLn" %}
[스마트 컨트랙트란 무엇인가요?](/ko/blockchain-basic/what-is-a-smart-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/FduKlTwXshhr4IefxDpV" %}
[이더리움은 무엇인가요?](/ko/blockchain-basic/what-is-ethereum.md)
{% endcontent-ref %}

## 암호 기초

{% content-ref url="/pages/P3rxvyDKKZMBC86tSNcX" %}
[공개키 암호가 무엇인가요?](/ko/cryptography-basic/what-is-public-key-cryptography.md)
{% endcontent-ref %}

{% content-ref url="/pages/GYquyY5jZJ2qAA4WeK4m" %}
[전자 서명이 무엇인가요?](/ko/cryptography-basic/what-is-a-digital-signature.md)
{% endcontent-ref %}

{% content-ref url="/pages/weSRvJ0qTjKZh5TtO0Kg" %}
[해시 함수는 무엇인가요? (1)](/ko/cryptography-basic/what-is-a-hash-function-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/mkbwfnBbGcUhbS2hTuKx" %}
[해시 함수는 무엇인가요? (2)](/ko/cryptography-basic/what-is-a-hash-function-2.md)
{% endcontent-ref %}

{% content-ref url="/pages/5yokNvZ8Vw4NhIzRX2jC" %}
[암호 안전성](/ko/cryptography-basic/security-of-cryptography.md)
{% endcontent-ref %}

## 암호 화폐 지갑

{% content-ref url="/pages/4EiW2eqw9XqAXlQfWcql" %}
[지갑의 역할과 기능](/ko/crypto-walle/roles-and-functions-of-a-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/oLah4T8Rx1N8fN8UAqqr" %}
[지갑 유형 알아보기](/ko/crypto-walle/types-of-wallets.md)
{% endcontent-ref %}

{% content-ref url="/pages/A9gE0Fr138Mb03t0eqAw" %}
[하드웨어 지갑을 왜 사용해야 하나요?](/ko/crypto-walle/why-should-you-use-a-hardware-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/sv3uSOquvFGaD7Ac6CLR" %}
[키 복구와 니모닉 문구](/ko/crypto-walle/key-recovery-and-mnemonic-code.md)
{% endcontent-ref %}

## 블록체인 네트워크  &#x20;

{% content-ref url="/pages/TgnWOm4DRm7Jp2kDLPWE" %}
[블록체인 네트워크 이해하기](/ko/blockchain-network/understanding-the-blockchain-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/GMUQDm3y1NUBMUGqPKTA" %}
[토큰 표준 이해하기](/ko/blockchain-network/understanding-the-token-standard.md)
{% endcontent-ref %}

{% content-ref url="/pages/ertvuQVggMicevtSaki9" %}
[거래 수수료 이해하기](/ko/blockchain-network/understanding-the-transaction-fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZcNCqUH7PdGAJ0CutXvE" %}
[블록이 동시에 생성된다면?](/ko/blockchain-network/possibility-of-concurrent-creation-of-blocks.md)
{% endcontent-ref %}

## 용어 설명

{% content-ref url="/pages/6OUcs6C55sS730DlVvDZ" %}
[코인 소각](/ko/terminology/coin-burning.md)
{% endcontent-ref %}

{% content-ref url="/pages/s1Hj370BxAWamqolB2fS" %}
[ERC-20이 무엇인가요?](/ko/terminology/what-is-erc-20.md)
{% endcontent-ref %}

{% content-ref url="/pages/zDl33JqgrDxPSIRW2CJH" %}
[ERC-721이 무엇인가요?](/ko/terminology/what-is-erc-721.md)
{% endcontent-ref %}

{% content-ref url="/pages/UjwxGxTT0av4VcTwwYrN" %}
[DeFi란 무엇인가요?](/ko/terminology/what-is-defi.md)
{% endcontent-ref %}

{% content-ref url="/pages/2sykh3NwtcOCBbVf0mvH" %}
[DAO가 무엇인가요?](/ko/terminology/what-is-dao.md)
{% endcontent-ref %}

디센트 아카데미 컨텐츠가 계속 추가될 예정입니다.


---

# 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://academy.dcentwallet.com/ko/..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.
