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

# Welcome to Botlyz

Botlyz is a software (SaaS editor) for trading automation that connects to the decentralized perpetuals exchanges **Lighter** and **Hyperliquid** (more coming soon). It lets you configure, sign, and deploy your trading strategies yourself, without ever giving Botlyz access to your funds.

## What is Botlyz?

Botlyz is a no-code tool that simplifies automated trading:

* **Complete software**: connect your wallet, configure a strategy yourself (or create your own), sign it, and the software mechanically executes the rules you have signed, according to your parameters.
* **Non-custodial**: your funds and your keys stay with you. Botlyz never has custody of your capital.
* **Multi-exchange**: trade on Lighter or Hyperliquid, your choice (more coming soon). You can connect both and pick the exchange strategy by strategy.
* **Exclusive or custom strategies**: use the SIGMA strategies, or create your own with our visual Builder.
* **A single, transparent fee**: a protocol fee of 10 bps (0.10%), charged automatically on each order. No commission on your gains.

## Who is Botlyz for?

Botlyz is a tool that you drive: in every case, it is you who chooses, configures, and signs your strategy.

* traders wishing to automate their strategies without coding;
* those who want to keep full control of their funds;
* Lighter or Hyperliquid users looking to execute a strategy in an automated way;
* anyone who wants to test strategies without depending on a centralized platform.

## How it works in 4 steps

### 1. Wallet connection

Connect your Ethereum wallet (MetaMask, Ledger, etc.) through our secure interface. The signature is used only for authentication: it gives no access to your funds.

### 2. Connect your exchange account

Choose your exchange (Lighter or Hyperliquid) and generate a "trade-only" API key there. These keys only allow opening and closing positions. No withdrawal of funds is possible with these keys.

### 3. Choosing or creating a strategy

* **Use an exclusive strategy**: the SIGMA strategies are ready to use.
* **Create your own**: use the visual Builder to configure allocation, leverage, stop-loss, and envelopes, without touching any code.

### 4. Signature and execution

You sign your configuration once (EIP-712 signature). Botlyz stores it and verifies it at each execution. You remain solely responsible for your decisions.

As soon as the signature is confirmed, the strategies execute automatically according to the market and your parameters.

## Important risk warning

**Trading carries a risk of loss, potentially up to the entirety of the invested capital.**

Before you start:

* read our [Warning and risks](/docs/english/avertissement-risques.md) page to fully understand your responsibilities;
* Botlyz is an **automation software**, not a financial adviser. You remain solely responsible for your decisions;
* past performance is no guarantee of future performance;
* you can configure a strategy with a reduced amount of capital to observe how it works. The amount you commit is entirely your own decision;
* never put at risk capital that you cannot afford to lose.

## Table of contents

### Getting started

* [Warning and risks](/docs/english/avertissement-risques.md)
* [Step-by-step setup (A to Z)](/docs/english/installation-pas-a-pas.md)
  * [A-to-Z setup: Hyperliquid](/docs/english/installation-pas-a-pas/installation-hyperliquid.md)
  * [A-to-Z setup: Lighter](/docs/english/installation-pas-a-pas/installation-lighter.md)
  * [Connect your wallet](/docs/english/installation-pas-a-pas/connecter-votre-wallet.md)
  * [Deploy a strategy](/docs/english/installation-pas-a-pas/deployer-une-strategie.md)

### Strategies

* [Strategies overview](/docs/english/vue-d-ensemble.md)
* [SIGMA exclusive strategies](/docs/english/strategies-exclusives-sigma.md)
* [The Builder](/docs/english/le-builder.md)
* [Botlyz Builder AI](/docs/english/botlyz-builder-ai.md)
* [Smart DCA](/docs/english/smart-dca.md)
* [Indicators](/docs/english/indicateurs.md)
* [Risk parameters](/docs/english/parametres-de-risque.md)
* [Backtest](/docs/english/backtest.md)

### The Lab

* [The Lab](/docs/english/vue-d-ensemble-1.md)

### How it works

* [Fees](/docs/english/frais.md)
* [Plans and credits](/docs/english/plans-et-credits.md)
* [Referrals](/docs/english/parrainage.md)
* [Trade with your tokens](/docs/english/trader-avec-vos-tokens.md)
* [PnL Card and notifications](/docs/english/pnl-card-et-notifications.md)
* [Signature and transparency](/docs/english/signature-et-transparence.md)

### Security and help

* [Non-custodial security](/docs/english/securite-non-custodial.md)
* [Understanding how it works and why your funds are safe](/docs/english/comprendre-l1-l2.md)
* [Frequently asked questions](/docs/english/faq.md)
* [Support](/docs/english/support.md)
* [Legal notices](/docs/english/mentions-legales.md)

## Key takeaways

1. **Botlyz = software, not a fund manager.** You remain solely responsible for your decisions and your capital.
2. **Your keys = your control.** The API keys are "trade-only": no withdrawal of funds is possible.
3. **A single Botlyz fee: 10 bps (0.10%)**, charged automatically on each order through the exchange's integration program ("partner attribution" on Lighter, "builder codes" on Hyperliquid), capped at 10 bps. It is a protocol fee, charged and remitted by the platform, not an invoice or a Botlyz commission. The exchange's own fees (trading, funding) apply separately, independently of Botlyz.
4. **No commission on gains.** Botlyz takes nothing from your profits.
5. **No promised performance.** Strategies can lose as well as gain, and past performance is no guarantee of the future.

## Support

Questions? Contact our team:

* Telegram: @botlyz\_manager
* Form in the Help tab of the application

See also the [Support](/docs/english/support.md) page.

***

**Botlyz: non-custodial automation software on Lighter and Hyperliquid. You configure, you sign, you remain responsible.**


---

# 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://botlyz.gitbook.io/docs/english/en.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.
