# Egon Docs

## Egon Docs

- [Summary](https://docs.egonscan.com/readme.md): Welcome to the documentation portal for EgonCoin enclosed mainnet!
- [Learn about the EgonCoin Platform](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform.md)
- [EgonCoin Overview: vision, strategy and platform components](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-overview.md)
- [The EgonCoin Blockchain](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-network-blockchain.md): Elevated Proof of Stake (EPoS)
- [Discovering the Network](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-network-blockchain/discovering-the-network.md): This is the EgonCoin Testnet. Mainnet comes after testnet phase.
- [EgonCoin Consensus](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-network-blockchain/egoncoin-consensus.md)
- [Elevation through Staking with Validators](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-network-blockchain/validators-and-delegation.md)
- [Ethereum (EVM) Compatibility and Smart Contracts](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-network-blockchain/ethereum-compatibility-and-smart-contracts.md)
- [EgonCoin Token (EGON)](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-token.md)
- [EGON Tokenomics](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-token/egoncoin-tokenomics.md)
- [Interoperability](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/interoperability.md): Here, you can find the information that can help you navigate the interoperability options that you can use to transfer tokens to and from the EgonCoin blockchain.
- [EgonCoin Governance and Development](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-governance-and-development.md)
- [EgonCoin Assembly](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-governance-and-development/egoncoin-assembly.md)
- [EgonCoin Elevated Proposals (EEPs)](https://docs.egonscan.com/general/learn-about-the-egoncoin-platform/egoncoin-governance-and-development/fips.md)
- [EgonCoin for Business](https://docs.egonscan.com/general/egoncoin-for-business.md)
- [Things you can do on EgonCoin](https://docs.egonscan.com/general/things-you-can-do-on-egoncoin.md)
- [Interacting with the EgonCoin Blockchain](https://docs.egonscan.com/general/things-you-can-do-on-egoncoin/interacting-with-the-egoincoin-blockchain.md)
- [EgonCoin Ecosystem](https://docs.egonscan.com/general/things-you-can-do-on-egoncoin/egoincoin-ecosystem.md)
- [Community](https://docs.egonscan.com/general/things-you-can-do-on-egoncoin/community.md)
- [Grants and Bounties](https://docs.egonscan.com/general/things-you-can-do-on-egoncoin/grants-and-bounties.md)
- [EgonCoin Mobile Infrastructure Use Cases](https://docs.egonscan.com/general/use-cases.md)
- [Network Details](https://docs.egonscan.com/general-1/network-details.md)
- [EgonCoin Testnet](https://docs.egonscan.com/general-1/network-details/egoncoin-network-mainnet.md)
- [Network Upgrades](https://docs.egonscan.com/general-1/network-details/network-upgrades.md)
- [Upgrade Guide (explorer nodes)](https://docs.egonscan.com/general-1/network-details/network-upgrades/upgrade-guide-explorer-nodes.md): This guide is intended specifically for explorer nodes.
- [Block 13,800,000 Fork](https://docs.egonscan.com/general-1/network-details/network-upgrades/block-13-800-000-fork.md)
- [FIP's](https://docs.egonscan.com/general-1/network-details/network-upgrades/fips.md): The EgonCoin Elevated Proposal
- [EgonCoin Consensus](https://docs.egonscan.com/general-1/egoncoin-consensus.md)
- [Contracts Overview](https://docs.egonscan.com/general-1/egoncoin-consensus/contracts-overview.md)
- [Stake and Withdraw](https://docs.egonscan.com/general-1/egoncoin-consensus/stake-delegate-and-withdraw.md)
- [Contract Addresses](https://docs.egonscan.com/general-1/egoncoin-consensus/contract-addresses.md)
- [How to run network nodes](https://docs.egonscan.com/general-1/how-to-run-network-nodes.md)
- [Resources & Tools](https://docs.egonscan.com/general-1/resources-and-tools.md)
- [TheGraph](https://docs.egonscan.com/general-1/resources-and-tools/thegraph.md): Build of The Graph, we expose a GraphQL API to access the data on the EgonCoin Network
- [WalletConnect on EgonCoin](https://docs.egonscan.com/general-1/resources-and-tools/walletconnect-on-egoncoin.md)
- [How to become a validator](https://docs.egonscan.com/general-1/how-to-become-a-validator.md)
- [Getting started as a validator](https://docs.egonscan.com/general-1/how-to-become-a-validator/getting-started-as-a-validator.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.egonscan.com/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.
