# Quick Start

## Step 1: Set Up a Wallet

AESC Chain is fully compatible with Ethereum ecosystem wallets. You can use your existing EVM wallet to connect directly to the AESC network without installing any new software.

> **Note**: It is not recommended to manually import mnemonics between EVM wallets and Cosmos wallets. Due to different [Coin Type](https://en.bitcoin.it/wiki/BIP_0044#Coin_type) settings, this may generate inconsistent wallet addresses.

## Step 2: Add the AESC Network

In MetaMask or another EVM wallet, select "Add Network" and manually enter the following information:

**Mainnet Configuration:**

| Setting        | Value                                        |
| -------------- | -------------------------------------------- |
| Network Name   | AESC Mainnet                                 |
| Chain ID       | 71600                                        |
| Token Symbol   | AEX                                          |
| RPC URL        | (Refer to official deployment announcements) |
| Block Explorer | (Refer to official deployment announcements) |

**Testnet Configuration:**

| Setting        | Value                                                                                                                |
| -------------- | -------------------------------------------------------------------------------------------------------------------- |
| Network Name   | AESC Testnet                                                                                                         |
| Chain ID       | 71602                                                                                                                |
| Token Symbol   | AEX                                                                                                                  |
| RPC URL        | <p><https://testnetrpc1.aescnet.com/><br><https://testnetrpc2.aescnet.com/><br><https://testnetrpc3.aescnet.com></p> |
| Block Explorer | <https://testnet1.aescscan.com/>                                                                                     |

## Step 3: Associate Addresses

AESC uses a **dual-address system**. When you initiate your first transaction on AESC, the system will automatically associate your EVM address (starting with `0x`) and Cosmos address (starting with `aesc1`). Once associated, assets received through either address can be used in both environments. See the [Account System](#account-system) section for details.

## Step 4: Obtain Tokens

* **Testnet**: Obtain test AEX through the [official testnet faucet](https://testnet1faucet.aescnet.com/) (test tokens have no real value and are for development and testing purposes only)
* **Mainnet**: Obtain AEX through supported exchanges or bridge services

## Step 5: Explore the Ecosystem

After connecting your wallet, you can:

* Use the block explorer to view transaction and address information
* Trade and provide liquidity in DeFi protocols
* Mint and trade NFTs
* Participate in governance voting
* Stake STAEX to earn rewards

***


---

# 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/learn/quick-start.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.
