Know the state of your Stock Token before you use it.

Feels is the live operational-status layer for tokenized stocks on Robinhood Chain. One answer, built from verifiable onchain state and authoritative issuer information.

Contract address

  • Robinhood ChainComing soon

10

Stock Tokens tracked

7

Usable right now

Open the appSearch any tracked token

Status infrastructure for Stock Tokens on Robinhood Chain. Not a trading dashboard.

Use cases

One question, asked before every interaction

01 Wallets

Warn before a transfer, not after it fails

  • Show the overall status next to the balance
  • Hold a send while the token is paused
  • Explain a restriction with the issuer's own reason
Browse tracked tokens

02 Protocols

Gate collateral and settlement on verified state

  • Refuse a deposit while trading is halted
  • Reject a stale reference price automatically
  • Every reason carries its source and timestamp
See the status API

03 Applications

Show the state of a token, never a guess

  • One status vocabulary across every ticker
  • Unknown stays Unknown until a source confirms
  • Corporate actions surface before they settle
How statuses are verified

Verification

What a status means

Every status carries a source, a timestamp and a verification state. An asset is never called safe just because nothing was detected.

Active

Active

No detected operational issue.

  • Every core signal verified
  • Token live, transfers enabled
  • Trading open, oracle healthy
See AAPL — currently active
Warning

Warning

Something requires attention, but the asset remains usable.

  • Transfers restricted for some holders
  • Reference price stale
  • Dividend, split or merger pending
See MSFT — currently warning
Blocked

Blocked

A detected condition means the asset should not currently be treated as normally usable.

  • Token or transfers paused
  • Trading halted or suspended
  • Underlying halted or delisted
See GME — currently blocked
Unknown

Unknown

Insufficient verified information.

  • A core signal could not be verified
  • Never reported as Active by default
  • Resolves when a source confirms
See HOOD — currently unknown

Developer API

Query it before you interact

Protocols, wallets and applications can ask the same question the app answers. Send Accept: application/json to any asset path, or use the /api prefix.

  • /api/assetsEvery tracked token with its overall status
  • /api/assets/{TICKER}/statusThe verdict, its reasons and each category's state
  • /api/assets/{TICKER}/transfersPause state and any published transfer restriction
  • /api/assets/{TICKER}/oracleReference price health and heartbeat
  • /api/assets/{TICKER}/sourcesWhere every reading came from