# Optimism

Optimism — это решение второго уровня (Layer2, L2), которое предназначено для увеличения скорости работы и масштабируемости сети Ethereum.&#x20;

В блокчейне Optimism используется технология Optimistic Rollups, которая в десятки раз сокращает затраты на транзакционные комиссии по сравнению с первым уровнем (L1) сети Ethereum и при этом позволяет легко развертывать в сети второго уровня любые смарт-контракты и децентрализованные приложения, написанные на языке Solidity.&#x20;

Все модули и смарт контракты CryptoDo доступны для развертывания в сети Optimism Узнайте больше на официальном сайте: [https://www.optimism.io](https://www.optimism.io/)


---

# 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://docs.cryptodo.app/cryprodo-ru/blokcheiny/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.
