Wallets and decentralized exchanges sit at the centre of the user experience in Web3. Every transaction a user submits passes through your infrastructure, which means the quality of that infrastructure directly shapes whether users feel safe, how quickly their trades confirm, and whether they return. BlockRazor gives wallet providers and DEX platforms two purpose-built services — RPC mode with built-in MEV protection and a Gas Sponsor layer — that let you ship a materially better experience without re-architecting your stack.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/BlockRazorinc/docs_en/llms.txt
Use this file to discover all available pages before exploring further.
Why wallets and DEXs choose BlockRazor
MEV Protection via RPC
Drop-in replacement for
eth_sendRawTransaction. Transactions are routed through BlockRazor’s protected relay so they land on-chain without being front-run or sandwiched.Gas Sponsor
Cover gas fees on behalf of your users. New users who have never held native tokens can execute their very first transaction the moment they connect a wallet.
Core benefits
MEV protection out of the box
Integrating the BlockRazor RPC endpoint replaces your existing
eth_sendRawTransaction call with an MEV-protected equivalent. Pending transactions are kept private from block builders and validators until inclusion, eliminating the window in which searchers can extract value at your users’ expense.Rebates on successful transactions
BlockRazor’s RPC mode participates in an orderflow auction. When your transactions are included, a portion of the captured MEV value is returned to you as a rebate — creating a direct revenue stream from the transaction flow you already generate.
Gasless onboarding with Gas Sponsor
Remove the single biggest friction point in Web3 onboarding. With Gas Sponsor, your platform pays the native gas fee on behalf of the user, meaning a brand-new wallet holder can swap, bridge, or interact with a contract the moment they arrive — no bridging ETH or BNB first.
Chain support
The table below shows which BlockRazor services are available per chain for wallet and DEX integrations.| Chain | RPC (MEV Protection) | Gas Sponsor |
|---|---|---|
| BSC | ✓ | ✓ |
| Ethereum | ✓ | ✓ |
| Base | ✓ | — |
| Solana | — | ✓ |
Gas Sponsor is not available on Base. The table above reflects the full service coverage for wallet and DEX integrations across each supported chain.
Integration overview
- RPC (Ethereum / BSC)
- Gas Sponsor
Replace your existing JSON-RPC endpoint with the BlockRazor protected endpoint. The method signature is identical to the standard — no changes to your transaction-building logic are required.
Recommended services
RPC Submission
Standard
eth_sendRawTransaction with MEV protection and rebates. Available on BSC, Ethereum, and Base.Gas Sponsor
Sponsor native gas fees for your users. Available on BSC, Ethereum, and Solana.