bybit-trading
Trade Bybit perpetual futures via the Eterna MCP Gateway. Supports all linear USDT perpetual pairs with built-in risk management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Trade Bybit perpetual futures via the Eterna MCP Gateway. Supports all linear USDT perpetual pairs with built-in risk management.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | bybit-trading |
| description | Trade Bybit perpetual futures via the Eterna MCP Gateway. Supports all linear USDT perpetual pairs with built-in risk management. |
This skill enables trading on Bybit perpetual futures markets through the Eterna MCP Gateway.
https://mcp.eterna.exchange/mcpeterna_mcp_ prefixed API keyAll Bybit linear USDT perpetual contracts are available. Common pairs include:
Use the get_tickers tool to list all available pairs. Use get_instruments to check contract specifications for a specific symbol (tick size, lot size, min/max leverage).
All sub-accounts use cross margin mode by default.
Deposit USDT to your sub-account using the get_deposit_address tool. The cheapest option is USDT on the Arbitrum network. Verify deposits with get_deposit_history.
The following risk limits are enforced at the gateway level:
These rules cannot be overridden by the agent.
Follow these steps when executing a trade:
Call get_balance to confirm available USDT equity.
Call get_tickers to see current prices across all pairs.
Call get_instruments with the target symbol to confirm contract specs.
Call get_orderbook with the target symbol to assess liquidity and spread.
Call set_leverage with the symbol and desired leverage (max 5x).
Calculate position size based on available equity:
Call place_order with:
- symbol: the trading pair (e.g., "BTCUSDT")
- side: "Buy" or "Sell"
- orderType: "Market" or "Limit"
- qty: the calculated quantity as a string
- price: required for Limit orders, omit for Market
Call get_positions to verify the position was opened.
Call get_open_orders to check any pending limit orders.
To close, place an order in the opposite direction for the same quantity. For example, if you are long 0.01 BTCUSDT, place a Sell Market order for 0.01 BTCUSDT.