SynthThoughts/web3-strategy-skills
Instructions file
A set of Claude Code instructions for a Web3 project that develops blockchain trading strategies. It describes the project structure, key dependencies, deployment setup, and existing strategies.
SynthThoughts/web3-strategy-skills
Instructions file
A set of Claude Code instructions for a Web3 project that develops blockchain trading strategies. It describes the project structure, key dependencies, deployment setup, and existing strategies.
SynthThoughts/web3-strategy-skills
Skill Claude CodeCodex
A cross-exchange funding-rate arbitrage strategy. It goes long perpetual contracts where funding is low and short them where funding is high, aiming to keep market exposure neutral while earning the rate difference.
SynthThoughts/web3-strategy-skills
Skill Claude CodeCodex
Dynamic grid trading strategy for any token pair on EVM L2 chains via OKX DEX API. Features asymmetric grid steps (buy-dense/sell-wide in bullish, reverse in bearish), multi-timeframe trend analysis, trend-adaptive grid sizing, ATR-based volatility, sell trailing optimization, and HODL Alpha tracking. Covers grid…
SynthThoughts/web3-strategy-skills
Skill Claude CodeCodex
An automated strategy for managing V3 liquidity-provider positions on compatible blockchains. It selects pools by risk, chooses a price range using ATR, and moves or adjusts positions when conditions change.
SynthThoughts/web3-strategy-skills
Skill Claude CodeCodex
A coordinated workflow for building OKX OnchainOS trading strategies, where OnchainOS is OKX's on-chain trading platform. It assigns strategy, backtesting, infrastructure, publishing, and iteration work to five AI agents.
SynthThoughts/web3-strategy-skills
Skill Claude CodeCodex
Prediction market arbitrage detection on Polymarket CLOB. Three-layer framework: single-condition (YES+NO mispricing), neg-risk multi-outcome (∑YES mispricing), and cross-market implication (logical dependency violations). Covers CLOB orderbook fetching, false-positive filtering (overround, cold markets, resolved…