# Introduction

## Welcome to HyperSync

**HyperSync** is an automated trading and copy trading platform built for [Hyperliquid](https://hyperliquid.xyz) — the high-performance blockchain for perpetual futures trading.

> **Copy Risk, Not Size.** HyperSync normalizes every copied trade based on your capital and risk tolerance — so you never blindly mirror a whale's positions.

***

## What Can You Do with HyperSync?

### Copy Top Traders Safely

Follow any Hyperliquid wallet and automatically replicate their trades with intelligent risk scaling. A leader risking 5% of their $1M portfolio? You'll risk 5% of *your* portfolio — not their dollar amount.

### Build Automated Strategies (No Code)

Use the visual Strategy Builder to create complex trading logic with **75+ technical indicators**, nested AND/OR condition groups, condition presets, and automatic execution. Start from pre-built templates or describe your strategy in plain English and let AI generate it for you.

### Execute TradingView Alerts Automatically

Connect your TradingView alerts to HyperSync via webhooks. When your Pine Script triggers, HyperSync executes the trade on Hyperliquid within seconds.

### Backtest Before You Risk Real Money

Validate any strategy against historical Hyperliquid data with professional-grade metrics: Sharpe ratio, Sortino ratio, max drawdown, win rate, and more.

### Monitor Risk in Real Time

Every trade passes through the Risk Engine before execution — checking margin, leverage, liquidation distance, and daily loss limits. Emergency halt with one click if needed.

***

## Who Is HyperSync For?

| User Type               | Use Case                                                   |
| ----------------------- | ---------------------------------------------------------- |
| **Retail Traders**      | Copy proven wallets safely with capital-appropriate sizing |
| **Small-Capital Users** | Access whale-level strategies without whale-level risk     |
| **Strategy Builders**   | Create, backtest, and deploy automated trading systems     |
| **TradingView Users**   | Bridge TradingView alerts to live Hyperliquid execution    |
| **Trading Communities** | Share strategies and earn revenue through referrals        |

***

## Quick Navigation

| Section                                                                                                         | Description                                  |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
| [Getting Started](/getting-started/create-account.md)                                                           | Create your account and connect your wallet  |
| [Copy Trading](/copy-trading/overview.md)                                                                       | Follow leaders and manage copy settings      |
| [Strategy Builder](/strategy-builder/overview.md)                                                               | Create automated trading strategies          |
| [TradingView Signals](/tradingview-signals/overview.md)                                                         | Connect TradingView alerts to Hyperliquid    |
| [Backtesting](/backtesting/overview.md)                                                                         | Validate strategies with historical data     |
| [Risk Management](/risk-management/dashboard.md)                                                                | Understand safety features and risk controls |
| [Earning](https://github.com/0xhypevida/autotrade-project/blob/main/docs/gitbook/monetization/builder-codes.md) | Learn about builder codes and referrals      |
| [FAQ](/help-and-faq/faq.md)                                                                                     | Answers to common questions                  |

***

## Why HyperSync?

* **Risk-First**: Every trade is validated against margin, leverage, and liquidation thresholds *before* execution
* **Hyperliquid-Native**: Built specifically for Hyperliquid with real-time position tracking
* **Your Keys Stay Safe**: The platform never has withdrawal access to your funds
* **No Code Required**: Visual strategy builder, AI generation, and one-click copy trading
* **Transparent Performance**: All historical performance is verifiable and backed by on-chain data


---

# Agent Instructions: 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://docs.hypersync.cash/welcome/readme.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.
