> For the complete documentation index, see [llms.txt](https://docs.ethgas.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ethgas.com/developer-resources/technical-integration.md).

# Technical Integration

Exchange Specifications:&#x20;

* TPS: 100k TPS
* Latency:  3-5ms latency, depending on colo or direct EC2
* Location: AWS - Asia Pacific (Tokyo) / ap-northeast-1

Collateral Contract (EthgasPool)

* Mainnet : [0x3314Fb492a5d205A601f2A0521fAFbD039502Fc3](https://etherscan.io/address/0x3314fb492a5d205a601f2a0521fafbd039502fc3)
* Hoodi: [0x104Ef4192a97E0A93aBe8893c8A2d2484DFCBAF1](https://hoodi.etherscan.io/address/0x104Ef4192a97E0A93aBe8893c8A2d2484DFCBAF1)
* Recommend to deposit collateral via [our website](https://app.ethgas.com/my-portfolio/accounts)

Relays:&#x20;

<table><thead><tr><th width="99.6171875">Region</th><th>Mainnet</th><th>Hoodi</th></tr></thead><tbody><tr><td>Tokyo</td><td><a href="https://0x88ef3061f598101ca713d556cf757763d9be93d33c3092d3ab6334a36855b6b4a4020528dd533a62d25ea6648251e62e@ap-relay.ethgas.com/">https://0x88ef3061f598101ca713d556cf757763d9be93d33c3092d3ab6334a36855b6b4a4020528dd533a62d25ea6648251e62e@ap-relay.ethgas.com</a></td><td><a href="https://0xb20c3fe59db9c3655088839ef3d972878d182eb745afd8abb1dd2abf6c14f93cd5934ed4446a5fe1ba039e2bc0cf1011@hoodi-relay.ethgas.com">https://0xb20c3fe59db9c3655088839ef3d972878d182eb745afd8abb1dd2abf6c14f93cd5934ed4446a5fe1ba039e2bc0cf1011@hoodi-relay.ethgas.com</a></td></tr><tr><td>Frankfurt</td><td><a href="https://0x88ef3061f598101ca713d556cf757763d9be93d33c3092d3ab6334a36855b6b4a4020528dd533a62d25ea6648251e62e@eu-relay.ethgas.com/">https://0x88ef3061f598101ca713d556cf757763d9be93d33c3092d3ab6334a36855b6b4a4020528dd533a62d25ea6648251e62e@eu-relay.ethgas.com</a></td><td></td></tr><tr><td>Virginia</td><td><a href="https://0x88ef3061f598101ca713d556cf757763d9be93d33c3092d3ab6334a36855b6b4a4020528dd533a62d25ea6648251e62e@us-relay.ethgas.com/">https://0x88ef3061f598101ca713d556cf757763d9be93d33c3092d3ab6334a36855b6b4a4020528dd533a62d25ea6648251e62e@us-relay.ethgas.com</a></td><td></td></tr></tbody></table>

### Docs & Source code

API docs: [developers.ethgas.com](https://developers.ethgas.com)

Validator Registration & Setting (Commit Boost Module): <https://github.com/ethgas-developer/ethgas-preconf-commit-boost-module>

Modified rbuilder: <https://github.com/ethgas-developer/preconf-builder>

Builder Registration: <https://github.com/ethgas-developer/ethgas-builder-scripts>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ethgas.com/developer-resources/technical-integration.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.
