# Pro Subscription

Pro is Zirodelta's paid tier. It unlocks Autopilot (delta-neutral automation) and the Automation tab (rule-based strategies). Everything else. The trading terminal, Farm Score, CVD, OI Delta, funding charts. Is free.

## What Pro unlocks

| Feature                                             | Free | Pro                       |
| --------------------------------------------------- | ---- | ------------------------- |
| Perp trading via Zirodelta terminal                 | Yes  | Yes                       |
| Farm Score, CVD, OI Delta                           | Yes  | Yes                       |
| Funding rate charts (90d history)                   | Yes  | Yes                       |
| Autopilot (delta-neutral automation)                | No   | Yes                       |
| Automation strategies (auto-open/close rules)       | No   | Yes                       |
| Positive funding DN trades (short perp + long spot) | No   | Yes                       |
| Negative funding DN trades (with Lending Vault)     | No   | Yes (when vault launches) |

## Pricing

* **$10 USDC per 30-day period**
* Paid on-chain via Hyperliquid's `usdSend` action
* No recurring billing. Each period must be renewed manually

There are no discounts, no trial periods, and no annual plans at this time.

## How to pay

### Step 1: Get the payment address

In the app, go to **Portfolio → Subscription**. The Zirodelta treasury address and the exact payment amount ($10.00 USDC) are shown on screen. Copy the address.

### Step 2: Send exactly $10 USDC via usdSend

On Hyperliquid, `usdSend` is the action for transferring USDC between accounts. You can use the Hyperliquid native UI or the Zirodelta payment flow directly in the app.

The payment must be:

* Exactly $10.00 USDC
* Sent from the wallet address connected to your Zirodelta account
* Via Hyperliquid `usdSend` (not an EVM transfer, not a bridge)

> **Warning:** Do not send from a different wallet address than the one connected to your account. The subscription is tied to your wallet address. Payments from other addresses cannot be attributed to your account.

### Step 3: Activation

Subscription activation is verified on-chain. Once the `usdSend` transaction is confirmed on Hyperliquid L1 (typically within 2–4 seconds), your Pro status activates automatically. Refresh the app and Pro features will be unlocked.

### Renewal

Pro subscriptions do not auto-renew. Your 30-day access counts down from the moment of payment. When it expires, Autopilot pauses and automation strategies stop executing. Your positions remain open. They are not automatically closed on expiry.

To renew, send another $10 USDC via the same process. You can renew before your current period expires. The new 30 days stack on top of the remaining days.

## Automation strategies (Pro only)

Once Pro is active, the **Automation** tab in the navigation becomes fully functional. Automation lets you create rule-based strategies:

* **Auto-close**: Close a position when the 1h funding rate crosses a threshold you set (e.g., close the short perp if the rate drops below 0.005%).
* **Auto-open**: Open a new perp position when the 1h funding rate crosses a threshold (e.g., automatically enter a $1,000 short on BTC when the rate rises above 0.01%). Set the size in USD and direction (short or long) when creating the strategy.

The automation scheduler runs every 60 seconds. Rules are checked on each cycle. Multiple strategies can run simultaneously. Each strategy deactivates after triggering once, create a new one to re-arm it.

> **Note:** Automation strategies require the agent wallet to be approved. If you revoke the agent wallet, strategies will stop executing even if your Pro subscription is still active.

## $ZDLT token

The $ZDLT token exists on Solana as a utility and governance token for the Zirodelta ecosystem. **It is not required for Pro access.** The Pro subscription is paid in USDC on Hyperliquid. $ZDLT does not grant discounts on the Pro subscription at this time.


---

# 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.zirodelta.com/autopilot/pro-subscription.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.
