# Transaction Flow

* Apps request an MSB validator to get a transaction for a smart contract operation validated.
* The MSB validator checks the request - and if successful - signs & appends the transaction on the decentralized MSB ledger.
* The app waits for the transaction to get finalized by the MSB consensus and performs the smart contract operation.
* The result of the operation is signed & appended on the app's decentralized ledger if the consensus agrees on the outcome.


---

# 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/transaction-flow.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.
