# Decentralized execution

The entire Data Consensus Protocol is executed within exSat’s smart contracts, ensuring that all operations are decentralized and trustworthy. This results in two key outcomes:

1. The UTXO data is reliable and trustworthy.
2. When DApps parse Bitcoin transactions within the smart contracts, the parsed results are also trustworthy.

This establishes a solid data trust for extending Bitcoin through DApps. As long as the DApp’s smart contract code is reliable, any data derived from processing Bitcoin's raw data on exSat is also trustworthy. This provides a data trust for expanding Bitcoin’s use cases. For example, if a DApp is handling Bitcoin asset protocols like Runes, the assets recorded in the DApp's contract are considered trustworthy. This allows for the decentralized asset index to be seamlessly created through exSat’s Data Consensus Protocol.The entire Data Consensus Protocol is executed within exSat’s smart contracts, ensuring that all operations are decentralized and trustworthy. This results in two key outcomes:

1. The UTXO data is reliable and trustworthy.
2. When DApps parse Bitcoin transactions within the smart contracts, the parsed results are also trustworthy.

This establishes a solid data trust for extending Bitcoin through DApps. As long as the DApp’s smart contract code is reliable, any data derived from processing Bitcoin's raw data on exSat is also trustworthy. This provides a data trust for expanding Bitcoin’s use cases. For example, if a DApp is handling Bitcoin asset protocols like Runes, the assets recorded in the DApp's contract are considered trustworthy. This allows for the decentralized asset index to be seamlessly created through exSat’s Data Consensus Protocol.


---

# 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.exsat.network/approach/architecture/data-consensus-protocol/decentralized-execution.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.
