# UTXO-Based Model

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

### Comparison with Account-Based Systems

The UTXO model differs significantly from **account-based systems**, such as those used in traditional banking or other blockchain architectures.

* In account-based systems, transactions rely on **updating a single account balance**, which can create scalability bottlenecks.
* The UTXO model eliminates the need for a **shared state**, as each UTXO is uniquely consumed, preventing **double-spending**.
* This independence allows for greater **throughput and efficiency**, as transactions do not interfere with one another.


---

# 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://hub.bsvblockchain.org/higher-learning/bsv-academy/deep-dive-in-bsv-blockchain/utxo-model-unlock-transaction-efficiency-and-privacy/utxo-based-model.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.
