> 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/how-it-works/bridge-operator.md).

# Bridge Operator

* Operators act automonously from Governance to make all bridging tasks possible by continously managing the tasks of each chain.&#x20;

**Operating Process**

* Transaction information relay for a Vault
  * Transfers to Orbit Chain's Orbit Hub the transaction information (transaction hash, method, event, memo, etc.) that each chain has for Vault so that Validators can reach consensus quickly.&#x20;
* Transaction information relay for Minters
  * Transfers to Orbit Chain's Orbit Hub the transaction information (transaction hash, method, event, memo, etc.) that each chain has for Vault so that Validators can reach consensus quickly.&#x20;
* Process information relay for building a multiple signature wallet transaction in each bridge contract&#x20;
  * Suggest transaction object for each chain specification (sequence format , transaction fee situation etc) and support to successful consensus
* Executes the agreed transactions on each chain
  * Through Orbit chain, the Validator signs the transaction based on the completed transaction information so that it can run on each chain.


---

# 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://bridge-docs.orbitchain.io/how-it-works/bridge-operator.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.
