> 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/boba-proxy/what-is-boba-proxy.md).

# What is Boba proxy

Run this command in your terminal to start the proxy

```bash
boba proxy
```

Now you will see the Boba Proxy open and it ready to be used by external agents such as ClaudeCode, OpenCode, Openclaw and more\
\
The Boba Proxy is reactive to the size of the terminal to fit an screen size while still giving you ability to monitor portfolio and tool log.

#### Compact -&#x20;

&#x20;

<figure><img src="/files/ZlWlP7EeqrmIP952Caro" alt="" width="272"><figcaption></figcaption></figure>

#### Mid-size -&#x20;

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

#### Full-width -&#x20;

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

### Navigation

the navigation in the proxy is handled by similar keybinds you can find at the bottom of the terminal&#x20;

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

### Deposit&#x20;

Deposit directly to your agents wallet using the `b` key-bind to open the deposit modal&#x20;

<figure><img src="/files/LYyjxcrFvf4eAVV2nIAD" 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/boba-proxy/what-is-boba-proxy.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.
