# GAN Chain Documentation

## GAN Chain Documentation

- [Introduction](https://docs.gpu.net/introduction.md)
- [Dev Updates](https://docs.gpu.net/dev-updates.md)
- [Q1](https://docs.gpu.net/dev-updates/q1.md): GPU Net Dev Updates 2025
- [Q2](https://docs.gpu.net/dev-updates/q2.md)
- [Q3](https://docs.gpu.net/dev-updates/q3.md)
- [Q4](https://docs.gpu.net/dev-updates/q4.md)
- [On Demand GPU's](https://docs.gpu.net/on-demand-gpus.md)
- [Developer Docs](https://docs.gpu.net/on-demand-gpus/developer-docs.md)
- [FAQ](https://docs.gpu.net/on-demand-gpus/faq.md)
- [Credits](https://docs.gpu.net/on-demand-gpus/credits.md)
- [GAN CHAIN L1](https://docs.gpu.net/gan-chain-l1.md)
- [Chain Architecture](https://docs.gpu.net/gan-chain-l1/chain-architecture.md)
- [Node Structure: The Three Pillars of Decentralized Compute](https://docs.gpu.net/gan-chain-l1/node-structure-the-three-pillars-of-decentralized-compute.md)
- [GAN Consensus Mechanisms](https://docs.gpu.net/gan-chain-l1/gan-consensus-mechanisms.md)
- [Proof of Authority](https://docs.gpu.net/gan-chain-l1/gan-consensus-mechanisms/proof-of-authority.md)
- [Proof of Availability](https://docs.gpu.net/gan-chain-l1/gan-consensus-mechanisms/proof-of-availability.md)
- [Proof of Compute](https://docs.gpu.net/gan-chain-l1/gan-consensus-mechanisms/proof-of-compute.md)
- [GPU Benchmarking](https://docs.gpu.net/gan-chain-l1/gan-consensus-mechanisms/gpu-benchmarking.md)
- [Validator Node Setup](https://docs.gpu.net/gan-chain-l1/validator-node-setup.md)
- [Creating an SS58 Address](https://docs.gpu.net/gan-chain-l1/validator-node-setup/creating-an-ss58-address.md)
- [Adding a Validator Node on GAN CHAIN](https://docs.gpu.net/gan-chain-l1/validator-node-setup/adding-a-validator-node-on-gan-chain.md)
- [Adding Your SS58 Account to GANscan Explorer](https://docs.gpu.net/gan-chain-l1/validator-node-setup/adding-your-ss58-account-to-ganscan-explorer.md)
- [Running the Validator Node on GAN Chain](https://docs.gpu.net/gan-chain-l1/validator-node-setup/running-the-validator-node-on-gan-chain.md)
- [Adding Validator in the Explorer](https://docs.gpu.net/gan-chain-l1/validator-node-setup/adding-validator-in-the-explorer.md)
- [Queen Staking Setup on GAN Chain](https://docs.gpu.net/gan-chain-l1/queen-staking-setup-on-gan-chain.md)
- [Block Rewards](https://docs.gpu.net/gan-chain-l1/block-rewards.md)
- [Subnets](https://docs.gpu.net/subnets.md)
- [Astra](https://docs.gpu.net/astra.md): Astra - AI Generation Studio :
- [GVEX](https://docs.gpu.net/gvex.md)
- [What is GVEX?](https://docs.gpu.net/gvex/what-is-gvex.md)
- [How It Works?](https://docs.gpu.net/gvex/how-it-works.md)
- [Start Trading](https://docs.gpu.net/gvex/start-trading.md)
- [Trading Pairs](https://docs.gpu.net/gvex/trading-pairs.md)
- [Fees & Settlement](https://docs.gpu.net/gvex/fees-and-settlement.md)
- [FAQ](https://docs.gpu.net/gvex/faq.md)
- [Roadmap](https://docs.gpu.net/gvex/roadmap.md)
- [Barrels of Compute Guide](https://docs.gpu.net/barrels-of-compute-guide.md)
- [Barrel of Compute FAQ](https://docs.gpu.net/barrels-of-compute-guide/barrel-of-compute-faq.md)
- [$GPU Token Launch](https://docs.gpu.net/usdgpu-token-launch.md)
- [Tokenomics](https://docs.gpu.net/usdgpu-token-launch/tokenomics.md)
- [Quests](https://docs.gpu.net/quests.md)
- [Investor Docs](https://docs.gpu.net/investor-docs.md)
- [EVM & SS58 Transfer](https://docs.gpu.net/evm-and-ss58-transfer.md)
- [EVM to SS58](https://docs.gpu.net/evm-and-ss58-transfer/evm-to-ss58.md)
- [SS58 to EVM](https://docs.gpu.net/evm-and-ss58-transfer/ss58-to-evm.md)
- [SuperNova Upgrade](https://docs.gpu.net/supernova-upgrade.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.gpu.net/introduction.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.
