# How Saturn Protects Your Trades from MEV Risks

Maximal Extractable Value (MEV) can lead to unfair trading practices like front-running, where others profit by manipulating transactions. Saturn has implemented smart solutions to keep your trades safe and fair:

1. #### Secure BTC to Rune Swaps

* Immutable Transactions: Your transactions are signed securely so they can't be changed once sent.
* Your Benefit: Eliminates the risk of someone intercepting or altering your trade.

2. **Protected Rune to BTC Swaps**

* Pooled Transactions with CPFP: Saturn pools user transactions and uses a method called Child Pays for Parent (CPFP), where each transaction supports the next.
* Your Benefit: Makes it nearly impossible for attackers to interfere with your trade.

3. #### &#x20;Transparent, User-Controlled Liquidity Pools

* Non-Custodial Pools: You always maintain control of your funds.
* Transparency: All operations are open, so you know exactly what's happening.
* Your Benefit: No hidden manipulation—just fair and secure trading.

4. #### Fair Transaction Ordering

* First-In, First-Out Processing: Transactions are processed exactly in the order they arrive.
* Future Enhancements: Saturn is working on cryptographic methods to guarantee transaction order can't be tampered with.
* Your Benefit: Ensures no one can jump the line or reorder trades to their advantage.


---

# 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.saturnbtc.io/traders/how-saturn-protects-your-trades-from-mev-risks.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.
