> For the complete documentation index, see [llms.txt](https://docs.hipersnipe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hipersnipe.com/features/pro-settings.md).

# Pro Settings

Pro Settings control execution speed, slippage, fees, and safety filters for all trades.

## Access

Main menu → **⚙️ Settings**, or `/settings` / `/set` in private chat.

## Dashboard sections

### Priority Mode

Cycles **Standard → Fast → Turbo**. Maps to Jito bundle tips and RPC routing:

| Mode     | Typical behavior                              |
| -------- | --------------------------------------------- |
| Standard | Lower priority fee, public RPC for some sells |
| Fast     | Jito bundle, moderate tip                     |
| Turbo    | Jito bundle, highest tip                      |

### Slippage (per mode)

| Setting          | Used for                                          |
| ---------------- | ------------------------------------------------- |
| Buy slippage     | Standard spot buys                                |
| Sell slippage    | Standard spot sells                               |
| Snipe slippage   | Raydium LP snipe, TG sniper (wide range 1–10000%) |
| Bonding slippage | Pump.fun bonding-curve buys                       |

### Priority fees (per mode)

SOL tips for buy, sell, snipe, and bonding routes. Higher fees improve inclusion during congestion.

### Protections & MEV

| Toggle           | Purpose                                                                       |
| ---------------- | ----------------------------------------------------------------------------- |
| **Safe Mode**    | Blocks trades on tokens failing safety heuristics                             |
| **Anti-MEV**     | Prefer protected execution paths where configured                             |
| **Alpha Shield** | Honeypot / RugCheck gate — mint authority, freeze, transfer fees, rug signals |

### Automation

| Toggle              | Purpose                                                  |
| ------------------- | -------------------------------------------------------- |
| **Auto Buy**        | Off → 0.1 → 0.5 → 1.0 SOL preset cycle for quick entries |
| **Migration Sell**  | Auto-sell when Pump.fun token migrates to Raydium        |
| **Dev Sell**        | React to dev wallet sell events                          |
| **Snipe Migration** | Buy into migration events                                |

Migration/Dev/Snipe toggles also appear in the per-token **⚙️ Settings** row on the Trading UI.

## Token-level overrides

Some settings can be overridden per token via `token_trade_configs` in the database (opened from the Trading UI settings row).

## Related

* [Buy and sell execution](/features/buy-sell.md)
* [Pump.fun automation](/features/pump-automation.md)
* [Trading Shield](/features/trading-shield.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hipersnipe.com/features/pro-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
