> 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/introduction.md).

# Introduction

HoodCard is a non-custodial virtual Visa card built on Robinhood Chain. It lets you fund a card with crypto or tokenized stocks, spend online wherever Visa is accepted, and earn tokenized stock cashback.

Your wallet is your HoodCard account. There is no email signup, password, or traditional bank account requirement.

### Why HoodCard

{% columns %}
{% column %}

#### Your wallet, your assets

You control your wallet and all delivered cashback tokens. HoodCard does not custody your wallet balance.
{% endcolumn %}

{% column %}

#### Spend with a virtual Visa card

Create a card, fund it onchain, and use its details for eligible online purchases.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

#### Earn tokenized stock rewards

Eligible top-ups and card spending can earn tokenized stock cashback in your connected wallet.
{% endcolumn %}

{% column %}

#### Manage from X

HoodAgent provides optional card controls through your linked X account.
{% endcolumn %}
{% endcolumns %}

### Before you start

* Use an EVM-compatible wallet, such as MetaMask, Rabby, or Coinbase Wallet.
* Switch the wallet to Robinhood Chain, using Chain ID `4663`.
* Keep ETH on Robinhood Chain for gas and prepare a supported funding asset.

{% hint style="info" %}
Keep ETH on Robinhood Chain for onchain gas fees and HoodAgent deployment.
{% endhint %}

### Start in minutes

{% stepper %}
{% step %}

#### Connect your wallet

Connect your wallet and switch to Robinhood Chain. Follow [Connect your wallet](/getting-started/connect-your-wallet.md).
{% endstep %}

{% step %}

#### Create your HoodCard

Choose your card name, agent name, and Daily X Limit. Follow [Create your HoodCard](/getting-started/create-your-hoodcard.md).
{% endstep %}

{% step %}

#### Fund and use your card

Make your first top-up, then access card details in the Dashboard. Follow [Fund your card](/getting-started/fund-your-card.md).
{% endstep %}
{% endstepper %}

Need help at any point? Review [Troubleshooting](/security-and-support/troubleshooting.md) or contact support through [Telegram](https://t.me/tryhoodcard).


---

# 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/introduction.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.
