# Enhanced UTXO

In the Layer 1 network, a UTXO (Unspent Transaction Output) only represents the amount of satoshis (sats) without including additional data. However, when sats traverse to the second-layer network, their properties are fully encapsulated within the UTXO, significantly enhancing its capabilities.

The **enUTXO** will contain both the amount of sats and the asset information, greatly facilitating the circulation of sats and the validation of assets on the SatoshiNet. This not only prevents double-spending but also enables the possibility of supporting any asset type on SatoshiNet. Additionally, it allows for a clear and intuitive view of an asset's transaction history, improving transparency and traceability within the ecosystem. This can be most intuitively understood on the block explorer:\
![enUTXO](/files/c4kGfD0YE0d7x9e4aENO) <https://mempool.sat20.org/tx/a01e747f18952dba8af9f3c8d9e1effa116fed2162f2561223564a6f8763da90>

enUTXO can even provide additional information to unlock the UTXO, which is a very powerful tool to achieve unlocking under different conditions. Exploration in this area needs to be carried out.


---

# 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.sat20.org/english/satoshinet/enutxo.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.
