# One-Click Trading

One-Click trading can be activated through the account menu in the top right of the interface.

This feature allows you to trade without needing to confirm each transaction with a wallet signing popup.

#### **Safety features**

* Funds from decreasing or closing positions and swaps can only be returned to your wallet account.
* Trades can be executed without a signing popup up to the authorized limit. For example, if you authorize 10 actions, after those 10 trades, a signing popup is required to reauthorize the next 10 trades.

#### **Risks**

* This feature generates a subaccount stored locally in your browser. If your browser is compromised, the key could be exposed, allowing a malicious user to create trades with high price impact to exploit the situation.
* Even in the event of a compromise, the maximum authorized number of trades still applies, limiting the potential damage.

You can deactivate this feature at any time by clicking "Deactivate" in the One-Click Trading settings menu.


---

# 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.onlyperps.com/welcome-to-onlyperps/trading/one-click-trading.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.
