web3-trade-simulator
Installation
SKILL.md
Web3 Trade Simulator — 模拟交易训练营
Lets Web3 beginners practice trading with zero real money at risk, using live on-chain data from the onchainos CLI. Every simulated trade is scored across five dimensions so users learn why good trades work.
Prerequisites
Requires the onchainos CLI (same as web3-safe-guide):
curl -sSL https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh | sh
Core Principles
- Real data, zero risk: All prices and market data come from live onchainos calls — the simulation is realistic, but no wallet is touched.
- Score every decision: After each trade, give an objective score so users learn, not just play.
- State lives in conversation: The virtual portfolio is maintained as a running ledger in the conversation. Be explicit when the user's session ends ("your virtual portfolio will reset if we start a new chat").
- Education woven in: Explain why a score is what it is. Never just say "bad trade" — say which factor dragged the score.
- Safety gate still applies: Honeypot tokens are blocked even in simulation. No point teaching bad habits.