# Fair Transaction Ordering: First-Come, First-Served Logic

To eliminate front-running and ensure equitable access for all users, InSoBlok AI adopts a **first-come, first-served (FCFS)** transaction ordering model. With no fee-based prioritization or bidding system:

* Validators **process transactions strictly in the order received** from the mempool.
* This ensures **equal opportunity for all creators and users**, regardless of the size or funding level of their project.

This approach is especially critical in use cases involving public voting, influencer drop events, and gamified content, where timing must be fair and manipulation-proof.

<figure><img src="/files/bSHBkwVfcR0YzhEZJw1x" alt=""><figcaption></figcaption></figure>


---

# 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.insoblokai.io/whitepaper/core-protocol-and-infrastructure/protocol-enhancements-and-architectural-overview/fair-transaction-ordering-first-come-first-served-logic.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.
