> For the complete documentation index, see [llms.txt](https://docs.hashhunter.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hashhunter.ai/hash-hunter-terminal/subscription-and-access.md).

# Subscription & Access

#### How access works

Access to Hash Hunter Terminal is bound to your Solana wallet. There are no accounts, no usernames, no passwords. When you pay, your wallet address is recorded as a member for the duration of your subscription. When you reconnect that wallet, you're back in.

#### Plans

| Plan         | Price | Duration | Notes                |
| ------------ | ----- | -------- | -------------------- |
| Weekly Degen | $59   | 30 days  | Full terminal access |
| Full Send    | $590  | 365 days | Save $118 vs monthly |

Both plans unlock every module: token analyzer, engagement tracker, bonding curve scanner, meta brief, and AI agent chat.

#### Payment methods

We accept **SOL** and **USDC** on Solana. Quoted prices are in USD; the SOL or USDC amount is locked at quote time and held for five minutes. You sign one on-chain transaction from your connected wallet. The funds go directly to a non-custodial receive address — we hold nothing.

#### Renewal

Subscriptions do not auto-renew. We don't pull from your wallet on a schedule, we don't store payment methods, and there are no recurring charges. When your subscription is close to expiring, the dashboard shows a banner with a `[ RENEW ]` button. One click, one signature, you're back in for another period.

This is deliberate. Auto-billing on Solana requires either custody of your funds or a smart-contract approval — neither of which we want to do. You stay in control of every transaction.

#### Message limits

The AI agent in the terminal has a daily message cap of **50 messages per day per wallet**, with a five-second cooldown between messages and a 500-character message limit. The cap resets at 00:00 UTC. For nearly every legitimate research session this is far more than you'll use; the cap exists to prevent abuse.

If you ever hit the limit, the chat will tell you exactly how many messages you've used and when it resets.

#### Disconnecting

The `[ DISCONNECT ]` button clears your session from the browser. Your subscription remains valid on-chain — reconnect the same wallet any time before expiry and you're back in.

#### Refund policy

We do not offer refunds. Pricing is set low enough that one productive session covers the cost, and the wallet-bound model means subscriptions can't be transferred or shared. If something is genuinely broken on our end, reach us through the Telegram or X links in the dashboard footer and we'll handle it case by case.

#### Security

* We never see or store your private key
* We never custody your funds
* All access is signed on-chain
* The wallet you pay from is the wallet you access from. No password to leak, no email to phish.


---

# 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:

```
GET https://docs.hashhunter.ai/hash-hunter-terminal/subscription-and-access.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.
