Funding & Basis
Funding-aware context for carry, positioning, and cross-market interpretation.
Funding is one of the terminal’s supporting context layers for positioning, carry, and dislocation analysis. Omni treats funding as part of a combined workflow with price, liquidations, and news rather than as a detached metric.
At a glance
- Funding state
- Live + history The terminal documents both user funding events and initial funding history loading.
- Ask Omni fit
- Included Funding is part of the market contexts Ask Omni loads for risk snapshots.
- Interpretation style
- Situational Funding is presented as context for basis and carry analysis, not as a standalone recommendation.
Why It Matters
What traders and researchers should take away
- Funding can reveal crowding, carry pressure, and regime shifts.
- A funding view becomes much more useful when interpreted next to news, liquidations, and current exposure.
- Omni uses funding inside both the UI and AI risk workflows.
How it works
What the product uses behind the scenes
- Omni docs describe user funding websocket behavior and initial history loading.
- Ask Omni docs describe funding as part of the market-context snapshot.
- The terminal UI explicitly includes Funding as one of the core center tabs.
Notes
Things to know
- Funding is contextual and should not be treated as a guaranteed directional edge.
- Some funding state is event-driven and some is loaded through initial REST snapshots.
- Basis and carry interpretation should be framed as situational analysis rather than mechanical advice.
Funding surface
Funding is treated as a terminal-native analytics surface.
- Shows funding-related context in the market workflow.
- Loads live user funding events and initial funding history through documented stream behavior.
- Keeps funding adjacent to price, liquidations, and news for better interpretation.
Basis and carry context
Funding matters most when it explains why a position is expensive, crowded, or exposed to carry pressure.
- Use funding history to understand whether current positioning is being paid to stay open or punished for staying open.
- Pair funding with open interest, price behavior, and liquidation pressure before making a basis read.
- Describe funding as situational context rather than an automatic long/short signal.
Ask Omni link
Ask Omni uses funding as one part of the bounded market context it sends to GPT.
- The snapshot builder loads funding alongside mark price, open interest, liquidation context, and news.
- Funding can change which position looks most fragile even when price has not moved much.
- Prompt compaction keeps funding context bounded to the selected account and relevant symbols.
Why it matters for risk
Funding is useful because it changes how a position should be read, not because it is magic on its own.
- Helps explain crowding or carry pressure in active markets.
- Adds context to Ask Omni account and symbol snapshots.
- Helps explanations connect market structure and positioning without overclaiming.
References
Implementation references
WebSocket streams
omni-terminal/docs/WS_STREAMS.mdDocuments `userFundings` behavior and initial funding history loading.
Ask Omni
omni-terminal/docs/ASK_OMNI.mdDocuments funding as part of the market context loaded for AI snapshots.
Terminal page implementation
omni-terminal/src/lib/components/terminal/TerminalPageView.svelteShows Funding as a first-class terminal analytics tab.