Documentation
Everything you need to start trading with YellBot.
Getting started
1. Sign in with X
Visit the wallet page and click "Sign in with X". This generates a self-custodial wallet tied to your X handle. No seed phrase required.
2. Fund your wallet
Deposit ETH on Robinhood Chain — that's all you need. Buys are paid in ETH and the bot routes through USDG liquidity automatically. Bridge ETH from any chain via the links on the wallet page. Your wallet address is shown there too.
3. Tweet a command
Mention @yellbotRH in any tweet with a trading command. The bot will parse your intent and execute the trade on-chain.
4. Check results
YellBot replies to your tweet with the transaction result and a link to Blockscout.
Command reference
| Command | Description |
|---|---|
buy $[amount] [ticker] | Buy a tokenized stock, ETF, or token with your ETH |
sell all [ticker] | Sell entire position of an asset |
sell $[amount] [ticker] | Sell a specific dollar amount |
sell [amount] [ticker] | Sell an exact token amount (e.g. sell 0.5 NVDA) |
send @[handle] $[amount] [ticker] | Transfer asset to another X user |
balance | Get your holdings + USD values as a reply |
All commands must mention @yellbotRH in the tweet.
Supported assets
Stocks & ETFs
NVDA, TSLA, AAPL, MSFT, AMZN, GOOG, META, SPY, QQQ and 40+ more tokenized equities.
Community tokens
Tokens with WETH liquidity on Robinhood Chain are routed automatically through Uniswap V3 pools.
Coming soon
Index baskets (MAG7, AI6), limit orders, price alerts, and airdrops to repliers.
Security
Non-custodial
YellBot never holds your private keys. Your wallet is generated client-side and the key is stored encrypted. Only you can export or use it.
Deterministic execution
The language model only parses your tweet into a structured intent (JSON). All trade execution is handled by deterministic code with per-transaction spending limits.
On-chain transparency
Every trade is a real on-chain transaction on Robinhood Chain (Chain ID 4663). Verify any transaction on Blockscout.
Robinhood Chain
https://rpc.mainnet.chain.robinhood.com/FAQ
Is YellBot free to use?
Yes. There are no fees from YellBot itself. You only pay standard on-chain gas fees and DEX swap fees.
What chain does YellBot use?
Robinhood Chain (Chain ID 4663), an Arbitrum L2. All trades settle on-chain.
Can I lose my funds?
YellBot is non-custodial — you hold your own keys. The bot never has access to your private key. However, trading carries inherent risk.
What happens if I send to someone who hasn't signed up?
A wallet is pre-generated for every X handle. When they sign in with X, the funds are already waiting.
Can I export my wallet?
Yes. You can export your raw private key at any time from the wallet page and import it into any EVM wallet.