# What is Layer 2 ?

<figure><img src="https://www.globalxetfs.com/content/files/220715-Scaling-Blockchains_03.png" alt=""><figcaption><p>Layer 2 Blockchain Visual</p></figcaption></figure>

Layer 2 solutions, also known as off-chain or second layer solutions, are technologies designed to enhance the scalability, speed, and flexibility of blockchain networks. They work by adding a secondary layer on top of the existing Layer 1 blockchain infrastructure, enabling the execution of more complex operations off the primary chain.

The key principle behind Layer 2 solutions is to perform as many operations as possible "off-chain" and then record the final state or outcome "on-chain." This process reduces the load on the main chain, thereby increasing transaction speed and reducing fees.

Examples of Layer 2 solutions include Lightning Network for Bitcoin and Plasma and Rollups for Ethereum.


---

# 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://alteriumprotocol.gitbook.io/alteriumprotocol-whitepaper/layer-2-solutions/what-is-layer-2.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.
