> For the complete documentation index, see [llms.txt](https://docs.zircuit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zircuit.com/infra/gud-trading-engine-beta/supported-chains-and-contract-addresses.md).

# Supported Chains & Contract Addresses

## Mainnets

<table><thead><tr><th width="172.12890625">Chain</th><th width="98.0703125">ID</th><th>GudEngine Address</th></tr></thead><tbody><tr><td>Ethereum Mainnet</td><td>1</td><td>0x0792C46723d479D4C29De5D78D93C0146EdF3f5B</td></tr><tr><td>Base</td><td>8453</td><td>0x0792C46723d479D4C29De5D78D93C0146EdF3f5B</td></tr><tr><td>Zircuit</td><td>48900</td><td>0x0792C46723d479D4C29De5D78D93C0146EdF3f5B</td></tr><tr><td>OP Mainnet</td><td>10</td><td>0x0792C46723d479D4C29De5D78D93C0146EdF3f5B</td></tr><tr><td>Arbitrum One</td><td>42161</td><td>0x0792C46723d479D4C29De5D78D93C0146EdF3f5B</td></tr></tbody></table>

## Testnets

<table><thead><tr><th width="171.63671875">Chain</th><th width="97.390625">ID</th><th>GudEngine Address</th></tr></thead><tbody><tr><td>Sepolia</td><td>11155111</td><td>0x7Fd9F1BBFF0f12822Dce087D4020310b06a01F70</td></tr><tr><td>Base Sepolia</td><td>84532</td><td>0x7Fd9F1BBFF0f12822Dce087D4020310b06a01F70</td></tr><tr><td>OP Sepolia</td><td>11155420</td><td>0x7Fd9F1BBFF0f12822Dce087D4020310b06a01F70</td></tr><tr><td>Arbitrum Sepolia</td><td>421614</td><td>0x7Fd9F1BBFF0f12822Dce087D4020310b06a01F70</td></tr></tbody></table>

> <mark style="color:blue;">**ⓘ Info**</mark>
>
> In Testnets the liquidity is limited, and the majority of the tokens will not be available. Slippage/fees can be high in some providers to avoid abuse. Consider using just native ETH as source and destination in small amounts for cross chain testing.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.zircuit.com/infra/gud-trading-engine-beta/supported-chains-and-contract-addresses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
