The Warp transactions feature is available starting from the paid plans.Warp transactions (not requests, just the transactions) consumed are billed separately. For details, see Pricing with the pay-as-you-go setting enabled.

Benefits with Chainstack

Chainstack nodes with Warp transactions combine reliable nodes for pre-transaction operations with bloXroute’s high-speed propagation for the transaction itself. Switching to a Chainstack node with Warp transactions (available on both Trader nodes and Global nodes) is as simple as changing the endpoint in your code. All calls go through Chainstack’s infrastructure, except for eth_sendRawTransaction, which is routed directly to bloXroute.

Sample use case

  1. A token liquidity is deployed on Ethereum.
  2. You receive a signal through your Ethereum node by monitoring the Uniswap contracts.
  3. Your bot acts on the signal, sending a transaction via a Chainstack node with Warp transactions enabled.
  4. Transaction is quickly propagated, increasing chances of winning the race.

Availability and usage

  • Available from the paid plans.
  • Warp transactions (not requests, just the transactions) consumed are billed separately. For details, see Pricing with the pay-as-you-go setting enabled.
  • Only eth_sendRawTransaction calls are consumed as Warp transactions.
  • Deploy nodes close to your bot for best performance.
See also Sending Trader node warp transaction with web3.js, ethers.js, web3.py, and ethClient.go.