> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/taro-ai/top-up-credits.md).

# Top Up Credits

{% stepper %}
{% step %}

### Go to Settings Page

Located in the Top right click your PFP or User Icon and a drop down will appear with settings option.

<figure><img src="/files/Czim8u0opBCWb0dNMCF0" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Navigate to Usage&#x20;

On the Settings page us the left hand nav and click Usage

<figure><img src="/files/jw48wGh6kEiggI14iV4k" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Click Buy More&#x20;

<figure><img src="/files/T6tLqPgG4zcm5IATfSCT" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Select Payment Method

Boba accepts Stripe for Debit and Credit card and Crypto currency Native assets and USDC on all supported chains&#x20;

<figure><img src="/files/Yb4A1p0y8lBcF9UTsE07" alt=""><figcaption></figcaption></figure>

### Crypto Payment&#x20;

You can select from Native tokens or USDC balances of tokens will be displayed&#x20;

<div align="center"><figure><img src="/files/fYuGClpHJ6T9mqxMbGMs" alt="" width="319"><figcaption></figcaption></figure> <figure><img src="/files/P9XaDVyluOTfI3DwMrWn" alt="" width="317"><figcaption></figcaption></figure></div>

### CC/Debit Card Payment

For Stripe payments select Card in top toggle and click pay this will take you to stripe page to process your transaction. Once completed you will be redirected back to Boba.

<figure><img src="/files/u7aIwepgFxUpcOdZ8Zk3" alt="" width="323"><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Confirm Credit Purchase&#x20;

### Crypto&#x20;

Simply click Buy button and transaction will process&#x20;

<figure><img src="/files/KUPUJS9fPX3UFaFM99Z9" alt="" width="323"><figcaption></figcaption></figure>

### Stripe CC/Debit

Fill out recquired information and Pay&#x20;

<figure><img src="/files/rJ4q5ghZEYLY89eDAPFG" alt="" width="563"><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}


---

# 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.boba.xyz/taro-ai/top-up-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.
