> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ethereum Trader Nodes with Warp transactions

> Use Ethereum Trader Nodes with Warp transactions for faster block inclusion through bloXroute's high-speed relay network and staked connections.

<Note>
  The Warp transactions feature is available starting from the [paid plans](https://chainstack.com/pricing/).

  Warp transactions (not requests, just the transactions) consumed are billed separately. For details, see [Pricing](https://chainstack.com/pricing/) with the [extra usage](/docs/manage-your-billing#manage-the-extra-usage-setting) setting enabled.
</Note>

## 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.

To enable Warp transactions, install the [Warp transactions](/docs/warp-transactions) add-on on your Trader or Global node's **Add-ons** tab.

## 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](https://chainstack.com/pricing).
* Warp transactions (not requests, just the transactions) consumed are billed separately. For details, see [Pricing](https://chainstack.com/pricing/) with the [extra usage](/docs/manage-your-billing#manage-the-extra-usage-setting) 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](/docs/sending-warp-transaction-with-web3js-ethersjs-web3py-and-ethclientgo).
