# Transaction Ordering

Vanar's approach to transaction fees adopts a fixed fee model, ensuring that transactions are processed on a straightforward "first come, first serve" basis. This deliberate choice aligns with our commitment to providing a level playing field for all participants, regardless of the size or scale of their projects.

The fixed fee model is designed to promote fairness and inclusivity within the Vanar ecosystem. By adhering to a first-come, first-served processing mechanism, every participant, whether a small-scale project or a larger initiative, is afforded an equal opportunity to have their transactions included in the blockchain.

To implement this approach, the protocol is structured to ensure that the validator responsible for sealing a block follows the chronological order of transactions as they are received in the transactions mempool. This means that transactions are processed in the sequence in which they enter the system, enhancing transparency and equitable access to the blockchain's processing capabilities.

In essence, Vanar's commitment to a fixed fee model and a first-come, first-served processing order underscores our dedication to fairness, openness, and providing an accessible platform for projects of all sizes within the blockchain ecosystem.

<figure><img src="/files/0VlPSQ4xB1HefWIemK21" alt=""><figcaption><p>Transaction Ordering - First In First Out Model - Transactions are ordered and included in blocks based on time and nonce</p></figcaption></figure>

<br>


---

# 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.vanarchain.com/getting-started/vanar-architecture/protocol-customizations/transaction-ordering.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.
