Install
openclaw skills install @0xcii/ondo-points-farmerOndo Perps 自动化交易助手 — 在多个高流动性市场执行策略化交易,支持 Points 收益跟踪与预估。面向研究型用户,可配置仓位与轮次,附带收益预估器。
openclaw skills install @0xcii/ondo-points-farmer面向 Ondo Perps 的自动化交易工具:在多个高流动性市场执行策略化交易,同时跟踪交易量对应的 Points 收益。 Points 由 Ondo Foundation 每周发放,未来可兑换 $ONDO 代币。
export ONDO_KEY_ID="ondoKeyId_你的key_id"
export ONDO_API_SECRET="ondoApiSecret_你的secret"
# 默认 $50/轮,~200轮
python3 scripts/farmer.py
# 自定义仓位和轮次
ONDO_POSITION_SIZE=100 ONDO_MAX_CYCLES=500 python3 scripts/farmer.py
# Points 收益预估
python3 scripts/estimator.py
# 持续监控 Points 发放
python3 scripts/estimator.py --watch
| 变量 | 默认值 | 说明 |
|---|---|---|
ONDO_KEY_ID | (必填) | API Key ID |
ONDO_API_SECRET | (必填) | API Secret |
ONDO_POSITION_SIZE | 50 | 每轮名义仓位 ($) |
ONDO_MAX_CYCLES | 200 | 最大循环轮次 |
ONDO_MIN_WITHDRAW | 5 | 自动提现阈值 ($) |
作者 0xcii · 更多工具 https://app.ondoperps.xyz/?ref=8RU3VB