# General

#### Endpoint

[https://rpc.titanbuilder.xyz](https://rpc.titanbuilder.xyz/)

This URL uses AWS geo-routing to find the best RPC to send to. We have found this can sometimes route requests to the wrong region, so we have also added specific geo-location URLs. We reccomend you use these.

* **Europe:** [eu.rpc.titanbuilder.xyz](https://eu.rpc.titanbuilder.xyz)
* **United States:** [us.rpc.titanbuilder.xyz](https://us.rpc.titanbuilder.xyz)
* **Asia:** [ap.rpc.titanbuilder.xyz](https://ap.rpc.titanbuilder.xyz)

#### Testnet

<https://rpc-hoodi.titanbuilder.xyz/>

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

#### Priority Queues

We often get asked about priority queues. We used to have these but have since removed them as we now get through all bundles without needing one. There is no priority system.

#### Coinbase

**Address:** [titanbuilder.eth](https://etherscan.io/address/0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97) \[`0x4838B106FCe9647Bdf1E7877BF73cE8B0BAD5f97`]


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.titanbuilder.xyz/general.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
