> 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/pump-automation.md).

# Pump.fun automation

Pump.fun tokens get extra automation beyond standard spot trading. These features are driven by `pump_watcher.py` and configured in **Pro Settings** or the per-token Trading UI.

## Features

| Feature             | Trigger                                       | Action                          |
| ------------------- | --------------------------------------------- | ------------------------------- |
| **Migration Sell**  | Token graduates from bonding curve to Raydium | Auto-sell your position         |
| **Dev Sell**        | Developer wallet sells                        | Auto-sell (safety exit)         |
| **Snipe Migration** | Migration event detected                      | Auto-buy into the migrated pool |
| **Auto Buy queue**  | New coin events (when Auto Buy enabled)       | Queue preset SOL buy            |

## Enabling toggles

### Global (Pro Settings)

Main menu → **⚙️ Settings** → **Automation** section:

* Migration Sell
* Dev Sell
* Snipe Migration
* Auto Buy cycle (Off / 0.1 / 0.5 / 1.0 SOL)

### Per-token (Trading UI)

Open any Pump.fun token → **⚙️ Settings** row:

* Snipe Migration (ON/OFF)
* Migration Sell (ON/OFF)
* Dev Sell (ON/OFF)

When Migration Sell is turned ON, a safety footer confirms that only **new** migration events after activation are armed (UTC guard in `token_trade_configs`).

## Execution path

Automation sells and buys use the same swap stack as manual trades (`swap.py` → `swap_engine/`), including Jito when Priority Mode is Fast/Turbo.

## Safety notes

* Automation does not guarantee profit — migrations and dev sells can move price violently
* Alpha Shield and Safe Mode still apply where configured
* Failed automation attempts are logged; the watcher continues for other events

## Related

* [Pro Settings](/features/pro-settings.md)
* [Swap engine and routing](/architecture/swap-engine.md)
* [Trading UI](/features/trading-ui.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/pump-automation.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.
