🎯 Goal
Research and trade tokenized stocks (bStock and Ondo) by ticker or company name in plain language — look up the on-chain price and trading status, then buy or sell the stock token, all through conversation with your AI Agent.
✅ Prerequisites
- Agentic Wallet installed and signed in.
- Install the
binance-tokenized-securities-infoskill. Agentic Wallet uses it to resolve a ticker/company name to its on-chain contract and to fetch price, fundamentals, and trading status. Without it, the Agent can't map "AAPL" to a tradable token. - USDT to buy, plus native token for gas.
How it works
A tokenized stock is an on-chain token backed by the underlying share. Trading it uses the same swap flow as any token — the extra step is resolving the ticker to a contract and checking the token's trading status first:
- Resolve — the Agent maps the ticker or company name to its on-chain contract.
- Check status — confirm the token is tradable (not paused / halted for a corporate action).
- Trade — buy or sell the stock token.
Research a stock
"What tokenized stocks are available?"
The Agent lists the tradable bStock and Ondo tickers.
"What's the on-chain price of AAPL, and its P/E and 52-week range?"
The Agent replies in plain language — for example: "AAPL is trading at about $228.5 on-chain. Its P/E is 31.4, the dividend yield is 0.44%, and the 52-week range is $169.21–$260.10."
"Show me TSLA's holders, circulating supply, and market cap"
The Agent summarizes the on-chain data for you conversationally.
Check trading status before you trade
Tokenized stocks follow session states and corporate actions — a token can be paused or halted.
"Is AAPL tradable right now?"
The Agent tells you the current state — for example: "AAPL is open and trading normally (regular session), next close is 8:00 PM UTC." If a token is halted for a corporate action (earnings, dividend, split, merger, or maintenance), the Agent explains why and holds off on trading.
Buy a tokenized stock
"How much AAPL would I get for 100 USDT? Quote only."
The Agent replies with the estimate — for example: "100 USDT would get you about 0.437 AAPL at the current price, with 0.5% slippage. No order placed."
"Buy AAPL with 100 USDT"
The Agent resolves the contract, checks status, shows you the quote, and on your confirmation submits the swap — then confirms: "Done — your buy order for AAPL is submitted. Ask me to check its status anytime."
Sell a tokenized stock
"Sell half my TSLA position for USDT"
"Sell all my NVDA tokens"
The Agent confirms the amount and destination before executing, then reports back once the sell is submitted.
Check order status
"Did my AAPL buy go through?"
The Agent looks up the order and answers in plain language — for example: "Yes — your AAPL buy filled successfully. You spent 100 USDT and the transaction is confirmed on-chain."
Automated strategies
Beyond one-off trades, you can hand the Agent a rule and let it watch a stock and act for you over the long run.
Example 1 — Earnings-reaction watcher
"Watch NVDA on an ongoing basis. Around each earnings report, track how the price reacts: if it drops more than 8% from the pre-earnings level, buy 100 USDT as a dip; if I'm holding and it's up more than 10%, take profit on half. Keep this running across future earnings and message me on each action."
The Agent runs continuously, watches each earnings reaction as it comes, applies your dip-buy and take-profit rules, executes when one triggers, and reports every move — staying active until you stop it.
Example 2 — News-driven sector strategy
Have the Agent continuously monitor market news, judge the impact on a sector you hold, and manage the position or rotate into a new name.
"Keep an eye on AI and semiconductor news — new model releases, chip export rules, key supply-chain moves. If clearly bullish news for AI/semis breaks and I hold NVDA or AMD, add 50 USDT to the stronger one; if it names a tradable stock I don't hold yet (say a new AI winner), buy 50 USDT as a starter; if clearly bearish news breaks, trim my AI/semi exposure by 30%. Run this for 7 days and tell me each time, with the reason."
Over those 7 days the Agent keeps monitoring, judges each news item as bullish or bearish for AI/semis and maps it to your holdings, decides whether to scale up, open a new position, or trim, checks the token's on-chain trading status before acting, then executes and explains its reasoning.
💡 Tip: Agentic Wallet focuses on on-chain trading. Off-chain data such as earnings or news must be supplied via your own data source or a relevant Skill.
⚠️ Risk notice
Tokenized securities are not covered by securities insurance, may be restricted in your jurisdiction, and can be halted for corporate actions. On-chain trading also carries slippage and smart-contract risk. Do your own research (DYOR) — Skills provide information and execution capability only, never investment advice.