# Titan Relay

Titan operates a MEV-Boost compatible relay which can be found at the locations below:

<table data-full-width="false"><thead><tr><th width="152">Network</th><th>Relay URL</th></tr></thead><tbody><tr><td>Hoodi</td><td><a href="https://0xaa58208899c6105603b74396734a6263cc7d947f444f396a90f7b7d3e65d102aec7e5e5291b27e08d02c50a050825c2f@hoodi.titanrelay.xyz/">https://0xaa58208899c6105603b74396734a6263cc7d947f444f396a90f7b7d3e65d102aec7e5e5291b27e08d02c50a050825c2f@hoodi.titanrelay.xyz</a></td></tr><tr><td>Mainnet Global <br>(non-filtering)</td><td><a href="https://0x8c4ed5e24fe5c6ae21018437bde147693f68cda427cd1122cf20819c30eda7ed74f72dece09bb313f2a1855595ab677d@titanrelay.xyz">https://0x8c4ed5e24fe5c6ae21018437bde147693f68cda427cd1122cf20819c30eda7ed74f72dece09bb313f2a1855595ab677d@global.titanrelay.xyz</a></td></tr><tr><td>Mainnet Regional (filtering)</td><td><a href="https://0x8c4ed5e24fe5c6ae21018437bde147693f68cda427cd1122cf20819c30eda7ed74f72dece09bb313f2a1855595ab677d@regional.titanrelay.xyz/">https://0x8c4ed5e24fe5c6ae21018437bde147693f68cda427cd1122cf20819c30eda7ed74f72dece09bb313f2a1855595ab677d@regional.titanrelay.xyz</a></td></tr></tbody></table>

These URLs use AWS geo-routing to find the best relay cluster to send to. We have found this can sometimes route requests to the wrong region, so we have also added specific geo-location URLs. You can drop these directly in place of `regional.titanrelay.xyz` or `global.titanrelay.xyz` in the above URLs.

**Global URLs:**

* `eu-global.titanrelay.xyz`
* `us-global.titanrelay.xyz`
* `tk-global.titanrelay.xyz`

**Regional URLs:**

* `eu-regional.titanrelay.xyz`
* `us-regional.titanrelay.xyz`
* `tk-regional.titanrelay.xyz`

## MEV-Boost Client Configuration

In order to include the Titan relay in your MEV boost configuration, simply append it to the list of relays in the command line arguments.

`./mev-boost -mainnet -relay-check -relays <relay1>,<relay2>`

Simply replace the placeholders `<relay1>` and `<relay2>` with the appropriate connection URL.


---

# 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.titanrelay.xyz/titan-relay.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.
