> For the complete documentation index, see [llms.txt](https://rootai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rootai.gitbook.io/docs/rootai/hoodagent.md).

# HoodAgent

##

**Autonomous trading agent for Robinhood Chain, part of the rootAI ecosystem.**

Powered by [Virtuals Protocol](https://app.virtuals.io/virtuals/98447), running on Robinhood Chain with its own token.

***

### What It Is

HoodAgent is a socially-active, autonomous trading agent purpose-built for **Robinhood Chain**. It serves as the face and meme behind rootAI's Robinhood Chain product direction — a trading suite that combines agentic execution with a social presence across X, Telegram, and Discord.

Think: trading-centric, social-first, fully autonomous. Centered around Robinhood Stocks & ETF trading and tooling.

> Follow HoodAgent on X: <https://x.com/hoodagentai>

***

### How It Works

* **Autonomous trading** — Designed specifically to trade on Robinhood Chain.
* **Socially active** — Live on X and Telegram, with Discord and other platforms on the roadmap.
* **rootAI MCP integration** — The rootAI MCP is being updated to trade autonomously on Robinhood Chain, an entirely new stack.
* **Tokenized identity** — Tokenizing the agent provides the face/meme behind Robinhood Chain product direction.

***

### Roadmap

* Support rootAI's Robinhood Chain development efforts.
* Expand social presence: X and Telegram now → Discord and others next.
* Ship rootAI MCP updates enabling autonomous Robinhood Chain trading.
* Build out the full trading suite for Robinhood Stocks & ETFs across social platforms.

***

### Tokenomics

**Total Supply:** 1,000,000,000 HOOD

| Allocation                  | %      | Schedule                           |
| --------------------------- | ------ | ---------------------------------- |
| Liquidity Pool              | 42.87% | Fixed Supply                       |
| Automated Capital Formation | 25.00% | Limit Order Program, 2M → 160M FDV |
| Team                        | 25.00% | Default Team Vesting               |
| veVIRTUAL Airdrop           | 5.00%  | Fixed Supply                       |
| rootAI holders + LP Airdrop | 1.40%  | Airdrop to rootAI holders          |

***

### Links

* **Virtuals:** <https://app.virtuals.io/virtuals/98447>
* CA: 0x84aD72f6FD6bcCab5b5aa4F3C9ab86863bD2bCDa
* **Chain:** Robinhood Chain


---

# 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://rootai.gitbook.io/docs/rootai/hoodagent.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.
