# Quick Buy & Sell

#### Buy via Extension <a href="#id-82ed1f29-34e2-4161-b395-191157143fc0" id="id-82ed1f29-34e2-4161-b395-191157143fc0"></a>

1. **Navigate to a supported site** — Axiom, GMGN, Photon, Dexscreener, Pump.fun, or Padre
2. **Extension detects the token** — auto-extracts contract address from the page
3. **Use the Quick Buy preset buttons** injected on the page. Default amounts: **0.5 / 1 / 2 / 5 SOL**
   * **One-Click Mode ON** (bolt icon filled): click preset → trade executes instantly, no confirmation step
   * **One-Click Mode OFF** (bolt icon outline): click preset → fills amount field → click Buy to confirm
4. **Or use the Trading Terminal** — draggable overlay with amount input + preset buttons. Can be minimized, detached into a separate window, or snapped to the side.
5. **Trade status** — idle → sending → confirmed (green) / failed (red)
   * Confirmation sound plays on interaction (configurable in settings)

> ⚠️ **One-Click Mode executes trades immediately with no confirmation dialog.** Make sure your preset amounts and slippage are set correctly before enabling it.

> ⚠️ **Insufficient balance:** If your wallet doesn't have enough SOL, the trade will fail. Check your balance in the extension popup before trading.

#### Sell via Extension <a href="#f4143a32-7d05-4f1b-895f-d4c0b9c33bf1" id="f4143a32-7d05-4f1b-895f-d4c0b9c33bf1"></a>

1. **Open the Trading Terminal** on a token page you hold, or open the **Portfolio** panel to see all your holdings
2. **Token detection** — the extension auto-detects the token on the current page. You can also select a different token from your Portfolio
3. **Use sell percentage presets** — 10% / 25% / 50% / 100% of your holding
4. **Enter a custom amount** — type a specific token amount or SOL value instead of using presets
5. **Confirm and execute** (or instant in One-Click Mode)

> ⚠️ **On failure, you must manually retry — there is no auto-retry.**

> 💡 **TIP:** Customize your preset amounts in the extension popup settings.


---

# 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.click.trade/chrome-extension/quick-buy-and-sell.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.
