BNB Smart Chain Trader nodes with Warp transactions

Warp transactions propagate through bloXroute's high-speed transaction relay network. This makes your transactions available for validators to pick up and include in blocks much faster than regular propagation.

Each extra transaction (not request, just the transaction) consumed is billed separately. For details, see Pricing .

Benefits with Chainstack

Chainstack Trader 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 Trader node 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 BNB Smart Chain.
  2. You receive a signal through your BNB Smart Chain node by monitoring the PancakeSwap contracts.
  3. Your bot acts on the signal, sending a transaction via the Chainstack Trader node with Warp transactions.
  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.