# Trading Settings: Slippage, MEV Protection & Primary Tokens

{% embed url="<https://youtu.be/m8zagbHz-e8>" %}

Advanced traders can also access additional settings to customize their trading.&#x20;

To access **Trading Settings**, click on the gear button over the **Execution Panel**. There, you’ll find the following options:

* **Skip preview:** Toggle Off/On to enable or disable trade confirmation previews.
* **Value loss warning:** Set a percentage threshold (e.g., 20%) to receive alerts if a trade incurs excessive slippage. This is particularly important to set up if you turn off confirmation previews.
* **PnL (Profit and Loss) calculation:** Choose between **Position-based** or **All** (aggregated) profit-and-loss tracking. This will decide whether your **PnL** resets after fully closing out a position or whether a statement carries over to future positions.
* **Universal Gas:** Uses **$PARTI** as the default gas token on all your UniversalX transactions.
* **Default Primary Tokens:** Select which tokens (USDC, USDT, SOL, ETH, BTC, BNB) to prioritize for transactions. If you toggle off a token, it will not be used in future transactions or counted in your balance, even if you hold it. (***NOTE: This function is currently unavailable; it will eventually be reinstated.***)
* **Custom buy amounts:** Edit the preset purchase values that are shown in your **Buy** screen.
* **Custom sell percentage:** Edit the preset sale percentages that are shown then selling through the **Execution panel**.
* **Slippage control:** Select **Auto** for dynamic adjustments or **Fixed** to set a custom percentage (e.g., 5%).
* **Anti-MEV Protection (Solana)**: UniversalX offers default protection for EVM trades but, given the way Solana trades work, if you want to reduce the risk of sandwich attacks when trading on Solana, you can turn MEV protection on and off. You can also specify how much you want to pay to validators to prioritize your trade. The more you pay, the higher your protection will be.&#x20;

Once you’ve adjusted your settings, click "**Confirm**" to save and apply changes instantly.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdk1dhopSKvaAFy-P6fr9mjhX4ZqNWf-_QOrRLBKQqKEIHK1FaMffp9Q1FWqb_XUkpjv5Q8tPaF5Ab-aC6nVWpSBgLhj7hsqGhwwm1J2BgaKtafvV47ugakOxnP0Tah-3TOI2Xhag?key=wlHA0jfqTwFPFtw8G_qznu2O" alt=""><figcaption><p>Settings screen on UniversalX.</p></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.universalx.app/use/trade-buy-and-sell-tokens-on-any-chain/trading-settings-slippage-mev-protection-and-primary-tokens.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.
