Blind Dev article
Delta-neutral monitor bot: alerts instead of manual position checks
Monitoring two position legs, imbalance and combined PnL through Telegram alerts without trading or private keys.
Archived post dated 2026-02-27. Service features, prices and market data describe the original publication period; their current status has not been verified.
Not investment advice. This article describes methodology and risks.
Translated from the original Telegram post, published on 2026-02-27. This is an archived account, not a current verification of services or markets.
Alerts for two-legged positions
Holding a long and a short on different perpetual DEXs, but tired of opening their interfaces to check them? Delta-neutral monitor bot sends notifications about your active delta-neutral strategies.
The bot tracks two positions, leg A and leg B, comparing their sizes and combined PnL. It sends a Telegram notification only when there is a significant imbalance or one leg disappears and it may be time to unwind the position. If everything is fine, it stays quiet.
The original release supported Hyperliquid, Extended, Ethereal, Nado, Pacifica, Paradex and StandX.
The bot does not trade or execute anything. It needs no private keys: it uses only read-only API tokens or wallet/account addresses. This is monitoring of a delta-neutral position, not automation of the strategy.
DEXs, assets and thresholds are configured directly through Telegram, without editing configuration files or restarting. Initially these settings lived in a file, but I soon got tired of that and made setup easier for myself and everyone else.
I built it for my own points and funding farming, then decided to publish it. Code and README: denis-skripnik/delta-neutral-bot. Node.js is required.
Report bugs or questions in @blind_dev_chat. Do you use a delta-neutral strategy? Do you monitor it manually or have you automated it?