HFT meets DeFi: sync standards and execution noise
Fibonacci Capital outlined sub‑second data‑sync standards across CEX/DEX for market‑making to address quote drift and refill monitoring, while Sodot commented that noisy on‑chain execution makes porting HFT strategies to DeFi difficult. The two threads together flagged both a standards push for low‑latency cross‑venue sync and practical execution challenges on chain. (x.com / x.com)
High-frequency trading firms are trying to bring sub-second market-making discipline to decentralized finance, but on-chain execution still scrambles orders after they leave the trader. (luma.com) Fibonacci Capital, a market maker and high-frequency trading fund, said market makers need synchronized data across centralized exchanges and decentralized exchanges to track quote drift and refill behavior in less than a second. The firm describes itself as working with Web3 founders on token market structure. (luma.com) The basic problem is simple: a market maker posts prices, gets hit on one venue, and has to update everywhere else before the market moves again. On blockchains, that update is not just a fast message to an exchange matching engine; it is a transaction that must be signed, broadcast, ordered, and included in a block. (ethereum.org / docs.flashbots.net) Ethereum’s market structure already reflects that extra layer. Ethereum.org says searchers run bots to detect profitable trades, while validators and builders can profit from transaction ordering; Flashbots says its auction gives users a private channel to communicate preferred order within a block. (ethereum.org / docs.flashbots.net) That means “latency” in DeFi is not only network delay between two servers. It also includes how long it takes to sign a transaction, route it to a builder or relay, and survive competition from other bots trying to capture the same spread. (docs.flashbots.net / docs.flashbots.net) Sodot, which sells key-management infrastructure for crypto trading, has been making the same point from the custody side. A March 25, 2026 company brief said blockchains are moving toward sub-second execution, but signing systems remain slower and can become the bottleneck for institutional trading. (cbinsights.com) The execution race looks different on Solana, but it is still a race. Jito says traders submit transactions and bundles to a block engine over gRPC or JSON-RPC, and those bundles compete in auctions that run at 50-millisecond ticks before the highest-paying combinations are sent to validators. (docs.jito.wtf) Solana’s fee design also turns speed into a bidding problem. The network charges a base fee of 5,000 lamports per signature, and any optional priority fee goes entirely to the validator, which gives traders a direct way to pay for better scheduling during congestion. (solana.com) On Ethereum, Flashbots says searchers send bundles to builders, builders simulate them, and validators receive blocks through mev-boost and relay networks instead of the public transaction pool alone. That setup reduces some front-running risk, but it also means execution quality depends on private routing and builder access as much as raw strategy logic. (docs.flashbots.net / docs.flashbots.net) The result is a split-screen market: one side is pushing standards for cleaner cross-venue data, and the other is warning that clean data does not guarantee clean fills once a trade hits a chain. For firms trying to run high-frequency strategies in DeFi, the bottleneck is moving from price discovery to execution itself. (luma.com / cbinsights.com / docs.flashbots.net / docs.jito.wtf)