> For the complete documentation index, see [llms.txt](https://docs.hoodcard.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hoodcard.cc/getting-started/fund-your-card.md).

# Fund your card

Fund your HoodCard by sending ETH or a supported tokenized stock on Robinhood Chain. After onchain confirmation, HoodCard credits the USD equivalent to your virtual card balance.

### Make a top-up

1. Open **Dashboard** and select **Fund Card**.
2. Select ETH or a supported stock token.
3. Enter the amount you want to fund.
4. Review the fee and confirm the wallet transaction.

A flat `3%` fee applies to every top-up. HoodCard deducts it from the asset you send.

### Example

Send `$100` worth of NVDA. The `$3` fee is deducted, so your card receives `$97`. Eligible top-ups earn fixed `2%` tokenized stock cashback.

### Timing

Top-ups process after Robinhood Chain confirms the deposit. Most complete within seconds to a few minutes.

Only send supported assets on Robinhood Chain. Transfers on another network cannot credit your card.

**Next:** [Use your virtual card](/using-hoodcard/use-your-virtual-card.md).


---

# 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.hoodcard.cc/getting-started/fund-your-card.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.
