> For the complete documentation index, see [llms.txt](https://help.helioscard.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.helioscard.xyz/your-wallet/adding-funds.md).

# Adding funds

To use Helios, you first bring funds into your wallet. This is called **bridging in** — moving USDC onto the Canton Network so it becomes spendable USDCx.

## How to add funds

1. Go to **Bridge in** (or **Add funds**) from your wallet.
2. Enter the amount you want to bring in. The app shows the **minimum** amount you can add.
3. Confirm. The app walks you through the transfer.
4. Wait for it to finish. You'll see a progress indicator while the network confirms it.

{% hint style="info" %}
Large transfers may be queued and processed in order. If yours is queued, the app shows your place in line and an estimated wait (e.g. "yours starts in about 3 min") — it's still on its way.
{% endhint %}

## How long does it take?

Bridging usually takes a **few minutes**. If the network is busy or your transfer is queued, it can take a little longer. The app keeps the status up to date.

## Frequently asked

### Is there a minimum or maximum?

There's a **minimum** amount to add, which the app shows on the screen. There's no fixed maximum — you can add more than you plan to borrow against.

### My funds haven't arrived yet — what do I do?

Bridging is not instant. As long as the app shows the transfer as pending/processing, it's still working. See [Pending & processing transactions](/help-and-troubleshooting/pending-transactions.md). If it's stuck well beyond a few minutes, [contact support](/help-and-troubleshooting/contact.md).

### Is there a fee?

Helios shows any applicable fee before you confirm, along with the amount that will arrive.


---

# 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://help.helioscard.xyz/your-wallet/adding-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.
