> For the complete documentation index, see [llms.txt](https://relentless-3.gitbook.io/relentless-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://relentless-3.gitbook.io/relentless-docs/readme.md).

# What is Relentless?

Relentless is a non-custodial perpetual futures trading platform. Trade crypto, US stocks, commodities, and forex — all from one interface, with up to 50x leverage.

## Why Relentless?

Traditional trading platforms require KYC, hold your funds, and restrict access based on geography. Relentless removes every barrier between you and the market:

* **No KYC** — Sign up with an email and trade in under a minute
* **Non-custodial** — Your funds stay in your own trading account. We never hold or have access to your assets
* **Global markets** — Crypto, stocks, forex, and commodities in one place
* **Sub-second execution** — Built on the fastest on-chain orderbook with zero gas fees

## How it works

Every trade is signed locally on your device using a secure agent key. Your master private key is never exposed to any server.

When you place a trade, it goes directly to the matching engine — no intermediaries, no custody risk, no delays.

## Supported Markets

| Category    | Examples                       | Max Leverage |
| ----------- | ------------------------------ | ------------ |
| Crypto      | BTC, ETH, SOL, and 100+ tokens | Up to 50x    |
| Stocks      | AAPL, TSLA, NVDA, and more     | Up to 20x    |
| Forex       | EUR/USD, GBP/USD, USD/JPY      | Up to 50x    |
| Commodities | Gold, Silver, Oil              | Up to 20x    |


---

# 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://relentless-3.gitbook.io/relentless-docs/readme.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.
