# Ethereum

## Introduction

[**Ethereum**](https://ethereum.org) is a decentralized, open-source blockchain platform with smart contract functionality. It enables developers to build and deploy decentralized applications (dApps) and supports a vast ecosystem of projects in the fields of DeFi, NFTs, and beyond. Ethereum's flexibility and robust community have made it a popular choice for developers entering the Web3 space.

### **Chain Information**

{% embed url="<https://ethereum.org/en/developers/>" %}
Official Documentation
{% endembed %}

| chainId (int) | chainName (string) | EVM Chains              |
| ------------- | ------------------ | ----------------------- |
| 1             | ethereum           | Ethereum Mainnet        |
| 5             | ethereum           | Ethereum Goerli Testnet |


---

# 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://wallet-docs.broearn.com/overview/available-networks/ethereum.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.
