Titan Builder Docs
  • General
  • API
    • eth_sendBundle
    • eth_cancelBundle
    • eth_sendRawTransaction
    • eth_sendPrivateTransaction
    • eth_sendEndOfBlockBundle
    • eth_sendBlobs
  • MEV Share
  • Bundle Tracing
  • Authentication
  • Builder Public Keys
  • Block Building Algorithm
  • links
    • Discord
    • Twitter
    • Substack
    • Main website
Powered by GitBook
On this page

Block Building Algorithm

Our builder runs multiple sorting algorithms concurrently that compete against each other to produce the most valuable block possible.

Sorting of bundles and transactions is not necessarily ranked by effective gas price, and as such top-of-block execution is not guaranteed. Based on how transactions interact with each other and the current state, including transactions with lower effective gas prices before higher paying ones may yield more valuable blocks, which is what our algorithms optimise for.

We will never unbundle a bundle, and will never broadcast any bundles or private transactions to the public mempool.

PreviousBuilder Public Keys

Last updated 1 year ago