# Metadium Tech (ENG)

## Metadium Tech (ENG)

- [Architecture](https://docs.metadium.com/en/metadium-info/architecture.md)
- [Network Structure](https://docs.metadium.com/en/metadium-info/network-structure.md)
- [Consensus](https://docs.metadium.com/en/metadium-info/consensus.md)
- [Smart Contract](https://docs.metadium.com/en/metadium-info/smart-contract.md)
- [DID](https://docs.metadium.com/en/metadium-info/did.md)
- [EIP-1559](https://docs.metadium.com/en/metadium-info/eip-1559.md)
- [Fee Delegation](https://docs.metadium.com/en/metadium-info/fee-delegation.md)
- [Roadmap](https://docs.metadium.com/en/metadium-info/roadmap.md)
- [Node Start](https://docs.metadium.com/en/developer/node-start.md): Starting a node using the METADIUM node binary
- [gmet Binary](https://docs.metadium.com/en/developer/node-start/gmet-binary.md)
- [gmet Guide](https://docs.metadium.com/en/developer/node-start/gmet-guide.md)
- [Connect Node](https://docs.metadium.com/en/developer/node-start/connect-node.md)
- [Account](https://docs.metadium.com/en/developer/node-start/account.md)
- [Install Node](https://docs.metadium.com/en/developer/install-node.md)
- [End Node](https://docs.metadium.com/en/developer/install-node/end-node.md)
- [Requirements](https://docs.metadium.com/en/developer/install-node/end-node/requirements.md)
- [Install Gmet](https://docs.metadium.com/en/developer/install-node/end-node/install-gmet.md)
- [BP Node](https://docs.metadium.com/en/developer/install-node/bp-node.md)
- [Requirements](https://docs.metadium.com/en/developer/install-node/bp-node/requirements.md)
- [Install Gmet](https://docs.metadium.com/en/developer/install-node/bp-node/install-gmet.md)
- [Solidity](https://docs.metadium.com/en/smart-contract/solidity.md): This chapter explains Solidity and the development environment.
- [Precompiled Contracts](https://docs.metadium.com/en/smart-contract/precompiled-contracts.md)
- [Sample Contracts](https://docs.metadium.com/en/smart-contract/sample-contracts.md): This chapter describes creating and deploying smart contracts using the Truffle development environment.
- [API Info](https://docs.metadium.com/en/api-reference/api-info.md)
- [Json-RPC](https://docs.metadium.com/en/api-reference/json-rpc.md)
- [Explorer API](https://docs.metadium.com/en/api-reference/explorer-api.md)
- [Accounts](https://docs.metadium.com/en/api-reference/explorer-api/accounts.md)
- [Blocks](https://docs.metadium.com/en/api-reference/explorer-api/blocks.md)
- [Contracts](https://docs.metadium.com/en/api-reference/explorer-api/contracts.md)
- [Transactions](https://docs.metadium.com/en/api-reference/explorer-api/transactions.md)
- [Event logs](https://docs.metadium.com/en/api-reference/explorer-api/event-logs.md)
- [Tokens](https://docs.metadium.com/en/api-reference/explorer-api/tokens.md)
- [Wallet Info](https://docs.metadium.com/en/wallet/wallet-info.md)
- [Fee](https://docs.metadium.com/en/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/en/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.
