# How do we Solve these Problems?

Rest assured that the Ethereum foundation is working hard to find solutions.  As Vitalik said:&#x20;

<figure><img src="/files/iEIdRHFfnkbM217KhFV2" alt=""><figcaption><p>Source:  <a href="https://messari.io/article/ecosystem-of-ethereum-scaling-solutions">Messari</a></p></figcaption></figure>

Currently, there are several proposed strategies to solve Ethereum’s Scalability problem, and they can be broken into two categories:

* On-Chain Solutions:  On-Chain solutions focus on improving the native blockchain itself.  The most popular flavors are i) Consensus Protocol Improvements and ii) Multi-Chain Architectures
* Off-Chain Solutions:  Off-Chain solutions move transaction, data and or / security off of the native blockchain to increase efficiency.  Popular off-chain solutions include Rollups, Side Chains, Plasma and Validium

Let's explore these further... :point\_right:


---

# 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://www.digitalnations.xyz/web3-overview/the-web3-ecosystem/smart-contract-platforms/how-do-we-solve-these-problems.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.
