# Welcome to the AESC Chain Documentation

### 👤 [Learn Path](https://aesc.gitbook.io/aesc/learn/intro)&#x20;

For users, beginners, and those who want to understand the AESC ecosystem.

Explore the ecosystem, set up your wallet, and start your on-chain journey.

* [Introduction](https://aesc.gitbook.io/aesc/learn/intro): What makes AESC unique?
* [Quick Start](https://aesc.gitbook.io/aesc/learn/quick-start): Your first 5 minutes on AESC.
* [Account System](https://aesc.gitbook.io/aesc/learn/account-system): Understanding dual EVM/Cosmos addresses.

### 💻 [Developer Path](https://aesc.gitbook.io/aesc/developers/intro)

For engineers, take a deep dive into technical parameters, precompiles, and smart contract deployment.

* [EVM Overview](https://aesc.gitbook.io/aesc/developers/intro): Note our unique 6-decimal precision ($$10^6 wei$$).
* [Precompiled Contracts](https://aesc.gitbook.io/aesc/developers/precompiles): Access native Cosmos features via Solidity.
* [X402 Protocol](https://aesc.gitbook.io/aesc/developers/x402): Native micropayments for AI Agents

### Track transactions in real-time.

#### [🌍Block Explorer](https://testnet1.aescscan.com/)


---

# 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://aesc.gitbook.io/aesc/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.
