HANDS
documentation / live mechanism

Open mechanism · Robinhood Chain · read only

Hold with proof.

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.

Source of truth: Robinhood Chain public RPC · chain ID 4663

01

Live data, separated by job.

A number is only useful when you know who supplied it and whether it can affect a payout. HANDS keeps those boundaries visible.

CHAIN01

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
QUOTE02

ETH/USD spot

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
POOL03

Live liquidity check

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 score is time, not timing.

The same clock pays the HANDS holder and evaluates the history behind a future multiplier.

credit after Δt c′ = c + (b − c) × (1 − 2−Δt / 3 days) b = current balance · c = credited balance
01

Three-day half-life

Hold a balance and its counted share rises toward the full bag. Sell and the counted share decays from the new balance.

02

Five positions

A history bonus starts only after five qualifying positions. No history is neutral at 1.00x, never a penalty.

03

0.05 ETH minimum

Dust does not become reputation. Each qualifying position needs at least 0.05 ETH entering through a verified native swap.

04

1.00x to 1.50x

The median hold quality becomes a small bonus, capped at 1.50x. It rewards consistency without making the mechanism the whole game.

03

What the scanner will—and will not—count.

+

Counts as evidence

  • Successful transaction receipt
  • Native ETH enters through a verified live pool
  • Token movement and pool emitter agree
  • Opening plus net transfers reconciles to current balance
  • Position began inside the 90-day lookback

Visible, but rejected

  • Ordinary transfers or airdrops
  • Failed swaps and spoofed swap events
  • Tokens with no currently listed liquidity
  • Open bags with no verified exit
  • History that cannot reconcile at the scan boundary
The important part

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

Read the same data yourself.

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.

scan a wallet
curl -s '/api/position?addr=0xYOUR_40_CHARACTER_ADDRESS'
GET /api/healthzstatus

Network identity, token status, and configured treasury.

GET /api/launchpre-launch

Live treasury balance, ETH/USD quote, fee route, and history window.

GET /api/position?addr=…scanner

Wallet history, freshness, coverage, conviction, and every position's evidence. States are found, capped, degraded, empty, open, completed, rejected, or incomplete.

GET /api/tokenmarket

Live venue figures plus exact fee and distribution history after launch.

GET /api/ledger.csvexport

Exact current epoch ledger, available once the token is configured.

browser example
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

Honest limits.

Public infrastructure has edges. HANDS reports those edges instead of smoothing them over.

Read-onlyNo keys, signing, wallet connection, or transaction sending exists in the app.
RPC historyPublic nodes may not retain old balance state. An unavailable historical block stays unavailable.
LookbackWallet history is scanned over 90 days and may be capped by the public log limit.
Pre-launchThe token contract is intentionally unset until launch. No address or balance is invented.
back to the scanner last read: public chain data