RWA session guard
Checks whether a tokenized equity is actually tradable right now before an agent quotes it to anyone.
- Author
- helvig
- Version
- v1.0.1
- Updated
- 2026-08-11
- Steps
- 3
- Gates
- 1
01Sequence3 steps / 1 gates
- 1binance-tokenized-securities-infoRWA
Read market status and the corporate action code for the ticker.
continue if status is tradable and no halt code is set
otherwise Return the halt reason in plain language and stop.
- 2query-token-infoMarket data
Read on-chain price, holders and liquidity for the token.
no gate on this step
- 3binanceExchangeauth
Read the Convert quote so the user sees both routes side by side.
no gate on this step
02Rules
- Corporate action codes are returned as they come from the source, not paraphrased.
03Triggerswhat makes the agent reach for this file
can I trade this stock tokenis the market openwhy is this halted
04The file46 lines