# Blockchain Challenges

Blockchain's potential is hindered by practical issues like transaction speed. When a customer buys something with a Visa card, only Visa needs to keep a permanent record. But blockchain offers a "distributed ledger," meaning a permanent record shared widely.

The advantage of distributed ledger tech (DLT) is "inclusive accountability." Unlike Visa's transactions managed solely by Visa, blockchain lets anyone with the right tech and internet access ensure the system's integrity. However, decentralization comes with delays. Early blockchains like Bitcoin handle around 5 transactions per second, while Visa manages over 1,500. This challenge led developers to confront the classic blockchain scalability trilemma, where there's a trade-off between:

<figure><img src="/files/TtsDbIdiRFNoCi9S5Lxa" alt=""><figcaption></figcaption></figure>

Even this trio doesn't encompass all the technical hurdles hindering the widespread adoption of DLT. These include economic constraints like steep transaction fees, deciding on finalization and consensus methods, and addressing the previously mentioned challenge of ensuring users experience functional confirmation times.


---

# 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.netdex.io/blockchain-challenges.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.
