# 8.1 UTXO-Based Model

PTERI uses Litecoin’s **UTXO (Unspent Transaction Output)** model as the foundation for payments.

In a UTXO system:

* Value is not stored as balances
* Each transaction consumes specific outputs
* Each output can be independently verified

This provides strong guarantees:

* Clear provenance of funds
* Deterministic verification
* No hidden state or account ambiguity
* Easier auditing and reconciliation

> A UTXO either exists or it does not.\
> There is no intermediate or uncertain state.

This makes the model ideal for:

* Payments
* Automation
* Machine verification
* Infrastructure-grade systems

***

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


---

# 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.kakrlabs.com/8.-payments-and-identity-verification/8.1-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.
