> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/miscellaneous-info/wallet-and-credits.md).

# ウォレットとクレジット

## **Aikidoクレジットとは何ですか？**

Aikidoクレジットは、AIペンテストのような高機能でリソースを多く消費する機能に、従量課金でアクセスするために使用されます。この仕組みにより、こうした高度なツールの利用量を直接管理でき、使った分だけ支払えばよくなります。

すべてのクレジットは、あなたの **Aikidoウォレット**で管理され、残高の確認、クレジットの追加購入、取引履歴の確認ができます。

## **クレジットは何に使えますか？**

Aikidoクレジットを使うと、プラットフォーム内の特定の高価値アクションが利用できるようになります。現在、主な用途は次のとおりです：

* **AIペンテスト**：AIを活用した高度な侵入テストをアプリケーションに対して実行します。
* **AIコード監査**：複数のセキュリティエージェントが接続されたコードベースを共同で解析し、ファイルをまたいで文脈をつなげながら、従来の静的スキャナーでは見つけられないアーキテクチャ上およびロジック上の欠陥を明らかにします。

## **クレジットを購入するには？**

ウォレットにクレジットを追加するには、次の手順に従ってください：

1. **組織設定に移動します。**
   * 次を選択します **組織設定** メインナビゲーションメニューから。 **ウォレット** のセクションには、現在の残高が表示され、このページ上で直接確認できます。
2. **購入フォームを開きます。**
   * 次をクリックします： **クレジットを購入** ボタンをクリックして購入ウィンドウを開きます。
3. **購入詳細を入力します。**
   * **金額**：購入したいクレジット数を入力します。
   * **最低購入数**：1回の取引につき最低500クレジットの購入が必要ですのでご注意ください。
   * **合計**：合計金額は自動的に計算され、確認できます。
4. **支払い方法を選択します。**
   * 以下 **クレジットカード** および **請求書**。これらのオプションについては次のセクションで説明します。
5. **購入内容を確認します。**
   * 次をクリックします： **確認** ボタンをクリックして支払いを進めます。

## **支払い方法**

クレジットは次の2つの方法のいずれかで購入できます：

* **クレジットカード**
  * これは標準的で最も速い支払い方法です。これを選択すると、安全な決済画面に進み、カード情報を入力できます。
* **請求書**
  * このオプションは **有料のお客様のみご利用いただけます**。請求書を選択した場合は、請求先担当者に請求書を作成して送付します。支払いが正常に完了すると、クレジットがウォレットに追加されます。

## **クレジット履歴を確認する**

クレジットの購入履歴と利用履歴の一覧を確認するには、 **組織設定** に移動し、 **履歴を表示** ウォレットのセクションへ移動してください。

クレジット履歴テーブルには次の項目が含まれます：

* **タイムスタンプ**：取引が行われた日時。
* **説明**：取引の内容（例：「クレジット購入」「AIペンテスト」）。
* **ステータス**：取引の状態（例：「完了」「支払い待ち」「失敗」）。


---

# 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://help.aikido.dev/docs/docs-ja/miscellaneous-info/wallet-and-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.
