원클릭으로
binance-futures
Binance Futures trading with DB tracking
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Binance Futures trading with DB tracking
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Trade crypto binary markets on Polymarket with 4 automated strategies. Support: 5-min BTC, 15-min/1h/4h/daily all assets (BTC, ETH, SOL, XRP)
Dollar-cost averaging across all platforms
Hyperliquid L1 perps DEX (69% market share)
Local hybrid search for markdown notes and docs. Use when searching notes, finding related content, or retrieving documents from indexed collections.
Trade perpetual futures on Binance, Bybit, Hyperliquid, MEXC with up to 200x leverage
Execute trades on Polymarket using py_clob_client - full API access for market data, orders, positions
| name | binance-futures |
| description | Binance Futures trading with DB tracking |
| emoji | 🟡 |
| commands | ["/bf"] |
| gates | {"envs":["BINANCE_API_KEY"]} |
Trade perpetual futures on Binance with up to 125x leverage and full database tracking.
# Set credentials
export BINANCE_API_KEY="your-api-key"
export BINANCE_API_SECRET="your-api-secret"
# Check balance
/bf balance
# Open position
/bf long BTCUSDT 0.01 10x
# View stats
/bf stats
| Command | Description |
|---|---|
/bf balance | Check margin balance |
/bf positions | View open positions |
/bf orders | List open orders |
| Command | Description |
|---|---|
/bf long <symbol> <size> [leverage]x | Open long position |
/bf short <symbol> <size> [leverage]x | Open short position |
/bf close <symbol> | Close position |
/bf closeall | Close all positions |
/bf tp <symbol> <price> | Set take-profit |
/bf sl <symbol> <price> | Set stop-loss |
/bf leverage <symbol> <value> | Set leverage |
| Command | Description |
|---|---|
/bf price <symbol> | Get current price |
/bf funding <symbol> | Check funding rate |
/bf markets [query] | List markets |
| Command | Description |
|---|---|
/bf trades [symbol] [limit] | Trade history from database |
/bf dbstats [symbol] [period] | Win rate, PnL, profit factor |
/bf dbfunding [symbol] | Funding payments history |
/bf dbpositions [all] | Position history |
Stats periods: day, week, month
/bf long BTCUSDT 0.01 10x # 10x leveraged long
/bf short ETHUSDT 0.1 20x # 20x leveraged short
/bf tp BTCUSDT 105000 # Take profit at $105k
/bf sl BTCUSDT 95000 # Stop loss at $95k
/bf close BTCUSDT # Close BTC position
/bf trades BTCUSDT 20 # Last 20 BTC trades
/bf dbstats ETHUSDT week # ETH stats for past week