# Profiles / Settings

Crypto trading isn’t one-size-fits-all. Buying a high market cap token isn’t the same as wading into the waters of newly launched meme coins. Use Trade Settings profiles to **create** and **customize trading profiles** for any strategy and switch between them instantly, **tailoring your experience** to match your goals and risk tolerance.&#x20;

## Trade Settings

* When you first open Trojan's Terminal, you will see three preset Trade Settings. You may keep these as-is, or edit them as you see fit.&#x20;

<figure><img src="/files/7MWs1pS9Z1ZlUoKOUWaq" alt="Depicts a portion of the trade panel that displays the buttons to choose your trade settings profile." width="375"><figcaption><p>Different tokens demand different approaches.</p></figcaption></figure>

* Click the Settings icon <img src="/files/HYMTbTw1SpvcivhWGTCs" alt="A very small depiction of the button to press to edit trade settings profiles." data-size="line"> to edit an existing profile.

{% hint style="warning" %}
When editing settings, remember to toggle from Buy to Sell and fill in both!
{% endhint %}

{% columns %}
{% column %}
\*Edit the **Preset Name** for your profile if desired.

* Set **Quick Suggestion** (i.e. preset) amounts. SOL amounts for Buys. % of holdings for Sells.
* In Buys, set **Clipboard Quick Buy** amount. See [Clipboard Buy](/trading-on-trojan/trojan-swaps/clipboard-buy.md) for details.
* Set the **Priority Fee** - higher priority fees for quicker confirmations.
* Set the **Bribe** amount used for MEV protection. It helps ensure fast, private transactions, while safeguarding against MEV attacks.

{% hint style="info" %}
You'll also pay a one-time \~0.002 SOL fee to the Solana network to create token storage in your wallet, refundable after selling the token.
{% endhint %}

* Set your **Slippage - s**lippage is a percentage you choose that reflects **tolerance for price changes during txn execution**. **Snipe Slippage** typically requires a higher percentage to handle rapid price movements during sniping.
* **Spam Buy -** enables **one-click rapid-fire purchases** of up to 10 separate transactions. For example, setting spam buy to 5 with a 0.1 SOL purchase results in 5 transactions totaling 0.5 SOL. This reduces MEV risk by splitting a larger buy into smaller, less noticeable transactions. **Spam Sell** is similar, but with Sells.
* **MEV Protection -** enabling MEV Protection <img src="/files/JvabCeLIRFv6epfR2v98" alt="The MEV protection indicator. When it is green, MEV protection is active." data-size="line"> protects your buys and sells from MEV attacks. Disabling may increase speed but reduces protection.
* **Auto Sell** - creates **limit orders at the moment of purchase.** To use Auto Sell, check the box to the Left to enable, then press **Add order** to add orders. Fill **Price** and **Sell** % fields. Click **Add order** to add additional Auto Sell limit orders.
* When you are satisfied with your profile settings, click **Save Changes** and you're done!
  {% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/cRVBaE0cSzJOkgK0vBnm" alt="The trade settings panel. Settings depicted match the descriptions to the left of this image."><figcaption><p>Buy side settings</p></figcaption></figure>

<figure><img src="/files/Qzykh04aivSKnVChwCKU" alt="The portion of the trade panel that shows auto sell orders. Two orders are depicted. A -25% price change stop loss selling 100%, and a 100% price change take profit selling 50%." width="375"><figcaption><p>Stop Loss at -25% and Sell Initials at 2x</p></figcaption></figure>

{% hint style="success" %}
Check out [Auto Sell](/trading-on-trojan/trojan-swaps/auto-sell.md) for a deeper look.&#x20;
{% endhint %}
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
**Slippage in simple language:**  It's an active market - prices change rapidly, so there might be some difference between the price you submit and where the trade executes, even if that only takes a second or so. Slippage is a setting (expressed in a percentage) of how much of a difference you will accept, if needed. In most cases, this difference will change the amount of tokens you receive, but in the case of some launchpads, the price paid in SOL will change instead.
{% endhint %}


---

# 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.trojan.com/trading-on-trojan/profiles-settings.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.
