Gas Sponsor
Introduction
Gas Sponsor is a feature that enables traders to perform token swaps with zero native blockchain currency (e.g., ETH, BNB, SOL) or zero gas fee. The benefits that Gas Sponsor could bring to projects are:
Trading booster: Gas Sponsor can be used as a powerful branding and marketing tool to attract incremental trading traffic and boost overall trading activity
Elimination of the biggest trading barrier: Users no longer need to acquire native tokens (e.g., ETH, BNB, SOL) solely to cover gas fees, which removes the largest obstacle to trading, enabling a truly seamless and frictionless trading experience
Increased Revenue: More users complete swaps → higher overall volume → more swap fee for the wallet or integrated project.
Gas Sponsor Feature
Complete compatibility with
eth_sendRawTransaction/sendTransactionby simply changing the endpointSupport transaction filtering and cost-control for gas sponsor
Transactions are forwarded with full privacy, completely shielding against potential MEV attacks
Transaction are routed via BlockRazor’s global high-performance network to be included with lowest latency
Gas Sponso Flow(e.g. Ethereum)

Integration Steps
The user initiates a transaction from the client
The client calls
pm_isSponsorableto check whether the transaction is eligible for sponsorshipIf
pm_isSponsorablereturns true, the user signs the transactionThe client calls
eth_sendRawTransactionto submit the signed raw transaction.BlockRazor appends a sponsorship transaction before the user's transaction in a Bundle, then forwards the Bundle to Builders
The user's transaction is included on-chain as part of a sponsored bundle
Last updated