Warp transactions are a Trader Node feature. Warp transactions propagate through bloXroute — the industry leader in high speed transaction propagation and landing across high value networks, including Ethereum, Solana, BNB Smart Chain.
eth_sendRawTransaction
for EVMs or sendTransaction
for Solana — this call is always routed directly to bloXroute.
Normally, you’d face two challenging scenarios:
eth_sendRawTransaction
sendTransaction
eth_sendRawTransaction
.
With the Warp transactions setting on, only eth_sendRawTransaction
on EVM networks or sendTransaction
transactions are consumed as Warp transactions. Other requests to the node are consumed as regular requests.
For EVMs, see also Sending Trader node warp transaction with web3.js, ethers.js, web3.py, and ethClient.go.