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

# Roles

Octus Bridge involves various roles that contribute to its operation and governance. Each role has specific responsibilities and privileges within the ecosystem.

### **Users**

Any individual who has successfully **connected their wallet** and started utilizing Octus Bridge's functionalities becomes a bridge user. Users can initiate and participate in cross-chain transfers, stake BRIDGE tokens, engage in governance and interact with the platform's features.

### **Stakeholders**

Stakeholders are users who have chosen to lock a portion of their BRIDGE tokens using the Octus Bridge **staking interface**. By staking their tokens, stakeholders actively contribute to the network's security and functionality. They earn rewards and play a significant role in governance decisions related to Octus Bridge.

### **Relayers**

Relayers, also known as bridge validators, play a critical role in ensuring the efficiency and security of cross-chain transfers within Octus Bridge. A relayer is essentially a stakeholder with added responsibilities. To become a relayer, one must meet the following criteria:

1. Stake a minimum of 100,000 BRIDGE tokens.
2. Deploy a specified set of smart contracts.

Relayers validate transactions, process transfers between blockchain networks and contribute to the overall reliability of Octus Bridge.

If you are interested in becoming a relayer, please reach out to Broxus via email at <hello@broxus.com>.

### **Voters**

Voters are stakeholders who possess BRIDGE tokens and have the privilege of participating in the governance process of Octus Bridge. Through the **governance interface**, voters can cast their votes on various proposals, influencing the direction and evolution of the platform. The collective input from voters helps shape future enhancements and changes within Octus Bridge's ecosystem.

### **Developers**

Developers contribute to the technical advancement of Octus Bridge by proposing, developing and implementing changes, updates and new features. They are instrumental in ensuring the platform's robustness, security and seamless functionality, working closely with the community and other stakeholders to enhance the Octus Bridge ecosystem.


---

# 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.octusbridge.io/use/getting-started/roles.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.
