Normalized perpetual data
Read perpetual quotes, books, trades, and funding through the same Felix instrument model used by the rest of the agent.
Read prices, books, trades, and funding, then preview collateral and leverage through the same Felix account your agent uses for prediction markets and options.
npm install -g felix-mcp@2.0.108
Use the setup guide to connect Felix to Codex, Claude, Cursor, or any other stdio MCP host. Open the setup guide.
40 SECOND DEMO
Actual Felix status, market-search, and order-preview responses. The preview stops before execution and shows an owner limit blocking the request.
WORKFLOW
Inspect the current quote, order book, funding rate, and normalized instrument before building an order.
Quote BTC perpetuals and show the current funding rate.Check size, estimated fill, collateral, leverage, fees, account limits, and whether the request is executable.
Preview a $50 BTC long. Do not place it.Keep the order inside the owner policy, then verify venue positions and fills before treating the request as complete.
Show the current limits, position, fills, and PnL.THE FELIX LAYER
Read perpetual quotes, books, trades, and funding through the same Felix instrument model used by the rest of the agent.
Evaluate collateral, current exposure, minimums, estimated fees, and execution eligibility before submission.
The agent remains inside the exact market, spend, position, leverage, loss, and expiry limits authorized by the owner.
Compare the durable Felix workflow with venue-confirmed positions and fills, then keep the result beside every other Felix position.
CONTROL BOUNDARY
Felix checks the owner-signed account ceiling and the agent's narrower limits before execution. Existing exposure remains visible when money is returned, and unavailable venue state is never treated as zero.
QUESTIONS
Hyperliquid is the current live perpetual venue. Felix exposes it through the same account and control layer used for other supported market categories.
Yes. The order preview returns the current account-aware requirements and execution eligibility before submission.
Felix uses a stable workflow identity and reconciles venue positions and fills before a retry can become a new action.
BUILD WITH FELIX