# Frontrunning Protection

Your DEX transactions will not be seen by hungry sandwich bots in the public mempool.

### What is Frontrunning

Frontrunning refers to the act of capitalizing on advance knowledge of a trade that will affect an asset's price, aiming to secure a profit by trading ahead of that price movement. In essence, it's about gaining an unfair advantage over other traders. In traditional finance, such practices are deemed illegal and unethical. However, in the open blockchain ecosystem, frontrunning has unfortunately become a prevalent and multi-billion-dollar malpractice.

Within the context of decentralized exchanges (DEXs) like Uniswap or Sushiswap, frontrunning happens when someone, often a bot, detects a pending transaction on the blockchain and quickly executes a trade before that transaction is processed. Since all transactions on a DEX are publicly recorded on the blockchain or public mempool, these bots can easily spot and exploit trades to their advantage.

\
Use OMNIA's tool to check if you are a victim of frontrunning.

{% embed url="<https://check.omniatech.io/?blockchain=ethereum>" %}

### Omnia Frontrunning Blogs

{% embed url="<https://omniatech.io/pages/frontrunning-protection-securing-your-transactions-through-private-mempools-and-flashbots/>" %}

{% embed url="<https://omniatech.io/pages/frontrunning-protection/>" %}


---

# 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.omniatech.io/defi/frontrunning-protection.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.
