# Why Built on Layer 2?

1. **Scalability**: Layer 2 solutions have the potential to significantly boost transaction throughput and alleviate congestion on the main blockchain, allowing for a higher number of transactions to be processed per second.
2. **Reduced Transaction Costs**: L2 solutions often achieve lower transaction fees by processing transactions off-chain or on a separate chain. This cost-effectiveness benefits users who engage in transactions.
3. **Swift Confirmations**: Transactions conducted on Layer 2 can be confirmed much more rapidly than those on the main chain. This enables instant payments and enhances the overall user experience.
4. **Interoperability**: Many Layer 2 solutions are intentionally designed to be compatible with multiple L1 blockchains, facilitating cross-chain interoperability.


---

# 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.plutochain.io/why-built-on-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.
