Blink
  • Blink
    • Welcome to Blink
  • Get Started
    • Tx Originators
    • Integration
      • General
      • Wallets
      • Oracles
      • Bots
      • Individual Users
      • Security
    • Custom Configuration
    • API Reference
      • eth_sendRawTransaction
      • eth_sendPrivateTransaction
      • eth_getTransactionByHash
      • eth_sendBundle
      • eth_getTransactionCount
    • Misc
      • Privacy Policy
  • How it works
    • State Update Auction
    • Gas Recoveries
    • MEV
  • Additional Features
    • Gas Sponsored Swaps
  • Searchers
    • Integration
      • Listen To Transactions
        • MEVBlocker Compatible (V2)
        • MEVBlocker Compatible (V3)
        • V1 (Deprecated)
      • Bid on Transactions
      • Querying a Bundle
    • API Reference
      • eth_sendBundle
      • eth_cancelBundle
      • Page
  • Base
    • API Reference
    • How it works
    • Searchers
  • Solana
    • Searchers
      • Integration
        • Rust Decoding A Transaction
      • API Reference
        • sendBundle
        • getSignature
  • CAREERS
    • Senior Software Engineer
Powered by GitBook
On this page
  1. Get Started

Custom Configuration

State Update Auction Configurations

Several configuration options are available for the State Update Auction to tailor the transaction flow to your needs:

1. Builder Set

Specifies which block builders the transactions will be forwarded to.

2. MEV Recovery (Default: On)

Enables the recovery of value from non-malicious MEV (Maximal Extractable Value) opportunities.

3. Gas Recovery (Default: On)

Allows you to receive gas rebates on transactions, optimizing gas costs.

4. Revert Protection

eth_sendRawTransaction - Default: Off

When transactions are sent using eth_sendRawTransaction, revert protection is turned off by default, aligning with standard Ethereum node behaviour. This means that transactions can revert without additional safeguards.

eth_sendBundle or eth_sendPrivateTransaction - Default: On

Transactions send to these endpoints will not be included if they will revert.

Note: If you enable this feature, consider any necessary changes to your user interface (UI/UX) to ensure that users understand why their transaction may not have landed on-chain if it reverts.

PreviousSecurityNextAPI Reference

Last updated 7 months ago