Overview
RWA Alpha is a Real World Asset intelligence trading skill that combines macro event detection, Polymarket probability confirmation, and on-chain price action to auto-trade tokenized treasury, gold, yield, and governance tokens via OKX DEX.
Core operations:
- Detect macro events (rate decisions, credit cycles, inflation) from NewsNow RSS feeds
- Confirm signals with Polymarket prediction market probability as a filter
- Track NAV premium/discount for tokenized RWA assets and trade accordingly
- Execute trades on Ethereum and Solana via onchainos Agentic Wallet (TEE signing)
- Monitor positions, macro feed, and yield rankings on a live web dashboard
Tags: rwa real-world-assets macro treasury gold onchainos ethereum solana
Prerequisites
- No IP/region restrictions
- Supported chains: Ethereum, Solana
- Supported tokens: USDY, OUSG, bIB01, STBT, PAXG, ONDO, CFG, PENDLE, PLUME, OM, GFI, TRU
- onchainos CLI installed and authenticated (
onchainos --versionandonchainos wallet status) - Python 3.8+ (standard library only — no
pip installrequired) - (Optional) Anthropic API key for AI-enhanced macro event classification
- Sufficient balance on Ethereum or Solana for RWA token trading
Quick Start
- Install the skill:
plugin-store install rwa-alpha - Choose your mode: Set
MODEinconfig.py—YIELD_OPTIMIZER(conservative),MACRO_TRADER(balanced), orFULL_ALPHA(aggressive) - Start in paper mode (default,
PAPER_TRADE = True): Runpython3 rwa_alpha.py - Monitor signals: Open the web dashboard to view macro events, Polymarket probabilities, and NAV premium tracking
- Review positions: Check that entries and exits match your expected strategy behavior over 1–2 sessions
- Go live: Set
PAPER_TRADE = Falseinconfig.pyand restart — confirm wallet balance and risk limits before switching