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 Chain
Coming soon
10
Stock Tokens tracked
7
Usable right now
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
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
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
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
No detected operational issue.
- Every core signal verified
- Token live, transfers enabled
- Trading open, oracle healthy
Warning
Something requires attention, but the asset remains usable.
- Transfers restricted for some holders
- Reference price stale
- Dividend, split or merger pending
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
Unknown
Insufficient verified information.
- A core signal could not be verified
- Never reported as Active by default
- Resolves when a source confirms
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