> For the complete documentation index, see [llms.txt](https://suzuna.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://suzuna.gitbook.io/whitepaper/revenue-model.md).

# Revenue Model

### A simple product-led revenue model

SUZUNA's monetization model is directly connected to the core product.

The platform provides a free entry point for users to deploy and use AI wallet agents, while the Pro subscription introduces a paid tier with a higher agent limit.

#### Free

The Free plan allows users to deploy up to **2 AI agents**.

This provides access to the core SUZUNA experience and allows users to understand the product before moving to the paid tier.

#### Pro

After TGE, SUZUNA will introduce the **Pro subscription**.

Pro users will be able to deploy up to **6 AI agents**, with the subscription paid using **$SZN**.

The final Pro subscription price will be announced before Pro activation.

#### Revenue Flow

The initial revenue model is straightforward:

**Users → Pro Subscription → $SZN Payment → SUZUNA Revenue**

The model connects monetization directly to an existing product function rather than introducing separate financial mechanisms around the token.

#### Product-Led Monetization

SUZUNA's free tier serves as the entry point to the product, while Pro provides additional capacity for users who need more wallet-specific agents.

This creates a simple progression:

**Discover → Use → Upgrade**

The Pro subscription does not introduce unrelated features. It expands the number of AI agents available to a user while preserving the same core SUZUNA experience.

#### Revenue Scope

The initial revenue model is limited to Pro subscriptions.

SUZUNA does not currently define additional revenue mechanisms such as:

* Trading fees
* Asset management fees
* Transaction fees
* Staking fees
* Marketplace fees
* Revenue sharing
* Buyback mechanisms

Any future revenue streams would be introduced separately and communicated as part of the product's development.

#### Pricing

Pro pricing is **TBA** and will be announced before the subscription becomes active.

No revenue projections or expected earnings are included until actual pricing and product usage provide a meaningful basis for measurement.


---

# 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://suzuna.gitbook.io/whitepaper/revenue-model.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.
