What problem does it solve? LLMs have stale knowledge about Vertex Protocol — wrong product IDs, incorrect package names, and misunderstood x18 fixed-point math — leading to failed orders, invalid signatures, and lost funds when building trading integrations. ## Core Features & Use Cases - Order Execution: Place, cancel, and atomically replace spot and perpetual orders with correct EIP-712 signing, timestamp-based nonces, and x18 fixed-point encoding. - Cross-Chain Trading: Use Vertex Edge to trade unified orderbook liquidity across Arbitrum, Base, Mantle, Sei, Blast, and Sonic with gas-free sequencer settlement. - Money Markets & Margin: Deposit collateral, earn lending interest automatically, borrow implicitly via negative spot balances, and monitor cross-margin health. - Real-Time & Historical Data: Stream orderbook, trade, and fill data over WebSocket subscriptions, and query the indexer for fills, funding rates, and candlesticks. - Use Case: Build a Python trading bot that opens a leveraged BTC-PERP position with an IOC order, attaches a stop-loss via the trigger API, and streams fill notifications over WebSocket. ## Quick Start Install the vertex-protocol Python package and use this skill to place a limit order on Vertex with correct signing and product IDs.