# Sell Strategies

### Fees and Basic Transactions

#### Fee Mode: Choose Your Speed

These fees prioritize your sells on Solana.

| Mode          | Default Value      | Ideal For...                |
| ------------- | ------------------ | --------------------------- |
| **Validator** | 0% (Priority 100%) | Urgent sells in volatility. |
| **Turbo**     | 0.001 SOL          | Congested networks.         |
| **Normal**    | 0.0001 SOL         | Balanced daily use.         |
| **Custom**    | 0.00001 SOL        | Precise cost control.       |

**Tip**: Higher fees = fewer delays during dumps.

#### Transaction Settings: The Fundamentals

* **Follow Address**: Exact mirror of target's sells (enabled in advanced).
* **MEV Protect**: Anti-front-running.
* **Processor**: Node (reliable RPC processing).
* **Tip**: For pure copy, enable Follow Address + MEV.

***

### Profits and Safeties: Manage Your Gains and Losses

#### Profit Settings: Lock in Profits

* **Take Profit**: Fixed sell at a threshold (disabled by default).
* **Evolving TP**: Dynamic TP that "evolves" with the price (like a trailing stop).
  * **How it works?** Starts at an initial threshold (% Up: ex. 20%), then follows price upward. If price rises, TP adjusts (by Increment: 0.1) to capture more. If drops, it sells to protect.
  * **Key parameters**:
    * **% Up**: Initial trigger (ex.: 20% gain to activate).
    * **Increment**: Adjustment step (0.1% per tick).
    * **TP Time**: Check every 20s.
  * **Why use it?** Perfect for memecoin pumps – maximizes without selling too early. The Raven team highly recommends this tool, having tested and approved it: it has proven highly effective when monitoring algo addresses that run 24/7, buying during upward manipulations or token launches. This allows capturing optimal gains in automated and volatile scenarios.
  * **Risk**: Extreme volatility can cause unexpected sells; test it!
* **Safety TP**: Conservative TP for risky tokens.
* **Tip**: Evolving TP for trends; Fixed for simplicity.

#### Safety Settings: Protect Yourself

* **Stop Loss**: Auto-sell if price drops (disabled).
* **Wait Sell**: Delay for better timing (disabled).
* **Tip**: Stop Loss mandatory for risky copies – limit losses to -20% ex.

***

### Slippage: Tolerate Price Variations

#### Slippage Settings

* **Slippage**: 20% (normal tolerance).
* **Max Slippage**: 25% (max limit).
* **Tip**: High for illiquids; low to avoid bad sells.

***

### Execution Modes: Accelerate or Customize

Advanced Sales Strategy: Pro Options

* **Follow Address**: Copies target's sells.
* **Iterations**: 3 (simulation repeats).
* **MEV Protect**: Anti-MEV enabled.
* **Simulate TX**: Tests without SOL.
* **Fixed TP / Evolving TP / Safety TP**: As above.
* **% Up / Increment / TP Time**: To fine-tune Evolving TP.
* **Stop Loss / Timer Sell**: Loss threshold or timed sell (ex.: Max Trade 5s).
* **Tip**: Simulate TX + Iterations to test Evolving TP risk-free.

***

### Practical Strategy Examples

| Name             | Risk   | Main Focus | Example Settings                                     | Why?                          |
| ---------------- | ------ | ---------- | ---------------------------------------------------- | ----------------------------- |
| **Conservative** | Low    | Protection | Fixed TP + Stop Loss + Simulate TX                   | Secure gains, limited losses. |
| **Aggressive**   | High   | Speed      | Turbo + Evolving TP (Increment 0.1) + Follow Address | Quick flips on dumps.         |
| **Balanced**     | Medium | Daily      | Safety TP + Wait Sell + Slippage 20%                 | Mirroring with buffers.       |
| **Temporal**     | Medium | Automatic  | Evolving TP + TP Time 20s + Timer Sell 5s            | Timed exits for volatiles.    |
