Connecting to Robinhood Chain

Robinhood Chain · id 4663

Skills

[ Skills ]

Everything this agent can actually do

One page, no roadmap. Every capability below is wired up in this build — execution on one side, the analysis that drives it on the other, with the real guardrails printed on the card rather than buried in a settings menu.

Runtime status

Checking…

Reading agent runtime…

Verified assets · Robinhood Chain

ETHWETHUSDGCBBTCNVDASPYMUHIMSSPCXGLDRDDTQQQTTWOMSTRDJTGMEAAPLLLYSGOVSNAPTSLAFIGRBLXWYFIGOOGLCRCLAISTONKBROKERCASHCATPONSUPMICRODUCKINDEXFRONGRABBIT

Automations and backtests trade ETH · CBBTC · NVDA · SPY · MU · HIMS · SPCX · GLD · RDDT · QQQ · TTWO · MSTR · DJT · GME · AAPL · LLY · SGOV · SNAP · TSLA · FIG · RBLX · WYFI · GOOGL · CRCL · AI · STONKBROKER · CASHCAT · PONS · UP · MICRODUCK · INDEX · FRONG · RABBIT. USDG is the quote asset the agent buys and sells against. Swaps work across all 35 tokens; any other ticker on this chain is outside the verified list.

Execution

Execution layer

Uniswap v3 swaps

Live

Quotes every fee tier on-chain, picks the best route and estimates price impact against a small probe trade. You sign the swap yourself through SwapRouter02 with a 0.5%, 1% or 3% slippage cap.

HowOpen Swap, or ask in Chat: “quote 0.5 ETH into NVDA”.

Automation engine — paper mode

Live

Entry and exit condition groups are evaluated against the latest candle close on 1H, 4H or 1D. Fills are simulated at the real close, charged 0.3% per side, and every one lands in a permanent execution ledger with its trigger reason.

Ticks are serialized across every server instance: at most one evaluation every ~4 minutes, driven by app traffic plus a scheduled heartbeat.

HowMy automations → + New automation → Paper. Or ask Chat to build one for you.

Live execution

Live

The same engine can trade real USDG from your agent wallet, swapping through SwapRouter02 with a 1% slippage cap and writing each transaction hash into the ledger next to the fill.

Gated by hard rules, not settings: a stop-loss is mandatory, one live automation per asset, and $200 of total live budget per wallet. Chat cannot open a live automation — only you can.

HowMy automations → set mode to Live. A funded agent wallet has to exist first.

Agent wallet

Live

A dedicated trading key generated server-side and stored AES-256-GCM encrypted. Its balance is the only money live automations can ever touch, and it is separate from the wallet you connect with.

Withdraw-all stops your live automations, closes their positions, then sweeps every tracked token plus ETH (minus a fee-aware gas reserve) back to your own address. The destination is taken from your session, never from the request.

HowThe agent wallet card at the top of My automations.

Portfolio reads

Live

Native ETH and every supported ERC-20 balance fetched in one multicall, priced from live Uniswap v3 pools into per-asset and total USD value.

HowOpen Portfolio, or ask Chat “what am I holding?”.

Risk exits

Live

Manual stop, expiry, stop-loss and take-profit are all checked ahead of the strategy exit signal, and an open position keeps being risk-managed even after you pause or stop the automation.

HowSet stop-loss % and take-profit % on the automation form; pausing blocks new entries but never abandons an open position.

Analysis

Intelligence layer

Composite signal score

Live

RSI-14, the MACD histogram, close versus SMA-20 and 24-bucket momentum each cast a −1 to +1 vote. The average maps onto a 0–100 score: 60 and above reads bullish, 40 and below bearish.

The MACD histogram is normalised by price so a $4 stock token and a $100k BTC wrapper contribute on the same scale.

HowOpen Signals and switch between 1H, 4H and 1D.

Indicator set

Live

SMA, SMA-seeded EMA, Wilder-smoothed RSI (14 by default), MACD 12/26/9 with its signal EMA, and crossover detection between any two series. Pure functions over candle closes.

Warm-up windows return null rather than a guessed value, so an indicator never fires on half a series.

HowNo setup — the same math backs the signal score, the backtester and every automation condition, so a backtest and its live paper run agree.

Backtester

Live

Replays a long-only strategy over up to 1,000 candles and reports every round trip, win rate, total return against buy-and-hold, worst peak-to-trough drawdown and a marked-to-market equity curve.

Fee model: 0.3% charged on entry and again on exit by default (configurable 0–5%) — the identical rate paper automations pay, so results are comparable.

HowOpen Backtest and pick a preset or build the conditions yourself.

Discover risk screening

Live

Ranks the liquid pools on Robinhood Chain and stamps every row with an explicit verdict — verified, official, caution or high risk — instead of letting volume alone decide what looks tradable.

High risk fires when a verified token already owns the ticker, pool liquidity is under $25,000, the 24h move exceeds 300%, or 24h volume runs more than 60× liquidity (a wash-trading signature).

HowOpen Discover; each row carries its verdict and the reason for it.

Market data

Live

15m, 1H, 4H and 1D OHLCV pulled from the highest-volume pool for each symbol on Robinhood Chain, plus on-chain Uniswap v3 quotes for spot pricing.

Automations run on 1H, 4H and 1D; 15m is backtest-only. Candles come from a rate-limited public API, so requests are serialised and the UI retries instead of filling gaps.

HowFeeds Signals, Backtest and the engine automatically. Nothing to connect.

Tools the chat agent can call

6 tools

When you ask a question in Chat, the agent answers by calling these — and only these. Anything outside the list is something it has to tell you it cannot do.

get_prices

Live USD price for every supported token, derived from Uniswap v3 pools on-chain.

list_supported_tokens

The canonical symbol, name, kind and verified address for each token this app trades.

get_portfoliosign-in

Your non-zero balances with per-token USD value and a portfolio total.

get_swap_quote

Amount out, fee tier, price impact and a Swap deep link — the agent hands you the link, it does not send the trade.

list_automationssign-in

Your automations with status, open position, realized PnL and the five most recent executions.

create_automationsign-in

Creates one paper-mode automation from the rsi-dip, sma-cross or macd-cross preset (10 per wallet maximum) and returns the row it made.

What it will not do

[ By design ]
  • It cannot place a trade for you from chat. Ask for a swap and you get a quote plus a deep link you sign in your own wallet. Live automations are the only autonomous path, and they spend from the capped agent wallet, never from yours.

  • Automations created from chat are always paper mode. Going live is a deliberate action on the automations page, with a stop-loss and inside the budget cap.

  • It does not invent numbers. Prices, balances and quotes come from tools; when a tool fails, the agent says the tool failed rather than filling the gap.

  • It stays inside the verified token list. Robinhood Chain carries imitation tokens that reuse real tickers, and the agent flags that risk instead of quoting one.

  • It never asks for a private key or seed phrase, and warns anyone who offers one.

  • It is not a licensed financial advisor. It explains data and mechanics; the decision stays yours.

These are enforced in the agent's system prompt and in the API routes behind it, not in copy.