# DOCUMENTATION

- [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)


---

# 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.egonscan.com/general.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.
