hoodpocket-labs/pocket-wallet — explained in plain English
Analysis updated 2026-05-18
Let an AI agent trade memecoins, utility tokens, and stock tokens on Robinhood Chain automatically.
Set per-trade and daily USD spending limits so an autonomous agent cannot overspend.
Protect against fake tokens by classifying addresses into trust tiers instead of trusting names.
Let an agent pay small fees for outside data APIs or hire other agents through a marketplace.
| hoodpocket-labs/pocket-wallet | 0xradioac7iv/tempfs | 7vignesh/pgpulse | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | hard | moderate | moderate |
| Complexity | 4/5 | 3/5 | 4/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires funding a dedicated wallet, configuring trust tiers, and connecting an MCP-capable AI agent.
This project, called hoodpocket, gives an AI agent its own small trading wallet so it can buy and sell tokens on Robinhood Chain around the clock, within limits that the owner sets in advance. It works as an MCP server, which means any AI assistant that supports the Model Context Protocol, such as Claude, ChatGPT, or Cursor, can connect to it and place trades. The wallet is self custodial, meaning the person who sets it up keeps the private key and controls the funds at all times. A core problem the project addresses is that Robinhood Chain is an open network where anyone can create a token with any name, so there are fake versions of well known tokens sitting right next to the real ones. Rather than trusting a token's name or symbol, hoodpocket looks at signals that are expensive to fake, such as matching bytecode fingerprints and deployer addresses, to sort every token into a trust tier. Each tier has its own spending limit per trade, and there is also a shared rolling daily budget across all trades, valued in US dollars using live pricing. The tool is aware that Robinhood Chain lists roughly 95 official tokenized versions of real stocks, and these track markets that are only open certain hours. hoodpocket knows the New York Stock Exchange calendar, including weekends and holidays, and can warn about or even block trades in these stock tokens when the underlying market is closed, since prices can drift further from reality during those times. For safety, the wallet never allows sending funds out to an arbitrary address. Money can move between currencies inside the wallet, but the only way out is a narrow exception for paying small per-request API fees to a preapproved list of services, a system called x402. Every trade or payment is also logged so the owner can review the full history with links to the blockchain explorer afterward. Beyond trading, the wallet can also pay for outside data services and even hire other AI agents to do work through a related marketplace, all governed by the same kind of safety limits used for trading.
An MCP server that gives AI agents a self-custodial wallet to trade tokens on Robinhood Chain safely, using trust tiers and spending limits.
Mainly TypeScript. The stack also includes TypeScript, MCP, Uniswap V4.
A license badge is present in the README but the specific terms are not stated in the provided text.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.