# One-Click Trading

One-click trading (1CT) removes the need to interact with a wallet when submitting transactions, reducing the time and user actions required to trade.&#x20;

It does this through the use of two new mechanisms:

* 1CT wallet
* Trade delegation

When utilizing 1CT, please be aware that each "enabled session" is unique to the particular browser you are using. These sessions cannot be moved or used across different browsers or devices. While you can have multiple instances open, they will all access the same 1CT account and use the ETH you have deposited there.&#x20;

Each session's key is stored in the local storage of the specific browser in use. Therefore, if you decide to use a different browser or switch devices, you will have to enable a new session on each new browser or device you use.

#### 1CT Wallet

Kwenta uses a derived externally owned account (EOA) wallet for submitting trading transactions.&#x20;

It relies on the following sequence:

* Creating a Smart Margin Account
* Creating & delegate trading rights to your 1CT account
* Funding the 1CT account with ETH
* Activating the session

#### Trade Delegation

Kwenta Smart Margin supports a delegation feature, allowing EOAs to submit transactions on behalf of other EOAs.

To delegate trading to another EOA, a trader must approve the address as a delegate through the trading contract.&#x20;

#### Get Started with 1CT Now!

{% content-ref url="/pages/C3FrW4ONl4uo2j1tKBAJ" %}
[Onboarding to 1CT](/using-kwenta/perpetual-futures/one-click-trading/onboarding-to-1ct.md)
{% endcontent-ref %}


---

# 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.kwenta.io/using-kwenta/perpetual-futures/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.
