# Empe Blockchain

- [Overview](https://docs.empe.io/empe-blockchain/blockchain-intro.md)
- [Chain Architecture](https://docs.empe.io/empe-blockchain/intro.md)
- [Auth](https://docs.empe.io/empe-blockchain/intro/auth.md)
- [Authz](https://docs.empe.io/empe-blockchain/intro/authz.md)
- [Bank](https://docs.empe.io/empe-blockchain/intro/bank.md)
- [Distribution](https://docs.empe.io/empe-blockchain/intro/distribution.md)
- [Governance](https://docs.empe.io/empe-blockchain/intro/gov.md)
- [Staking](https://docs.empe.io/empe-blockchain/intro/staking.md)
- [IBC](https://docs.empe.io/empe-blockchain/intro/intro.md)
- [DidDoc](https://docs.empe.io/empe-blockchain/intro/diddoc.md)
- [Vesting](https://docs.empe.io/empe-blockchain/intro/vesting.md)
- [Minter](https://docs.empe.io/empe-blockchain/intro/minter.md)
- [Stablefee](https://docs.empe.io/empe-blockchain/intro/stablefee.md)
- [LinkedResources](https://docs.empe.io/empe-blockchain/intro/linkedresources.md)
- [Important links](https://docs.empe.io/empe-blockchain/important-link.md)
- [Validators Guide](https://docs.empe.io/empe-blockchain/overview.md)
- [New validator](https://docs.empe.io/empe-blockchain/overview/new-validator.md)
- [Hardware requirements](https://docs.empe.io/empe-blockchain/overview/hardware-requirements.md)
- [Required software installation](https://docs.empe.io/empe-blockchain/overview/required-software-installation.md)
- [Go installation](https://docs.empe.io/empe-blockchain/overview/go-installation.md)
- [Install prebuild binary](https://docs.empe.io/empe-blockchain/overview/install-prebuild-binary.md)
- [Install binary from source code (option B)](https://docs.empe.io/empe-blockchain/overview/install-binary-from-source-code-option-b.md)
- [Configure a node](https://docs.empe.io/empe-blockchain/overview/configure-a-node.md)
- [Cosmovisor setup](https://docs.empe.io/empe-blockchain/overview/cosmovisor-setup.md)
- [Install wasmvm](https://docs.empe.io/empe-blockchain/overview/install-wasmvm-library.md)
- [Sync with state-sync](https://docs.empe.io/empe-blockchain/overview/sync-with-state-sync.md)
- [Full state sync from archive snapshot](https://docs.empe.io/empe-blockchain/overview/full-state-sync-from-archive-snapshot.md)
- [Latest snapshot](https://docs.empe.io/empe-blockchain/overview/lite-snapshot.md)
- [Run a Validator](https://docs.empe.io/empe-blockchain/overview/run-a-validator.md)
- [Migration to v0.2.2](https://docs.empe.io/empe-blockchain/overview/migration-to-v0.2.2.md)
- [Migration to v0.3.0](https://docs.empe.io/empe-blockchain/overview/migration-to-v0.3.0.md)
- [Migration to v0.4.0](https://docs.empe.io/empe-blockchain/overview/migration-to-v0.4.0.md)
- [FAQ](https://docs.empe.io/empe-blockchain/overview/faq.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://docs.empe.io/empe-blockchain.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.
