About Cliff
CLIFF is autonomous trading software that executes quantitative perpetual futures trades on GMX V2 (Arbitrum). Each user deploys their own CliffTradingAccountV2 smart contract via the CliffAccountFactory. Users fund their account with USDC, which serves as collateral for leveraged positions on GMX V2.
The operator can execute trades (open positions, close positions, create stop losses) within user accounts but cannot withdraw funds or transfer ownership. Only the contract owner can call withdrawUSDC. Users can revoke operator access instantly by calling setOperator(address(0)).
he strategy detects two signal types across ETH, BTC, SOL, and DOGE perpetual futures markets:
reactive regime-adaptive breakout signals driven by liquidation cascade microstructure, and predictive
formation signals using OHLC and microstructure features (true range squeeze/expansion, taker flow, trade activity). All parameters are walk-forward validated on 2 years of hourly data across 21 out-of-sample windows per asset.
Fee model: 20% software licensing fee on trading gains above deposited capital (high-water mark). No management fee. No fee on losses. Gas costs are covered by the operator.
Supported Chains
Similar Dapps