# Welcome to the D'CENT Academy

## Blockchain Basic

{% content-ref url="/pages/BMnxjA6QVZtkdH0OtXku" %}
[What is Blockchain](/blockchain-basic/what-is-blockchain.md)
{% endcontent-ref %}

{% content-ref url="/pages/8zaB7vvn8VD2zYpVNUBx" %}
[The meaning of decentralization](/blockchain-basic/the-meaning-of-decentralization.md)
{% endcontent-ref %}

{% content-ref url="/pages/SyKun1sLTgnIxEg6gk8v" %}
[How Bitcoin achieved decentralization](/blockchain-basic/how-bitcoin-achieved-decentralization.md)
{% endcontent-ref %}

{% content-ref url="/pages/sKnpoyAFUhsTXmHz45fC" %}
[What is a smart contract?](/blockchain-basic/what-is-a-smart-contract.md)
{% endcontent-ref %}

{% content-ref url="/pages/c9x6DZys7jdf5BiVLCrr" %}
[What is Ethereum?](/blockchain-basic/what-is-ethereum.md)
{% endcontent-ref %}

## Cryptography Basic

{% content-ref url="/pages/LPyqsUz9gndRfi2inOB3" %}
[What is public-key cryptography?](/cryptography-basic/what-is-public-key-cryptography.md)
{% endcontent-ref %}

{% content-ref url="/pages/pqYotvMfwWo9J4SyDISm" %}
[What is a digital signature?](/cryptography-basic/what-is-a-digital-signature.md)
{% endcontent-ref %}

{% content-ref url="/pages/sNvqpbHmLOrZGk7WS2Sg" %}
[What is a hash function? (1)](/cryptography-basic/what-is-a-hash-function-1.md)
{% endcontent-ref %}

{% content-ref url="/pages/vO5DnOdtvNSTXpwdPT1T" %}
[What is a hash function? (2)](/cryptography-basic/what-is-a-hash-function-2.md)
{% endcontent-ref %}

{% content-ref url="/pages/3B1a1JeMo87Ih89gzM7C" %}
[Security of cryptography](/cryptography-basic/security-of-cryptography.md)
{% endcontent-ref %}

## Crypto wallet

{% content-ref url="/pages/U6sjXirAeG4qZE6VUjp1" %}
[Roles and functions of a wallet](/crypto-wallet/roles-and-functions-of-a-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/vucCMHkkqsGx9RQzyxXT" %}
[Types of wallets](/crypto-wallet/types-of-wallets.md)
{% endcontent-ref %}

{% content-ref url="/pages/XCKj1m7u07Mr6R5kE9SU" %}
[Why should you use a hardware wallet?](/crypto-wallet/why-should-you-use-a-hardware-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/2Z5rhaJkxNkpjM974SWa" %}
[Key recovery and mnemonic code](/crypto-wallet/key-recovery-and-mnemonic-code.md)
{% endcontent-ref %}

## Blockchain network

{% content-ref url="/pages/iDbj9oSH7w2laYNgXlrC" %}
[Understanding the blockchain network](/blockchain-network/understanding-the-blockchain-network.md)
{% endcontent-ref %}

{% content-ref url="/pages/3ptSVyuFQoUdIFwlnvtU" %}
[Understanding the token standard](/blockchain-network/understanding-the-token-standard.md)
{% endcontent-ref %}

{% content-ref url="/pages/hxdls95Cf7aQa40UtqZR" %}
[Understanding the transaction fee](/blockchain-network/understanding-the-transaction-fee.md)
{% endcontent-ref %}

{% content-ref url="/pages/CXVDfnIv2NTQJNer35sX" %}
[Possibility of concurrent creation of blocks](/blockchain-network/possibility-of-concurrent-creation-of-blocks.md)
{% endcontent-ref %}

## Terminology

{% content-ref url="/pages/6MOEPRVJ0PTnGOHuqMTM" %}
[Coin Burning](/terminology/coin-burning.md)
{% endcontent-ref %}

{% content-ref url="/pages/SvGXDqgwua7BPG2t7D6P" %}
[What is ERC-20?](/terminology/what-is-erc-20.md)
{% endcontent-ref %}

{% content-ref url="/pages/jP4qABmPaiN80yXfZjy9" %}
[What is ERC-721?](/terminology/what-is-erc-721.md)
{% endcontent-ref %}

{% content-ref url="/pages/0wrqM8xsC8LvFKmCqmog" %}
[What is DeFi?](/terminology/what-is-defi.md)
{% endcontent-ref %}

{% content-ref url="/pages/5qSXTjGucYilIcp5T2zf" %}
[What is DAO?](/terminology/what-is-dao.md)
{% endcontent-ref %}

More contents will be coming soon.


---

# 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/welcome-to-the-dcent-academy.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.
