What problem does it solve? LLMs have stale knowledge of Vertex Protocol — wrong product IDs, incorrect package names, and misunderstood x18 fixed-point math — causing failed orders, invalid signatures, and lost funds when integrating with this cross-chain DEX. ## Core Features & Use Cases - Order Execution: Place, cancel, and atomically replace spot and perpetual orders with correct EIP-712 signing, x18 price encoding, and timestamp-based nonces. - Cross-Chain Trading: Use Vertex Edge unified liquidity across Arbitrum, Base, Mantle, Sei, Blast, and Sonic with per-chain gateway, indexer, and trigger endpoints. - Money Markets & Margin: Deposit collateral, earn lending interest implicitly, borrow 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 trading bot that opens a leveraged BTC-PERP long with an IOC order, attaches a stop-loss via the trigger API, and streams fill notifications for its subaccount. ## Quick Start Install the vertex-protocol Python package and ask the agent to place a limit order on Vertex using the correct product ID and x18 price encoding.