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

# 1CT (One-Click Trading)

### One-Click Trading on Dexodus

Unlock the full potential of Dexodus with our streamlined One-Click Trading (1CT) feature, enabling swift and efficient trade execution.

### Overview

One-Click Trading (1CT) revolutionizes the user experience on Dexodus by requiring only a single approval transaction at the beginning of a session. This eliminates the need for multiple approvals for each subsequent action, mimicking the seamless experience typically found on centralized exchanges (CEXs).

Traditionally, modifying an order or position with linked triggers would necessitate multiple transaction approvals. With 1CT, this process is simplified, allowing for a smoother trading experience while ensuring users retain control over their assets.

### Activating One-Click Trading

To activate 1CT, a secure private key is generated to authorize actions within Dexodus. This key is strictly confined to the Dexodus app and cannot be used for external transactions. The key is securely stored in your browser’s local storage, meaning if the cache is cleared, the 1CT setup will need to be repeated.

When enabling 1CT, users will go through two key signature steps:

* Generating a secure private key.
* Approving this private key for use.

At the start of each session with 1CT enabled, users confirm ownership by signing an initial approval transaction.


---

# 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.dexodus.finance/protocol/1ct-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.
