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 foreth_sendRawTransaction
, which is routed directly to bloXroute.
Sample use case
- A token liquidity is deployed on BNB Smart Chain.
- You receive a signal through your BNB Smart Chain node by monitoring the PancakeSwap contracts.
- Your bot acts on the signal, sending a transaction via a Chainstack node with Warp transactions enabled.
- 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.