# Decentralization

**Decentralization is at the heart of Trac Network**

* Transaction settlement and smart contract execution are separated:
  * Transactions are performed by the Main Settlement Bus (MSB).
  * MSB validators accept transaction requests and sign those.
  * Smart Contract operations are performed by individual nodes in the network (the apps).
  * Consensus is separated between MSB and apps.
  * Apps represent their own network and use their own consensus to settle smart contract operations.


---

# 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.trac.network/documentation/trac-network/decentralization.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.
