# UTXOs

| Status                    | Entrypoint                                                                                |
| ------------------------- | ----------------------------------------------------------------------------------------- |
| In development on testnet | [dApp](https://github.com/pantherprotocol/panther-protocol-doc/blob/main/dapp/testnet.md) |

UTXOs are a data storage model that is key to Panther’s Protocol.

Learn about:

* The [UTXO model](/docs/learn/utxos/utxo-model.md)
* [Encryption and decryption](/docs/learn/utxos/utxo-encryption.md) of UTXOs

Or return to a high-level abstraction of the UTXO and learn about [zAssets](/docs/panther-core/panther-core/overview.md).


---

# 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.pantherprotocol.io/docs/learn/utxos.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.
