# Node Operators

{% hint style="warning" %}
Venn is currently operating in a permissioned mode. If you are interested in joining Venn as a node operator, please contact us to express your interest and learn more about the requirements and process.
{% endhint %}

## **What is a Node Operator within Venn?**

Node operators run the core Venn infrastructure to validate transactions and ensure the network's overall functionality. The Venn node architecture is designed to run on your existing nodes or be deployed as a dedicated node, making it highly modular, cost-efficient, and easy to maintain. In the Venn ecosystem, there are two types of operators:

1. **Infrastructure Node Operators**: These operators focus on the technical infrastructure, ensuring the network runs smoothly and efficiently. Infrastructure operators can run the default threat model provided by Venn or choose any other threat model from any security team based on past performance and personal preferences. [Start Installation ](https://docs.venn.build/venn-network/getting-started/node-operators/installation)
2. **Security Node Operators**: These operators specialize in security validation, developing custom transaction analyses for potential threats and malicious activities. Security teams can integrate their unique threat models into the Venn node client using an SDK, allowing you to enforce specific security policies tailored to their expertise and approach. [Start Building Custom Threat Models](https://docs.venn.build/venn-network/getting-started/security-teams)


---

# 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://docs.venn.build/venn-network/getting-started/node-operators.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.
