Best delta-neutral crypto bots and agents, compared by who holds the funds
A delta-neutral bot holds two positions that cancel each other's price risk and collects whatever is left, usually funding. Every product in this category runs some version of that trade. What differs is who holds your money while it runs, who decides when to enter and exit, and what happens on the day the trade stops paying.
Search results for "delta neutral bot" mix exchange templates, open-source repositories, DeFi routers, vault marketplaces, and agents as if they were interchangeable. They are not. An exchange bot means exchange custody. An open-source framework means you are the operator. An agent means you delegate execution and keep the keys.
This page ranks the options by custody model and execution responsibility, names the products in each tier, and ends with the questions to ask any of them. It does not rank by APY, because in this category the headline rate is the same trade measured over different windows.
Key takeaways
- Five tiers exist: curated agents, non-custodial routers, exchange arbitrage bots, open-source frameworks, and vault marketplaces. Each is a different answer to "who holds the funds".
- The trade is the same everywhere. Long the asset, short its perpetual, collect funding. The mechanics page covers it.
- The failure modes are shared. Negative funding, short-leg liquidation, and venue failure hit every tier; what differs is who manages them and who pays.
- Pick the tier first, then the product inside it.
How the tiers compare
| Tier | Examples | Who holds funds | Who sets parameters | Who manages margin and exit | Fee model |
|---|---|---|---|---|---|
| Curated autonomous agent | Deploy Finance Income: Funding Rates | You, in your own wallet | The provider defines the mandate | The agent | No fee on deposits; gas and trade fees |
| Non-custodial router | BasisYield, ZiroDelta | You, on your exchange account or wallet | The router ranks and selects markets | The router's logic | Varies; verify per product |
| Exchange arbitrage bot | Pionex spot-futures arbitrage, Bybit and Bitget equivalents | The exchange | You, within the template | The exchange's bot engine | Trading fees, sometimes a profit share |
| Open-source framework | Hummingbot, Freqtrade with custom strategy | You | You | You | Free software; your infrastructure |
| Vault marketplace | Neutral Trade, Toros market-neutral vaults | Pooled vault contract | The vault's manager or code | The vault | Management and performance fees |
1. Curated autonomous agents: delegated execution, your wallet
An agent runs a defined delta-neutral mandate from a wallet you control, under a permission that can trade and cannot withdraw. You choose the agent and the allocation; the agent handles entry, hedge sizing, margin, and exit.
This tier ranks first because it is the only one where the funds stay individually held and someone else does the operational work. The trade-off is that you accept the provider's mandate as written. You do not tune the parameters, and you are trusting the provider's execution as well as the venue.
Deploy Finance Income: Funding Rates is the live example. The agent holds a delta-neutral position on Hyperliquid inside your Deploy wallet, collects funding, and steps back when the rate does not justify holding. The session key it uses is scoped to trading on whitelisted venues and cannot transfer funds; you revoke it yourself. There is no subscription or fee on deposits, though gas and exchange trade fees apply. Risks are the standard funding-trade set plus venue, wallet-infrastructure, and delegated-execution risk; the risks page lists them.
It is one strategy on one venue. If you want to choose markets or run cross-venue legs yourself, it is the wrong tier.
2. Non-custodial routers: automated selection, your account
A router monitors funding across markets, picks the ones worth hedging, and executes the trade under permissions that stop short of withdrawal. The funds stay in your exchange account or wallet; the router's code decides where they go.
This tier ranks second because it keeps custody with you while automating the market-selection problem that the plain trade leaves to the operator. The trade-off is that routers are younger and less proven than the products above and below them, and a router with broad trading permissions on your account is a large trust surface.
BasisYield describes a router that ranks hedgeable markets, holds the real asset, shorts the matching perpetual, and collects funding, with trade-only permissions on the user's Hyperliquid wallet. Its public status at last review was experimental. ZiroDelta describes a protocol that monitors funding across many exchanges, establishes market-neutral positions, and distributes captured carry through its own token layer, which makes it closer to a protocol than a bot.
For both, read the current documentation on permissions and on what happens under negative funding before connecting an account.
3. Exchange arbitrage bots: the simplest setup, exchange custody
Pionex, Bybit, and Bitget each offer a spot-futures arbitrage bot inside the exchange app. You pick the pair, set the amount and leverage, and the bot buys spot and shorts the perp on the same exchange, collecting funding into your account.
This tier ranks third because it is the easiest way to run the trade and the most common way people first encounter it. The bot handles both legs on one venue, so there is no cross-venue transfer risk and margin can be managed against the spot balance where the exchange supports it.
The trade-off is custody. The exchange holds the funds, and a bot that runs well is still an exchange balance subject to that exchange's solvency, withdrawal rules, and jurisdiction. The exchange bots comparison covers the custody question in detail.
Within the tier, look for how the bot handles negative funding. Some keep the position open and pay; some close it. Neither is wrong, but you should know which one you have.
4. Open-source frameworks: full control, full responsibility
Hummingbot ships a funding-rate arbitrage strategy that can run legs across exchanges from your own API keys. Freqtrade can run a delta-neutral strategy if you write one; it does not ship one. Either way, you host the software, hold the keys, watch the margin, and fix it when it breaks.
This tier ranks fourth on the custody axis because the custody is yours entirely, and on the effort axis because so is everything else. It is the right choice for someone who wants to run cross-venue legs, tune every parameter, and treat the trade as an operation rather than a product.
The limitation is not the software. It is that the failure modes of funding-rate arbitrage are operational: a missed re-hedge, a liquidation during a rally at 3 a.m., an exchange API change. Open-source frameworks give you every tool to handle those and no one to handle them for you.
5. Vault marketplaces: pooled strategies with a manager
Neutral Trade lists market-neutral strategies, including funding-rate arbitrage, built on Drift and its own vault infrastructure on Solana. Toros runs market-neutral yield vaults on EVM chains through dHEDGE. In both, you deposit into a pooled vault and hold a share token; a manager or the vault's code runs the trade.
This tier ranks last on custody because the funds are pooled in a contract the manager directs, and your result is the vault's aggregate book. It ranks high on convenience: deposit, hold, redeem. Fees are management plus performance, and withdrawals may face a cooldown.
It is the right choice if you want a transferable vault token, a choice of strategies from one venue, or a chain the agent tier does not cover. The Toros and dHEDGE comparison and the Drift vaults comparison cover the model.
What is not a delta-neutral bot
Three things get listed alongside these products and belong elsewhere.
- Synthetic dollars such as Ethena's USDe and Resolv's USR are delta-neutral trades in a token wrapper, run by the protocol. You hold the token, not the bot. The Resolv comparison covers the difference.
- Perpetual DEX liquidity vaults such as Hyperliquid's HLP and Jupiter's JLP are marketed near this category and are not delta-neutral; they carry inventory against traders. The HLP page explains why.
- Grid bots profit from price oscillation inside a range. They are directional by construction and lose when price leaves the range.
Seven questions for any product in the category
- Who holds the funds while the position is open, and who can withdraw them?
- Who decides when funding is too low to hold, and what does the bot do then?
- How is margin on the short leg managed during a rally, and has it been tested in one?
- Which venues hold each leg, and what happens if one goes down?
- What is the fee model, and is it taken from gross funding or from your deposit?
- What is the exit path and its timing: a permission revocation, a bot stop plus exchange withdrawal, or a vault cooldown?
- What does the product show you: live positions, or a dashboard APY?
A product that answers all seven in its documentation is one you can evaluate. One that answers only the last is selling a number.
Verdict
Choose the tier by custody first. If you want your funds individually held and the operations handled, the agent tier is the only one that delivers both, and Deploy Finance's Income: Funding Rates is the live product in it. If you want to keep your exchange account and automate market selection, a router. If you want the simplest setup and accept exchange custody, an exchange arbitrage bot. If you want total control, open source. If you want a share token and a choice of managers, a vault marketplace.
The trade is the same in all five. The tier decides what you are trusting.
Learn more
- Funding-rate arbitrage: how it works and who runs it
- Best delta-neutral yield strategies in DeFi
- Best funding-rate strategies, compared
- Best automated trading platforms for non-traders
- Income: Funding Rates overview
- Risks
Start with Deploy Finance
Create a self-custodial Deploy Finance wallet and review the live agents.