> 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 个奖励火花                |
| 入门版 | $49 / 月  | 4,000  | 20    | 更智能的智能体 | 标准优先级；490 个奖励火花          |
| 专业版 | $199 / 月 | 20,000 | 50    | 最智能的智能体 | API 访问；更高优先级；1,990 个奖励火花 |

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

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

## 什么会消耗积分

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

## 什么不会消耗积分

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

## 当积分用完时

对于 Agent 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:

```
GET https://minara.ai/docs/minara-handbook/zh/can-kao/credits.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.
