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

# Documentation

Welcome to the [LandingNet](https://landingnet.io/) documentation. LandingNet is a non-custodial automated trading platform for Hyperliquid. Deploy copy-trading bots that run 24/7 -- without ever giving up custody of your funds.

## What You Can Do

* **Copy Trading** -- Automatically replicate trades from top Hyperliquid traders in real time
* **Discover Traders** -- Browse the leaderboard, filter by PnL, Sharpe ratio, win rate, and more
* **Advanced Risk Controls** -- Set max drawdown, daily loss limits, emergency pause, and position caps
* **Telegram Alerts** -- Get notified of every trade execution directly in Telegram
* **Volume Discounts** -- The more you trade, the less you pay in [fees](/doc/documentation/fees-and-limits.md)

## Secure & Non-Custodial

LandingNet never holds your funds. It operates via limited agent permissions on your Hyperliquid subaccount. It can execute trades but **cannot** withdraw funds, access your private keys, or trade on unapproved accounts. See [Security](/doc/documentation/reference/security.md) for details.

## Quick Start

1. Get a Web3 wallet and fund your Hyperliquid account -- [Prerequisites](/doc/documentation/getting-started/prerequisites.md)
2. Connect, sign, and approve -- [Account Setup](/doc/documentation/getting-started/account-setup.md)
3. Deploy your first bot -- [Your First Bot](/doc/documentation/copy-trading/your-first-bot.md)


---

# 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:

```
GET https://landingnet.gitbook.io/doc/documentation.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.
