# Token Utility & Fees

### 5. Token Model & Fees

#### 5.1 HyperTrade Token Utility

* **Creation & Backtesting Access**
  * Users will pay a reasonable fee per feature unlock.\
    &#x20;Ex. 100,000 $TRADE for unlocking Agent Hyper which creates Strategies\
    &#x20;Ex. 500,000 $TRADE for unlimited back testing per Strategy&#x20;
* **Marketplace Transactions**
  * Strategies can be priced in HyperTrade tokens or SOL.
  * HyperTrade charges a 5% fee on each sale or subscription of trading models.
  * Fees are automatically deducted at settlement.

#### 5.2 Deployment Fees

* **Per-Deployment Charge**
  * Each time a user deploys a strategy live, they pay (ex 0.1 SOL or equivalent).
  * Covers compute, monitoring, and exchange API usage.

#### 5.3 Trading Fees

* **Trade Volume Fee**
  * A small fee (e.g., 0.01% per trade) is charged on each executed order.
  * Or, alternatively, a 1% fee on net profit per closed position (whichever the user selects).
* **Fee Distribution ( TBD)**
  * xx% of fees to stakers
  * xx% goes to HyperTrade s operations and development fund.
  * xx% gets burned


---

# 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://modern-stoic-ai.gitbook.io/hypertrade-ai/getting-started/token-utility-and-fees.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.
