Robinhood Chain RPC
Chain ID 4663. Native ETH balances, ERC-20 Transfer logs, transaction receipts, block timestamps, and balance reconciliation come directly from the public node.
rpc.mainnet.chain.robinhood.com
Open mechanism · Robinhood Chain · read only
HANDS rewards time-weighted holding. The scanner reads public chain history, verifies what it can prove, and shows the parts it cannot. No wallet connection, signing, account, or invented number is required.
01
A number is only useful when you know who supplied it and whether it can affect a payout. HANDS keeps those boundaries visible.
Chain ID 4663. Native ETH balances, ERC-20 Transfer logs, transaction receipts, block timestamps, and balance reconciliation come directly from the public node.
rpc.mainnet.chain.robinhood.com
A live Coinbase spot quote converts ETH values for readability. It never changes the wei-exact ledger, eligibility, or amount paid.
Coinbase · ETH-USD spot
Dexscreener identifies currently listed Robinhood pools. A swap-shaped event from an unknown or empty pool cannot turn an ordinary transfer into a completed trade.
Dexscreener · Robinhood pairs
02
The same clock pays the HANDS holder and evaluates the history behind a future multiplier.
Hold a balance and its counted share rises toward the full bag. Sell and the counted share decays from the new balance.
A history bonus starts only after five qualifying positions. No history is neutral at 1.00x, never a penalty.
Dust does not become reputation. Each qualifying position needs at least 0.05 ETH entering through a verified native swap.
The median hold quality becomes a small bonus, capped at 1.50x. It rewards consistency without making the mechanism the whole game.
03
A rejected position is not deleted. The scanner returns it with a reason, so a person can inspect the same transaction and understand why it did not earn conviction.
04
The API is read-only, uses standard EVM addresses, and returns exact money values as strings. Replace the address with a wallet you want to inspect.
curl -s '/api/position?addr=0xYOUR_40_CHARACTER_ADDRESS'
GET /api/healthzstatusNetwork identity, token status, and configured treasury.
GET /api/launchpre-launchLive treasury balance, ETH/USD quote, fee route, and history window.
GET /api/position?addr=…scannerWallet history, freshness, coverage, conviction, and every position's evidence. States are found, capped, degraded, empty, open, completed, rejected, or incomplete.
GET /api/tokenmarketLive venue figures plus exact fee and distribution history after launch.
GET /api/ledger.csvexportExact current epoch ledger, available once the token is configured.
const data = await fetch(
'/api/position?addr=0xYOUR_40_CHARACTER_ADDRESS'
).then(r => r.json());
data.conviction.multiplierFmt // 1.00x — 1.50x
data.history.coverage.complete // false when a read is capped or degraded
data.history.positions[0].evidence // plain-language decision
05
Public infrastructure has edges. HANDS reports those edges instead of smoothing them over.