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

# Introduction

Epsilon brings together three things traders usually juggle across many tabs:

1. **Execution**: swaps filled at the best price available on Robinhood Chain.
2. **Automation**: advanced orders (limit, stop loss, DCA, DCA stop loss, trailing stop) that run on-chain.
3. **Analytics**: real-time market data, charts, and portfolio tracking.

## Why Robinhood Chain

Robinhood Chain hosts two very different kinds of markets: fast-moving memecoins and tokenized real-world assets (RWAs) such as stocks. Both benefit from the same thing: order types that work automatically, the way a brokerage or a pro trading desk would offer them.

* For **memecoins**, automation replaces chart-watching. Trailing stops ride winners, stop losses cut losers, and DCA stop losses exit thin liquidity in slices instead of one dump.
* For **RWAs**, limit orders and DCA plans let you build and manage positions with brokerage-style discipline, settled on-chain.

## How it works

* **Aggregated execution.** Epsilon is not a DEX. Trades are routed through aggregation across Robinhood Chain's liquidity venues, and your order takes the best executable route.
* **Keeper-executed orders.** Advanced orders are signed once by you and executed on-chain by keepers when their conditions are met. They do not depend on the app being open.
* **Self-custodial.** Whether you sign in with an email or connect your own wallet, your funds always sit in wallets that only you control. Epsilon never takes custody.

Continue to the [Quickstart](/getting-started/quickstart.md) to place your first trade.


---

# 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.epsilon.exchange/getting-started/introduction.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.
