# Wallet & Credits

## **What are Aikido credits?**

Aikido Credits are used to access powerful, resource-intensive features, such as AI Pentests, on a pay-as-you-go basis. This system gives you direct control over your consumption of these advanced tools, ensuring you only pay for what you use.

All your credits are managed in your **Aikido Wallet**, where you can check your balance, purchase more credits, and view your transaction history.

## **What can I use credits for?**

Aikido Credits unlock specific, high-value actions within the platform. Currently, the primary use case is:

* **AI Pentesting**: Run advanced, AI-powered penetration tests on your applications.
* **AI Code Audit**: Let multiple security agents work through the connected codebases together, chaining context across files to surface architectural and logic flaws that traditional static scanners can't see.

## **How to purchase credits?**

Follow these steps to add credits to your wallet:

1. **Navigate to Organization Settings.**
   * Select **Organization Settings** from the main navigation menu. The **Wallet** section, which shows your current balance, is visible directly on this page.
2. **Open the Purchase Form.**
   * Click the **Purchase Credits** button to open the purchase window.
3. **Enter Purchase Details.**
   * **Amount**: Enter the number of credits you wish to buy.
   * **Minimum Purchase**: Please note there is a minimum purchase of 500 credits per transaction.
   * **Total**: The total cost is calculated automatically for your review.
4. **Select a Payment Method.**
   * Choose between **Credit Card** and **Invoice**. These options are explained in the next section.
5. **Confirm Your Purchase.**
   * Click the **Confirm** button to proceed with the payment.

## **Payment methods**

You can purchase credits using one of two methods:

* **Credit Card**
  * This is the standard and fastest payment option. Selecting it will take you to a secure checkout flow to enter your card details.
* **Invoice**
  * This option is available **for paying customers only**. If you choose Invoice, we will generate and send one to your billing contact. Credits are added to your wallet upon successful payment.

## **Checking your credit history**

To see a full list of your credit purchases and usage, go to **Organization Settings** and click **View History** in the Wallet section.

Your credit history table includes:

* **Timestamp**: When the transaction happened.
* **Description**: What the transaction was for (e.g., "Credit Purchase," "AI Pentest").
* **Status**: The state of the transaction, such as "Completed," "Awaiting Payment," or "Failed."


---

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