# Validator Guide

## Join Official Bridge Launch Governance

* Prepare the private key needed to sign(a.k.a **validating**) the correct cross-chain bridge
* Fork launch governance repository [\[LINK](https://github.com/orbit-chain/bridge-launch-governance)]
* Commit\&Push your governance information to the vault you wish to participate in&#x20;
* Send pull request

{% hint style="warning" %}
Do not expose your private key in information
{% endhint %}

## Launch Instance

{% content-ref url="/pages/-MKXzWz0QWqcJFRvVofZ" %}
[Hardware Specifications](/validator-guide/hardware-specification.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MKXzvaCSy\_Vn6lNcJFl" %}
[Quick Start](/validator-guide/quick-start.md)
{% endcontent-ref %}

## Expand Validating

### Vault

* Can participate in other vaults through the public [Github](https://github.com/orbit-chain/bridge-launch-governance).
* Launch another validator instance. Orbit Bridge is based on operating one validator in one vault.

{% hint style="warning" %}
The private key must use a different key from the existing vault.
{% endhint %}

### Chains

* There are basically 3 ways to access the chain
  * Using public node operator(like Ethereum's infura)
  * Directly operate the nodes of the chain(no need to mining block)
  * Some nodes provided by Ozys. Connection limited  by IP

{% hint style="info" %}
Each has its pros and cons. Using public node easy, but have potential stability, security risk. Running your own nodes is complex and expensive, but If you have a good understanding of the chain, can be obtain more secure, stability/
{% endhint %}

* Below are tips for each chain.

{% content-ref url="/pages/-Mc8yH5eyR8lDXmnO70s" %}
[ICON](/cross-chain-guide/icon.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MlDQUKmyC6IgEZfS86F" %}
[Celo](/cross-chain-guide/celo.md)
{% endcontent-ref %}


---

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