rwa-alpha

Installation
SKILL.md

RWA Alpha v1.1 — Real World Asset Intelligence Trading Engine

Risk Warning: This strategy trades real tokens on-chain. Capital loss may occur due to RWA liquidity risk, macro prediction errors, smart contract bugs, or slippage. Start in paper mode. Deploy live only with capital you can afford to lose.


File Structure

RWAAlpha/
├── skill.md              ← This file (AI agent instructions)
├── config.py             ← All tunable parameters (edit this, not rwa_alpha.py)
├── rwa_alpha.py          ← Strategy engine (DO NOT EDIT unless fixing bugs)
├── dashboard.html        ← Web dashboard UI (http://localhost:3249)
├── .gitignore            ← Excludes state/ and runtime files
└── state/                ← [auto-generated at runtime]
    ├── positions.json    ← Open positions
Related skills

More from okx/plugin-store

Installs
18
GitHub Stars
11
First Seen
Apr 23, 2026