> For the complete documentation index, see [llms.txt](https://docs.cod3x.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cod3x.org/terminal-overview/credits.md).

# Credits

## Buying Credits

Cod3x runs on credits.\
Credits pay for AI analysis, chat interactions, and other on-demand features.\
You can check your balance and top up at any time.

***

### 1. Check Your Balance

* Look at the **bottom left corner** of the terminal for your profile circle and account name.
* Click it to open the account menu.
* Your current credit balance appears here.

***

### 2. Start a Purchase

* Click **Buy Credits**.
* A pop-up modal displays several credit packs:

| Pack                                                        | Credits | Price   | Bonus        |
| ----------------------------------------------------------- | ------- | ------- | ------------ |
| **Starter Pack**                                            | 5,000   | $50     | –            |
| **Popular Choice**                                          | 10,000  | $100    | –            |
| <p><strong>Pro Pack</strong><br><em>(most popular)</em></p> | 20,000  | $200    | –            |
| **Enterprise**                                              | 36,750  | $332,50 | +1,750 bonus |
| **Mega Pack**                                               | 50,000  | $450    | +5,000 bonus |

Pick the size that fits your trading and analysis needs.

***

### 3. Payment

*

```
You can purchase credits through two methods:
```

```
* **Coinbase Commerce** – Click Purchase with Coinbase to open a secure payment tab. Coinbase Commerce supports multiple crypto payment methods including Coinbase account, Coinbase Wallet, Smart Wallet, MetaMask, or any connected wallet. You can even pay with CDX.
* **x402 Protocol** – Pay directly on Base using USDC. Choose to pay from Your Wallet or your Agent Wallet. Payments use gasless EIP-3009 signed authorization — you sign a message, no gas required, and the payment processes automatically. Select your amount, confirm the details (network, recipient, validity window), and hit Connect & Pay.
```

***

### 4. Confirmation

* After you approve the payment, processing typically takes **10–20 minutes for Coinbase Commerce**. Instant for x402.&#x20;
* You’ll receive a **notification in the Alerts section** once credits have been added to your account.

***

With credits in place, your agent can keep running uninterrupted—covering everything from market scans to high-frequency strategy updates.


---

# 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://docs.cod3x.org/terminal-overview/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.
