> 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/security-and-support/glossary.md).

# Glossary

<details>

<summary>Cashback</summary>

A reward sent after eligible card activity. HoodCard delivers cashback as a tokenized stock to your connected wallet.

</details>

<details>

<summary>Daily X Limit</summary>

The maximum USD value HoodAgent can process through X commands in a rolling 24-hour period.

</details>

<details>

<summary>EVM wallet</summary>

A wallet compatible with Ethereum-style networks and applications. MetaMask, Rabby, and Coinbase Wallet are common examples.

</details>

<details>

<summary>HoodAgent</summary>

Your personal smart contract on Robinhood Chain. It enables configured HoodCard actions through a linked X account.

</details>

<details>

<summary>Non-custodial</summary>

A model where you control your wallet keys and assets. HoodCard does not hold your wallet assets or delivered rewards.

</details>

<details>

<summary>Onchain</summary>

An action or record that happens on a blockchain. Card funding, token transfers, and HoodAgent deployment are onchain actions.

</details>

<details>

<summary>RWA</summary>

Real-world asset. In HoodCard, RWA commonly refers to tokenized stock assets available on Robinhood Chain.

</details>

<details>

<summary>Token allowance</summary>

A permission that lets a smart contract move a defined amount of a token from your wallet. HoodAgent needs an allowance for X-triggered deposits.

</details>

Need an answer not covered here? Visit [FAQ and social links](/security-and-support/faq-and-social-links.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/security-and-support/glossary.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.
