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

# Launch Pad

{% hint style="info" %}
The Launch Pad is where users configure and deploy their live strategies on **HyperStackz**.\
It connects directly to your **Hyperliquid account** through your authorized **agent wallet**, allowing you to execute accumulation and yield strategies in real time.
{% endhint %}

***

### Overview

The Launch Pad provides a live chart view for each supported ticker and displays market conditions in real time.\
You can define your accumulation and take-profit parameters directly from this interface.

Each chart includes:

* **Live market feed** with multiple timeframes
* **Strike line** (orange) showing your target accumulation level
* **Take-Profit line** (green) showing your trailing exit threshold
* **Historical data** for recent market context

{% hint style="success" %}
You can drag and adjust your Strike and TTP lines directly on the chart to fine-tune your setup before launching.
{% endhint %}

***

### Configurable Parameters

Each strategy on HyperStackz is built using two parameters:

* **Strike Price**\
  The target price where accumulation begins.\
  Determines the DCA depth and how your strategy scales into position.
* **Trailing Take-Profit (TTP)**\
  The percentage above your average entry where profit capture begins.\
  Once this threshold is reached, the agent secures profits and restarts the cycle automatically.

{% hint style="success" %}
Strike defines your entry logic.\
TTP defines your exit logic.\
Together, they shape how your strategy reacts to market volatility.
{% endhint %}

***

### Performance Preview

Once your parameters are set, the **Performance Preview** panel updates with projected results and cycle probabilities based on live market data.

**Displayed metrics include:**

* **30D ROI** – Estimated 30-day return
* **6M ROI** – Estimated six-month return
* **Projected APY** – Annualized performance projection under current conditions
* **Stackz Chance** – Probability of last dca level being trįtest

{% hint style="info" %}
Performance data uses real-time volatility, liquidity, and historical strategy outcomes to estimate yield potential.\
These metrics are for informational purposes and not guaranteed future returns.
{% endhint %}

***

### Deposit & Launch

Once your strategy is configured, allocate your desired capital and launch.

**Steps:**

1. Connect your **EVM wallet**
2. Accept your **Agent Wallet** authorization on Hyperliquid
3. Accept the **Builder Code**
4. Set your **Strike Price** and **TTP**
5. Enter your deposit amount
6. Click **Launch**

After launch, the HyperStackz agent executes automatically:

* DCA orders are placed at percentage-based intervals
* Each filled order updates your average entry
* The trailing TTP monitors market momentum
* When triggered, profits are realized and the cycle restarts

{% hint style="warning" %}
Confirm your Strike and TTP levels before launching.\
Once deployed, strategies execute live and interact directly with the Hyperliquid order book.
{% endhint %}

***

### Dashboard Summary

The top section of the Launch Pad displays real-time protocol and account data:

* **Total Value Locked (TVL)**
* **Total Yield Generated**
* **Total Volume (24h)**
* **Fear & Greed Index**

These metrics refresh continuously and reflect the combined activity of all strategies connected to your account.

{% hint style="info" %}
You can switch between supported tickers and review live performance without disconnecting your wallet.
{% endhint %}

***

### Summary

The Launch Pad is your command center for executing automated accumulation and yield strategies.\
Set your parameters, review projections, and launch confidently with full transparency and control.

{% hint style="success" %}
HyperStackz executes your strategy directly through your authorized agent wallet on Hyperliquid — no vaults, no pooling, no intermediaries.\
Just precision, automation, and yield.
{% endhint %}


---

# 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://hyperstackz.gitbook.io/hyperstackz-docs/platform-overview/launch-pad.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.
