> For the complete documentation index, see [llms.txt](https://bridge-docs.orbitchain.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bridge-docs.orbitchain.io/official-governance.md).

# Official Bridge Governance

## Official governance info repository

<https://github.com/orbit-chain/bridge-launch-governance>

## Ethereum Bridge (Ethereum vault)

* Validator list

  * OZYS ([https://orbitchain.io](https://orbitchain.io/))
  * KLAYTN  ([https://www.klaytn.com](https://www.klaytn.com/))
  * DSRV ([https://www.dsrvlabs.com/en](https://www.dsrvlabs.com/en/))
  * NODE A TEAM ([https://nodeateam.com](https://nodeateam.com/))
  * EVERSTAKE (<https://everstake.one>)
  * HASHQUARK ([https://hashquark.io](https://hashquark.io/))
  * ICON FOUNDATION (<https://icon.foundation>)

* Governance Info

```
{
		// Governance Validator Public Address
		ozys : "0x8a3F117Ef3b40f1661Dedf7f28fC33E7b6fae4F8",
		dxm : "0x67C3c784C49d9ab8757ADb71491df1A1B38FbFA8",
    		klaytn : "0x34ebf4f74a881eb63f666e63ce1ff2f287ca5a8b",
		dsrv : "0x3924Ac70075078A7713f543b72e3F8817ecEc646",
		node_a_team : "0xd1176F2f576C102F6516D386De53ec7a72Cc1491",
		everstake : "0xa6dc28CbcB2f8060a00b4FA67F9b67775AC5a3a1",
		hashquark : "0x6013f0B3ffE1fFdcA3Fc6A8cd705b1Af048F7437",
		icon : "0x1c0cd56f1c3e2cf13b9b44dbe5529104bade543e",
		
		// Contract Info
		governance_id : "0x50f408f4b0fb17bf4f5143de4bd95802410d00422f008e9deef06fb101a0f060",
		
		// https://etherscan.io/address/0x1bf68a9d1eaee7826b3593c20a0ca93293cb489a#code
		eth_vault_contract : "0x1bf68a9d1eaee7826b3593c20a0ca93293cb489a",
		
		// http://scope.klaytn.com/account/0x60070F5D2e1C1001400A04F152E7ABD43410F7B9?tabId=contractCode
		klaytn_minter_contract : "0x60070F5D2e1C1001400A04F152E7ABD43410F7B9"
		
		// https://tracker.icon.foundation/contract/cx0eb215b6303142e37c0c9123abd1377feb423f0e
		icon_minter_contract : "cx0eb215b6303142e37c0c9123abd1377feb423f0e"
		
		// OrbitBridge Klaytn Token List
		korc: "0xfe41102f325deaa9f303fdd9484eb5911a7ba557",
		keth: "0x34d21b1e550d73cee41151c77f3c73359527a396",
		kusdt: "0xcee8faf64bb97a73bb51e115aa89c17ffa8dd167",
		kdai: "0x5c74070fdea071359b86082bd9f9b3deaafbe32b",
		kwbtc: "0x16d0e1fbd024c600ca0380a4c5d57ee7a2ecbf9c"
}
```

## Request for launch bridge governance

Orbit Bridge, as a protocol provider, hopes that a variety of governance utilizes our protocol to scale. Please contact the Orbit Chain development team to launch new governance or chains  in Orbit Bridge.

##


---

# 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://bridge-docs.orbitchain.io/official-governance.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.
