> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperdash.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Quick Trade

> One-click trading: preset-size buy and sell buttons that fire orders instantly with your saved settings.

Quick Trade is one-click trading for fast markets: two rows of preset-size buttons, buy over sell, that fire orders the instant you press them, without touching the order form. It ships as a **Quick Trade** widget you add to your layout from the widget drawer (Tools category), and the same buttons appear inline in the News widget when you click a ticker pill on a headline. Quick Trade works on perp markets only, including [xyz markets](/markets-assets); spot is not supported.

## How it works

<Steps>
  <Step title="Link a market">
    Add the Quick Trade widget and link it to a perp market. The widget header shows the live mark price, 24h change, a leverage control, and the active order type.
  </Step>

  <Step title="Set your sizes and order type">
    The gear on the widget opens Settings, where you pick three button sizes, the order type, and leverage and confirmation behavior. Every change saves immediately: to your account when logged in, and to your browser either way.
  </Step>

  <Step title="Fire">
    Press a size button on the buy or sell row. With confirmation on, a popover anchored to that button summarizes market, side, size, and order type: confirm to send, or press Escape or click elsewhere to cancel. Tick **Don't ask again** for true one-click trading.
  </Step>
</Steps>

Each press fires its own independent order, so rapid consecutive clicks work in parallel: buttons are never locked while an order is in flight.

## Settings

| Parameter               | Description and options                                                                                                                                                                        | Default                  |
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
| Button sizes            | Three USD amounts shared by the buy and sell rows, \$10 to \$10,000,000 each                                                                                                                   | \$100, \$1,000, \$10,000 |
| Sizes mean              | **Notional**: a \$10,000 button opens a \$10,000 position. **Margin**: a \$10,000 button spends \$10,000 of margin, and position size is margin times leverage.                                | Notional                 |
| Order type              | [Market](/orders/market), Limit at mid (rests a [limit order](/orders/limit) at the mid price), [Chase](/orders/chase), or [Swarm](/orders/swarm)                                              | Market                   |
| Max slippage            | Market orders only: maximum slippage from mid, up to 50%                                                                                                                                       | 1%                       |
| Clips                   | Swarm only: number of clips, 2 to 200                                                                                                                                                          | 5                        |
| Aggression              | Swarm only: 1 to 5                                                                                                                                                                             | 3                        |
| Irregular clips         | Swarm only: varies clip sizes so the split is less uniform                                                                                                                                     | Off                      |
| Always use max leverage | Bumps the market to its maximum leverage before firing. When off, orders use whatever leverage you already have set for that market. Picking a leverage manually in the widget turns this off. | Off                      |
| Confirm before placing  | Shows the order summary popover before anything is sent                                                                                                                                        | On                       |

## FAQ

<AccordionGroup>
  <Accordion title="Which markets does Quick Trade support?">
    Perp markets only, including xyz markets (equities, indices, commodities, FX). Spot markets are not supported.
  </Accordion>

  <Accordion title="What is the minimum order size?">
    \$10 notional per order. Swarm needs at least \$20 of notional so it can split into two clips.
  </Accordion>

  <Accordion title="What happens if max leverage cannot be applied?">
    With notional sizing, the order still fires at your current leverage and you get a warning. With margin sizing, the order is canceled, because the position size depends on the leverage that failed to set.
  </Accordion>

  <Accordion title="Do my settings follow me across devices?">
    When you are logged in, settings save to your account. They are also mirrored in your browser, so they survive a refresh and work while logged out on that device.
  </Accordion>
</AccordionGroup>

<Note>
  With confirmation off, a press sends the order immediately and there is no undo. Keep **Confirm before placing** on until your sizes and order type are dialed in.
</Note>
