# Metadium Tech (KOR)

## Metadium Tech (KOR)

- [Architecture](https://docs.metadium.com/ko/metadium-info/architecture.md)
- [Network Structure](https://docs.metadium.com/ko/metadium-info/network-structure.md)
- [Consensus](https://docs.metadium.com/ko/metadium-info/consensus.md)
- [Smart Contract](https://docs.metadium.com/ko/metadium-info/smart-contract.md)
- [DID](https://docs.metadium.com/ko/metadium-info/did.md)
- [EIP-1559](https://docs.metadium.com/ko/metadium-info/eip-1559.md)
- [Fee Delegation](https://docs.metadium.com/ko/metadium-info/fee-delegation.md)
- [Roadmap](https://docs.metadium.com/ko/metadium-info/roadmap.md)
- [Node Start](https://docs.metadium.com/ko/developer/node-start.md): METADIUM 노드 바이너리를 이용한 노드시작
- [gmet Binary](https://docs.metadium.com/ko/developer/node-start/gmet-binary.md)
- [gmet Guide](https://docs.metadium.com/ko/developer/node-start/gmet-guide.md)
- [Connect Node](https://docs.metadium.com/ko/developer/node-start/connect-node.md)
- [Account](https://docs.metadium.com/ko/developer/node-start/account.md)
- [Install Node](https://docs.metadium.com/ko/developer/install-node.md)
- [End Node](https://docs.metadium.com/ko/developer/install-node/end-node.md)
- [Requirements](https://docs.metadium.com/ko/developer/install-node/end-node/requirements.md)
- [Install Gmet](https://docs.metadium.com/ko/developer/install-node/end-node/install-gmet.md)
- [BP Node](https://docs.metadium.com/ko/developer/install-node/bp-node.md)
- [Requirements](https://docs.metadium.com/ko/developer/install-node/bp-node/requirements.md)
- [Install Gmet](https://docs.metadium.com/ko/developer/install-node/bp-node/install-gmet.md)
- [Solidity](https://docs.metadium.com/ko/smart-contract/solidity.md): 이 장에서는 Solidity와 개발환경에 대하여 설명합니다.
- [Precompiled Contracts](https://docs.metadium.com/ko/smart-contract/precompiled-contracts.md)
- [Sample Contracts](https://docs.metadium.com/ko/smart-contract/sample-contracts.md): 이 장에서는 Truffle 개발 환경을 이용하여 스마트 컨트랙트를 작성하고 배포하는 방법을 설명합니다.
- [API Info](https://docs.metadium.com/ko/api-reference/api-info.md)
- [Json-RPC](https://docs.metadium.com/ko/api-reference/json-rpc.md)
- [Explorer API](https://docs.metadium.com/ko/api-reference/explorer-api.md)
- [Accounts](https://docs.metadium.com/ko/api-reference/explorer-api/accounts.md)
- [Blocks](https://docs.metadium.com/ko/api-reference/explorer-api/blocks.md)
- [Contracts](https://docs.metadium.com/ko/api-reference/explorer-api/contracts.md)
- [Transactions](https://docs.metadium.com/ko/api-reference/explorer-api/transactions.md)
- [Event logs](https://docs.metadium.com/ko/api-reference/explorer-api/event-logs.md)
- [Tokens](https://docs.metadium.com/ko/api-reference/explorer-api/tokens.md)
- [Wallet Info](https://docs.metadium.com/ko/wallet/wallet-info.md)
- [Fee](https://docs.metadium.com/ko/wallet/fee.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.metadium.com/ko/metadium-info/architecture.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.
