# Optimism

## Introduction

[**Optimism**](https://www.optimism.io/) is a Layer 2 scaling solution for Ethereum that employs Optimistic Rollups to significantly improve transaction throughput and reduce gas fees. It provides a seamless experience for developers and users alike, offering a highly-scalable environment for building and deploying Ethereum-based decentralized applications (dApps). Optimism aims to address the scalability challenges of Ethereum while maintaining compatibility with existing Ethereum development tools and resources.

### **Chain Information**

{% embed url="<https://community.optimism.io/>" %}
Official Documentation
{% endembed %}

| chainId (int) | chainName (string) | EVM Chains              |
| ------------- | ------------------ | ----------------------- |
| 10            | optimism           | Optimism Mainnet        |
| 420           | optimism           | Optimism Testnet Goerli |


---

# 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/optimism.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.
