# Problem Statement

Blockchain technology seems to be providing solutions to some real world problems but does have some bottlenecks depending on its infrastructure. Scalability issues, slow transaction confirmation and high fees are major issues hindering adoption. Move-based blockchains seem to have found a solution to these but Move is a new programming language and users wanting to launch their projects on a Move-based chain who have no knowledge about this programming language will need to spend resources including a lot time which could be used in other important areas of the project in order to familiarize themselves first. This can pose a threat to the adoption of chains such as Aptos by developers and more so ordinary users wanting to enter the field.


---

# 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.aptools.xyz/problem-statement.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.
