> For the complete documentation index, see [llms.txt](https://docs.zeroauthority.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeroauthority.xyz/nova-bot/premium.md).

# Premium

Upgrade your Nova experience with higher limits, exclusive alert types, and advanced AI features.

***

### Plans

| Plan        | Price         | Duration |
| ----------- | ------------- | -------- |
| **Monthly** | **0.99 USDh** | 30 days  |
| **Yearly**  | **9.99 USDh** | 365 days |

Billed as a one-time on-chain payment. Renew anytime — additional purchases extend your expiration date. Save over **15%** with the yearly plan.

{% hint style="info" %}
**Accepted tokens:** USDh, STX, and sBTC. If you pay with STX or sBTC, the swap to USDh is handled automatically.
{% endhint %}

***

### Free vs Premium

| Feature                                 | Free           | Premium            |
| --------------------------------------- | -------------- | ------------------ |
| **Token swap alerts**                   | 3 tokens       | 20 tokens          |
| **NFT collection alerts**               | 10 collections | 100 collections    |
| **Wallet tracker alerts** (multi-chain) | 1 address      | 300 addresses      |
| **Custom wallet labels**                | --             | Yes                |
| **Contract deployment alerts**          | --             | Yes                |
| **New token pair alerts**               | --             | Yes                |
| **Whale transfer alerts**               | --             | Yes                |
| **Daily AI messages**                   | 5              | 25                 |
| **Smart alerts**                        | 2              | 50                 |
| **Smart alert conditions**              | 1 per alert    | Up to 10 per alert |
| **Smart alert cooldown**                | 1 hour         | 1 minute           |
| **Composable conditions**               | --             | AND/OR logic       |
| **Time windows**                        | --             | UTC hour ranges    |
| **Digest mode**                         | --             | Daily summaries    |
| **Discord roles managed**               | 10             | 30                 |
| **Discord servers**                     | 1              | 3                  |
| **Telegram groups**                     | 1              | 3                  |
| **Daily notification cap**              | 300            | 10,000             |

***

### Premium-Only Alert Types

These notification types are exclusive to Premium subscribers:

#### Stacks Token/Pair Sniper

Get real-time alerts when new tokens or liquidity pools are deployed on Stacks. Be first to discover new trading opportunities.

#### Stacks NFT Sniper

Instant notifications for new NFT collection deployments and mints. Configure whether you want all individual mints or just new collection alerts.

#### Stacks Contract Sniper

Monitor new smart contract deployments on Stacks. Stay on top of ecosystem development activity.

#### Whale Transfer Alerts

Track high-value STX transfers in real time. Get notified when large amounts move on-chain.

#### Solana Token/Pair Sniper

Real-time alerts when new tokens and liquidity pools launch on **Solana**, including **pump.fun** graduations. Set a minimum-liquidity filter to cut the noise and only see pools that matter.

#### EVM Token/Pair Sniper

New token/pair launches across the **EVM majors** — Ethereum, Base, BNB Chain, Arbitrum, Polygon, Optimism, and Avalanche — in one opt-in. Same minimum-liquidity filter as the Solana sniper.

#### TON Token/Jetton Sniper

Real-time alerts when new jettons and liquidity pools launch on **TON** (The Open Network) across STON.fi, DeDust, and other TON DEXes. Same minimum-liquidity filter as the Solana sniper.

#### Sui Token/Pair Sniper

Real-time alerts when new coins and liquidity pools launch on **Sui** across Cetus, Turbos, and other Sui DEXes. Same minimum-liquidity filter as the Solana sniper.

#### Hyperliquid Listings Sniper

Be first to know when a new **spot pair** or **perp market** lists on **Hyperliquid**. Perp alerts include the max leverage.

#### Solana & EVM NFT Collection Sniper

New NFT collection launches across **Solana** and **EVM/other chains** (Ethereum, Polygon, Base, Arbitrum, Avalanche, Sei, Monad, and more). Alerts include the mint price, supply, artwork, and — for upcoming mints — the launch time, so you get advance notice. Subscribe to Solana, EVM, or both.

{% hint style="info" %}
Each chain is its own opt-in — subscribe only to the ones you care about. Token snipers let you set a **minimum liquidity (USD)** threshold during setup; choose **0** to see everything (noisier) or raise it to surface only pools with real depth.
{% endhint %}

{% hint style="warning" %}
**Coming soon:** Bitcoin **Runes** & **BRC-20** deploy snipers are built and will switch on once a suitable data source is connected. A **TON NFT-collection** sniper is planned, pending a keyless launchpad feed.
{% endhint %}

***

### How to Subscribe

#### From Discord

1. Use the `/premium` command
2. Select **"Subscribe"**
3. You'll receive a link to the payment page
4. Complete the on-chain transaction
5. Your premium status activates automatically

#### From Telegram

1. Use the `/premium` command
2. Follow the wizard steps
3. Complete payment via the provided link
4. Status activates automatically

#### From the Web

Visit the premium page directly at [nova.zeroauthoritydao.com/premium](https://nova.zeroauthoritydao.com/premium). Sign in and link your accounts from the dashboard.

***

### Check Your Status

Use `/premium` on Discord or Telegram to view your current subscription status and expiration date at any time.

***

### Custom Plan

Need tailored limits, custom alert integrations, or project-specific requirements?

{% hint style="info" %}
**Contact us** for a custom plan that fits your needs. Reach out on [Discord](https://discord.gg/zeroauthority) or [Telegram](https://t.me/zeroauthority).
{% 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://docs.zeroauthority.xyz/nova-bot/premium.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.
