Blog
What Is Barfinex: Market Intelligence, Signals, and Risk Controls
Barfinex organizes market data, strategy signals, decision support, risk checks, and Studio visibility into a transparent architecture for trading research teams.

The Problem
If you want to trade algorithmically, you usually face two options:
Managed platforms where you can't see what's happening under the hood. When something goes wrong, you're stuck.
Build everything yourself — data feeds, signals, risk checks, observability, and controlled execution paths. Months of work before you even test a strategy.
Barfinex gives you a third option: modular market infrastructure where every part is transparent, configurable, and visible through the same operational model.
What You Get
Five services cover the research-to-risk workflow:
- Provider — connects to exchanges, collects and cleans market data. One API for everything.
- Detector — runs your trading strategies against live data and generates scored signals.
- Advisor — a small deterministic policy stage that records
ADMITorREJECTfor immutable candidates and signed evidence. - Inspector — final sizing and risk layer that reviews admitted candidates against your rules (position limits, drawdown, exposure).
- Studio — real-time dashboard for signals, decision traces, risk state, and performance context.
Why The Boundary Is Deliberately Small
Advisor does not use AI or reinterpret the strategy. Detector owns the causal trade rationale, Provider owns signed market and account evidence, and Inspector owns final sizing, risk, and execution truth.
Every policy decision is logged and traceable. You can inspect why a candidate was admitted or rejected and follow its immutable basis into Inspector.
What Barfinex Is Not
- Not a SaaS — you run it on your own infrastructure. Your data stays with you.
- Not no-code — strategies are TypeScript configs. If you need full control, you need code.
- Not a black box — every decision is a traceable event with a full audit trail.
Who It's For
Traders and teams who want professional-grade infrastructure for market research, signal evaluation, and risk-aware automation — without building every layer from scratch.
If you know TypeScript and REST APIs, you can understand the first workflow quickly and then decide which parts belong in your own controlled deployment.
Next Steps
- Architecture overview — how the five services connect
- Quick start: Provider — get your first data pipeline running