> 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/get-started/deposit-funds.md).

# Deposit Funds

## Direct Deposit (Crypto)

Send tokens directly to Boba account from any external wallet or exchange.

***

{% stepper %}
{% step %}

### Select "Deposit"

Top right of every screen.

<figure><img src="/files/XuKbPkFQc6lzmH9ldu2y" alt="" width="291"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select Method

Choose from direct transfer (provides receiving wallet address), convert from another chain, buy crypto via Moonpay, or deposit from a connected wallet.

<figure><img src="/files/u2QHPx9yAmRcb5WplH7O" alt="" width="325"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Receive Crypto

Simply send crypto to the provided wallet address, your tokens will arrive in Boba.

<figure><img src="/files/dLbBki3enqGechq9FZwR" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Buy Crypto with OnRamper

Selecting the OnRamper option will open a secure transaction for you in a new window.

<figure><img src="/files/1709w44UYxnDAdVW2bVC" alt="" width="322"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Deposit with Wallet

Input the desired deposit amount then confirm the transaction with your connected wallet.

<figure><img src="/files/hnh0FeUEkuQcMLV8FqmO" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

Your tokens will arrive shortly, transfers can be viewed in [Portfolio](/platform-map/portfolio.md)

{% hint style="info" %}
Ensure the wallet you connect supports the chain you are depositing on, you can always connect another wallet.\
\
Ensure the token you send matches the destination chain, double check the wallet address before sending.
{% endhint %}


---

# 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/get-started/deposit-funds.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.
