> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/zh/kai-shi-shi-yong/subscribe.md).

# 订阅

付费方案会提高你的信用额度，解锁更多活跃工作流，并提供完整的功能集。查看 [点数](/docs/minara-handbook/zh/can-kao/credits.md) 以了解各方案包含的内容以及信用额度如何计费。

你可以通过两种方式付款：使用 Minara Spot 钱包中的加密货币，或通过 Stripe 使用银行卡付款。两种方式都从同一个方案选择器开始。

## 选择一个方案

点击方案标签或 `升级` 在顶部栏中。

<figure><img src="/files/dfff3cacfcc1403e98267691975cc5acfdc1624f" alt="Manage dialog showing the Lite, Starter, and Pro plans with prices, a Pay annually toggle, and a Subscribe button on each"><figcaption></figcaption></figure>

在 `管理` 对话框，切换到 `个人` 和 `企业版`，切换 `按年付费` 如果你想按年计费，并点击 `订阅` 你想要的方案。

<figure><img src="/files/af3e721b7b0fdca087366a860bec2eb1b0867e25" alt=""><figcaption></figcaption></figure>

会打开一个确认对话框，显示方案和价格。选择一种付款方式： `使用 Minara 钱包付款` （加密货币）或 `使用 Stripe 付款` （银行卡）。方案会立即生效，Minara 会按当前计费周期剩余时间按比例收费。

## 使用加密货币付款（Minara 钱包）

加密货币订阅将从你的 **现货** 钱包余额中扣款，而不是从你的 Perps 钱包中扣款。订阅前请先为 Spot 钱包充值。

### 1. 向你的 Spot 钱包存入 USDC

点击你的头像，选择 `钱包`，然后打开 `现货` 标签页。点击 `存款`.

<figure><img src="/files/a7939d021ee804e99f7c949866674715c08dc7b9" alt="Wallet panel on the Spot tab showing the balance, holdings, and the highlighted Deposit button"><figcaption></figcaption></figure>

选择一条链并将 USDC 发送到显示的地址。扫描二维码或点击 `复制` 以获取地址。

{% hint style="warning" %}
对于订阅付款，请在非 EVM 链上存入 USDC。我们推荐 **Solana**。存款入账到你的 Spot 钱包大约需要 15 分钟。
{% endhint %}

<figure><img src="/files/2cde1770dd4e1d123c0ad7cc7ff44ae71daf6c72" alt="Deposit dialog with Solana selected as the chain, a QR code, and the deposit address with a Copy button"><figcaption></figcaption></figure>

<figure><img src="/files/d98982754cd17cbcd368b93088c2f397c85a04cf" alt=""><figcaption></figcaption></figure>

### 2. 使用你的钱包余额付款

存款到账后，再次打开方案选择器，点击 `订阅` 你所选方案上的 `使用 Minara 钱包付款`，然后选择 `确认`.

<figure><img src="/files/b962b837191976be8cff0ab22d0e3142f426153c" alt="Pay with Minara Wallet dialog showing the plan, price, payment execution cost, and an Insufficient Payable Balance message"><figcaption></figcaption></figure>

{% hint style="info" %}
`可支付余额不足` 表示你的 Spot 钱包中没有足够的 USDC。请再存入一些，或等待待处理的存款入账后重试。
{% endhint %}

## 使用银行卡付款（Stripe）

在确认对话框中，点击 `使用 Stripe 付款` 并完成银行卡结账。使用银行卡付款时无需为钱包充值。

<figure><img src="/files/ba384f18c4e05cf94d2d4232a86094389e857906" alt="Subscribe confirmation dialog showing the plan and price, with the Pay with Stripe button highlighted next to Pay with Minara Wallet"><figcaption></figcaption></figure>


---

# 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://minara.ai/docs/minara-handbook/zh/kai-shi-shi-yong/subscribe.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.
