> 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/can-kao/credits.md).

# 额度

点数是 Minara 用于 AI 使用量计费的单位。每当 Minara 的模型为你执行工作时，你都会消耗点数：聊天、研究、定时分析、API 调用。交易本身会单独按交易费用收费，不计入点数。

## 如何获取点数

点数随 Minara 订阅附带。每个付费方案都会在续费周期为你的余额充值，且支持按年计费。

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

如果你的订阅到期，你的余额将重置为免费方案的 300 点数。

## 方案

个人方案可通过 **管理** 对话框获取（网页应用右上角的账户菜单，或在聊天中让 Minara “管理点数”）：

| 方案  | 价格       | 点数     | 活跃工作流 | 智能体     | 备注                            |
| --- | -------- | ------ | ----- | ------- | ----------------------------- |
| 免费版 | $0       | 300    | —     | —       | —                             |
| 轻量版 | $19 / 月  | 1,400  | 5     | 更智能的智能体 | 190 个奖励 Sparks                |
| 入门版 | $49 / 月  | 4,000  | 20    | 更智能的智能体 | 标准优先级；490 个奖励 Sparks          |
| 专业版 | $199 / 月 | 20,000 | 50    | 最智能的智能体 | API 访问；更高优先级；1,990 个奖励 Sparks |

所有付费方案都包含无限制的 Copilot 和 Autopilot、自定义策略部署与运行，以及完整功能访问权限。企业方案可在同一对话框中的 **企业版** 选项卡中找到。

奖励 Sparks 是一种独立的奖励货币，用于生态权益（徽章、NFT 白名单、活动入场）。

## 什么会消耗点数

* 聊天查询、研究报告和 Crypto Picks。
* 带有 Minara 标志的工作流节点（“Minara Call” 节点）。其他工作流组件，如价格提醒触发器和条件，会在后端运行，不消耗点数。
* 定时分析。每次计划运行都会消耗点数，因此请选择一个符合你实际需要获取新结果频率的频率。
* 全部 [智能体 API](/docs/minara-handbook/zh/jiao-yi/agent-api/api-key.md) 使用 API 密钥进行身份验证的调用。

## 什么不会消耗点数

* 交易本身。交易计费为 [交易费用](/docs/minara-handbook/zh/jiao-yi/trading-fees.md)，与点数分开计算。
* 钱包操作：充值、提现、余额查询。
* 价格提醒监控，它在 Minara 后端运行，而不是作为 AI 查询。

## 点数用完时

对于智能体 API 请求，调用会暂停，直到你的余额补充回来，无论是在下次续费时还是升级方案后。

## 退款与方案变更

**我可以退款吗？**

订阅费用会在每个计费周期开始时收取，且不可退款，除非适用法律要求。充值点数同样不可退款，也不会结转到下一个计费周期。

**如何降级我的方案？**

打开 **管理** 对话框（右上角账户菜单，或让 Minara “管理点数”），然后选择一个更低的方案。该变更会在下一个计费周期开始时生效。在此之前，你仍可完全使用当前方案的功能。


---

# 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/can-kao/credits.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.
