> 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/~/revisions/SGhJfnCIOpxRjx1gC1k5/miscellaneous-info/wallet-and-credits.md).

# 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.

We are continuously expanding the features accessible with credits, so check back for updates.

## **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
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/~/revisions/SGhJfnCIOpxRjx1gC1k5/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.
