whatisgithub

What is pocket-wallet?

hoodpocket-labs/pocket-wallet — explained in plain English

Analysis updated 2026-05-18

0TypeScriptAudience · developerComplexity · 4/5Setup · hard

In one sentence

An MCP server that gives AI agents a self-custodial wallet to trade tokens on Robinhood Chain safely, using trust tiers and spending limits.

Mindmap

mindmap
  root((hoodpocket wallet))
    What it does
      AI agent trading wallet
      Self custodial keys
      MCP server interface
    Tech stack
      TypeScript
      Uniswap V4
      Robinhood Chain
      x402 payments
    Use cases
      Automated agent trading
      Fake token protection
      Pay per request APIs
    Audience
      Developers
      AI agent builders
      Crypto traders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Let an AI agent trade memecoins, utility tokens, and stock tokens on Robinhood Chain automatically.

USE CASE 2

Set per-trade and daily USD spending limits so an autonomous agent cannot overspend.

USE CASE 3

Protect against fake tokens by classifying addresses into trust tiers instead of trusting names.

USE CASE 4

Let an agent pay small fees for outside data APIs or hire other agents through a marketplace.

What is it built with?

TypeScriptMCPUniswap V4Robinhood Chainx402

How does it compare?

hoodpocket-labs/pocket-wallet0xradioac7iv/tempfs7vignesh/pgpulse
Stars000
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyhardmoderatemoderate
Complexity4/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Requires funding a dedicated wallet, configuring trust tiers, and connecting an MCP-capable AI agent.

A license badge is present in the README but the specific terms are not stated in the provided text.

So what is it?

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.

Copy-paste prompts

Prompt 1
Help me configure hoodpocket's trust tiers and per-trade limits in hoodpocket.config.json.
Prompt 2
Explain how hoodpocket classifies a token as official, issuer, established, or unknown.
Prompt 3
Walk me through connecting my AI agent to hoodpocket as an MCP server for trading on Robinhood Chain.
Prompt 4
Show me how to register a trusted RWA issuer so its tokens get their own trade limit.
Prompt 5
Explain how x402 payments work for paying per-request APIs through this wallet.

Frequently asked questions

What is pocket-wallet?

An MCP server that gives AI agents a self-custodial wallet to trade tokens on Robinhood Chain safely, using trust tiers and spending limits.

What language is pocket-wallet written in?

Mainly TypeScript. The stack also includes TypeScript, MCP, Uniswap V4.

What license does pocket-wallet use?

A license badge is present in the README but the specific terms are not stated in the provided text.

How hard is pocket-wallet to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is pocket-wallet for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.