# ESCC Documention

## ESCC Documention

- [Introduction to ESCC](https://docs.escc.io/introduction-to-escc.md)
- [About ESCC](https://docs.escc.io/introduction-to-escc/about-escc.md)
- [Background of ESCC](https://docs.escc.io/introduction-to-escc/background-of-escc.md)
- [The Need for ESCC in the Stablecoin Ecosystem](https://docs.escc.io/introduction-to-escc/the-need-for-escc-in-the-stablecoin-ecosystem.md)
- [Getting Started](https://docs.escc.io/getting-started.md)
- [Network Information](https://docs.escc.io/getting-started/network-information.md)
- [Wallet Configuration](https://docs.escc.io/getting-started/wallet-configuration.md)
- [Getting Balance From Faucet](https://docs.escc.io/getting-started/getting-balance-from-faucet.md)
- [Core Features and Technical Aspects of ESCC](https://docs.escc.io/core-features-and-technical-aspects-of-escc.md)
- [ESCC Technical Architecture](https://docs.escc.io/core-features-and-technical-aspects-of-escc/escc-technical-architecture.md)
- [Core Features of ESCC](https://docs.escc.io/core-features-and-technical-aspects-of-escc/core-features-of-escc.md)
- [Understanding EOS EVM Compatibility](https://docs.escc.io/core-features-and-technical-aspects-of-escc/understanding-eos-evm-compatibility.md)
- [Inscription protocols and their application in ESCC](https://docs.escc.io/core-features-and-technical-aspects-of-escc/inscription-protocols-and-their-application-in-escc.md)
- [Definition and importance of inscriptions](https://docs.escc.io/core-features-and-technical-aspects-of-escc/inscription-protocols-and-their-application-in-escc/definition-and-importance-of-inscriptions.md)
- [Technical Implementation of Inscriptions in ESCCage](https://docs.escc.io/core-features-and-technical-aspects-of-escc/inscription-protocols-and-their-application-in-escc/technical-implementation-of-inscriptions-in-esccage.md)
- [Developing and Deploying Inscriptions](https://docs.escc.io/core-features-and-technical-aspects-of-escc/inscription-protocols-and-their-application-in-escc/developing-and-deploying-inscriptions.md)
- [Deploy](https://docs.escc.io/core-features-and-technical-aspects-of-escc/inscription-protocols-and-their-application-in-escc/developing-and-deploying-inscriptions/deploy.md): Deploy new token on the escc-20 protocol
- [Mint](https://docs.escc.io/core-features-and-technical-aspects-of-escc/inscription-protocols-and-their-application-in-escc/developing-and-deploying-inscriptions/mint.md)
- [ESCC Network Insights](https://docs.escc.io/escc-network-insights.md)
- [Tokenomics](https://docs.escc.io/escc-network-insights/tokenomics.md)
- [ESCC Use Cases and Applications](https://docs.escc.io/escc-use-cases-and-applications.md)
- [Potential Areas for ESCC Application](https://docs.escc.io/escc-use-cases-and-applications/potential-areas-for-escc-application.md)
- [ESCC Roadmap](https://docs.escc.io/escc-roadmap.md)
- [Frequently Asked Questions (FAQ)](https://docs.escc.io/frequently-asked-questions-faq.md)
- [Resources and Further Reading](https://docs.escc.io/resources-and-further-reading.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.escc.io/introduction-to-escc.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.
