
Execution infrastructure you did not have to build.
If you already do your own research, the least interesting part of the job is the plumbing: exchange connections, order handling, retries, reconciliation, and the monitoring around all of it.
Liquid Edge is that layer. You keep the models and the research; the platform handles routing them to venues without you maintaining it.
The alpha is the fun part. The infrastructure is most of the work.
Anyone who has run their own execution stack knows the ratio: a small amount of time on the signal, and a great deal on connectivity, error handling and the operational burden of keeping it alive.
Liquid Edge for quant traders
One connection layer across the exchanges and perp DEXes we support, instead of one integration per venue.
Keep your models wherever they live and send their output in as a signal to be executed.
Exposure and sizing limits are validated on the order path, not left to the caller.
Weight strategies against each other and cap combined exposure rather than sizing each one in isolation.
Add a trade-only API key per exchange, or a wallet for on-chain execution.
Send model output over a webhook, or rebuild the logic in the Studio if you prefer it hosted.
Set the exposure ceilings the strategy must respect and let the engine enforce them.
Ship your model without building the plumbing.
Build the rules once and let the engine hold the line, day and night.
- Multi-venue connectivity
- Signals in over webhooks
- Risk checks before routing

