# GGEZ1 Chain Docs

## GGEZ1 Chain Docs

- [Introduction](https://docs.ggez.one/readme.md)
- [GGEZ1 ReFi](https://docs.ggez.one/whitepaper/ggez1-refi.md)
- [GGEZ1 GameFi](https://docs.ggez.one/whitepaper/ggez1-gamefi.md)
- [Blockchain Information](https://docs.ggez.one/ggez1-chain/blockchain-information.md)
- [Specifications](https://docs.ggez.one/ggez1-chain/blockchain-information/specifications.md)
- [Security & Cryptographic Details](https://docs.ggez.one/ggez1-chain/blockchain-information/security-and-cryptographic-details.md)
- [API Reference](https://docs.ggez.one/ggez1-chain/api-reference.md)
- [Base URLs](https://docs.ggez.one/ggez1-chain/api-reference/base-urls.md)
- [API Endpoints](https://docs.ggez.one/ggez1-chain/api-reference/api-endpoints.md)
- [Blockchain Data Retrieval](https://docs.ggez.one/ggez1-chain/api-reference/api-endpoints/blockchain-data-retrieval.md)
- [Transaction Management](https://docs.ggez.one/ggez1-chain/api-reference/api-endpoints/transaction-management.md)
- [Nodes and Validators](https://docs.ggez.one/ggez1-chain/nodes-and-validators.md)
- [Node Setup](https://docs.ggez.one/ggez1-chain/nodes-and-validators/node-setup.md): Instruction to install and configure the ggezchaind binary.
- [Run Validator Node](https://docs.ggez.one/ggez1-chain/nodes-and-validators/run-validator-node.md)
- [Brand Identity](https://docs.ggez.one/ggez1-chain/brand-identity.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.ggez.one/readme.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.
