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

# クレジット

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

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

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

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

サブスクリプションが終了すると、残高は無料プランの300クレジットにリセットされます。

## プラン

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

| プラン     | 価格       | クレジット  | 稼働中のワークフロー | エージェント     | 備考                             |
| ------- | -------- | ------ | ---------- | ---------- | ------------------------------ |
| 無料      | $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プランは、同じダイアログ内の **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のバックエンドで実行されます。

## クレジットがなくなったとき

Agent APIリクエストでは、次回の更新時またはプランをアップグレードした後に残高が補充されるまで、呼び出しは停止します。

## 返金とプラン変更

**返金は受けられますか？**

サブスクリプション料金は各請求サイクルの開始時に請求され、適用法で求められる場合を除き返金不可です。Top-Up Creditsも返金不可で、次の請求サイクルには繰り越されません。

**プランをダウングレードするにはどうすればよいですか？**

以下を開いてください **管理** ダイアログ（右上のアカウントメニュー、または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/ja/rifarensu/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.
