> For the complete documentation index, see [llms.txt](https://docs.flash.trade/flash-trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flash.trade/flash-trade/getting-started/one-click-trading.md).

# One-Click Trading

Trade at V2 speed without approving a wallet popup on every order. One click to open, one click to close.

### How it works

Enabling One-Click Trading creates a **session key** — a temporary signing key that lives in your browser and signs trades for you. Orders execute the moment you click: your hand speed stays the bottleneck, not your wallet. Sessions expire automatically (about 7 days), and you can close them at any time.

### Enable it

In the order panel, click **Enable One-Click Trading** and approve the setup once with your main wallet. That's it — orders now execute on click.

### Close sessions and reclaim your SOL

Each session account holds a small SOL deposit (Solana account rent). When sessions expire or you're done trading, close them to get that SOL back: open **Settings** (bottom-right of the screen) → **One-Click Trading** and click **Close Sessions & Reclaim**. This also revokes the session keys immediately.

<div data-with-frame="true"><figure><img src="https://1107078469-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwjn1OLuTIq3M0RkTUTyw%2Fuploads%2F9SJeSbIvMliT7XFXAnLh%2Fgs-oneclick-sessions-reclaim.png?alt=media&#x26;token=cc567db6-6f1a-4214-b25e-41effe5784e1" alt="" width="522"><figcaption></figcaption></figure></div>

{% hint style="warning" %}
**What a session key can and cannot do**

* **Can:** open, close, and manage positions using funds already deposited in your Flash account.
* **Cannot:** withdraw. Moving funds out always requires your main wallet's signature.

The key stays on your device. Closing your sessions in Settings revokes it immediately.
{% endhint %}

Next: [make your first trade](https://docs.flash.trade/flash-trade/getting-started/fund-your-account-and-make-your-first-trade) — or read how [Degen Mode](https://docs.flash.trade/flash-trade/getting-started/degen-mode) changes the rules.


---

# 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.flash.trade/flash-trade/getting-started/one-click-trading.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.
