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

# クレジット

クレジットは、Minara における AI 利用の計測単位です。チャット、リサーチ、スケジュール分析、API 呼び出しなど、Minara のモデルがあなたのために作業を行うたびにクレジットを消費します。取引自体はクレジットではなく、別途取引手数料として課金されます。

## クレジットの獲得方法

クレジットは Minara のサブスクリプションに含まれます。各有料プランは更新サイクルごとに残高が補充され、年額請求も利用できます。

<figure><img src="/files/31488e8bd638a786570298cec5ca5cb685a86069" alt=""><figcaption></figcaption></figure>

サブスクリプションの有効期限が切れると、残高は Free プランの 300 クレジットにリセットされます。

## プラン

個人向けプランは **管理** ダイアログから利用できます（Web アプリの右上のアカウントメニュー、またはチャットで Minara に「クレジットを管理」と依頼してください）：

| プラン     | 価格      | クレジット  | アクティブなワークフロー | エージェント        | 注記                                 |
| ------- | ------- | ------ | ------------ | ------------- | ---------------------------------- |
| Free    | $0      | 300    | —            | —             | —                                  |
| Lite    | 月額 $19  | 1,400  | 5            | よりスマートなエージェント | 190 ボーナス Sparks                    |
| Starter | 月額 $49  | 4,000  | 20           | よりスマートなエージェント | 標準優先度；490 ボーナス Sparks              |
| Pro     | 月額 $199 | 20,000 | 50           | 最もスマートなエージェント | API アクセス；より高い優先度；1,990 ボーナス Sparks |

すべての有料プランには、Copilot と Autopilot の無制限利用、カスタム戦略のデプロイと実行、そして全機能へのアクセスが含まれます。ビジネス向けプランは、同じダイアログの **Business** タブに表示されます。

ボーナス Sparks は、エコシステム特典（バッジ、NFT ホワイトリスト、イベント参加など）のための別の報酬通貨です。

## クレジットを消費するもの

* チャットの問い合わせ、リサーチレポート、Crypto Picks。
* Minara のロゴが付いたワークフローノード（「Minara Call」ノード）。価格アラートのトリガーや条件などの他のワークフロー要素はバックエンドで実行され、クレジットは消費しません。
* スケジュールされた分析。実行ごとにクレジットを消費するため、実際にどのくらいの頻度で新しい出力が必要かに合わせて頻度を選んでください。
* すべて [エージェント API](/docs/minara-handbook/ja/qu-yin/agent-api/api-key.md) API キーで認証された呼び出し。

## クレジットを消費しないもの

* 取引自体です。取引は [取引手数料](/docs/minara-handbook/ja/qu-yin/trading-fees.md)として計測され、クレジットとは別です。
* ウォレット操作：入金、出金、残高確認。
* 価格アラートの監視。これは AI クエリではなく、Minara のバックエンドで実行されます。

## クレジットがなくなったら

エージェント 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/ja/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.
