> 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/agents/boba-agents/terminal-interface/top-up.md).

# Top Up

### Top up with agent&#x20;

Simply prompt your agent to top up your credits with a dollar amount of SOL or USDC on specific chain.

* When credits run below 10% left agent will prompt you to top up so your session does not get interrupted you can aut approve this and your agent can pay for its self or automate the process via automations&#x20;

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

### Top Up Manually&#x20;

Via the `/topup`  command you can open the top up menu&#x20;

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

Top up menu will show you balances you have available to spend on AI Credits with Bobas models

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

Toggle Between SOL and USDC&#x20;

* For USDC a chain will need to be selected for the top up&#x20;

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

After you select a dollar amount, asset and chain you will be prompted to confirm the top up amount asset and chain <br>

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

When you confirm you will get your new credits balance and tx confirmation&#x20;

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


---

# 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/agents/boba-agents/terminal-interface/top-up.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.
