# 1. Start the Operator

**Option 1: Standard Startup**

Run the start script to set up and start the Operator as a system service:

```
./start_operator.sh
```

This script will:

* Create a systemd service for the Operator
* Configure it to run in the current directory
* Start the service and verify it's running
* Set up appropriate logs

***

**Option 2: Advanced Startup (GPG-Encrypted Keys)**

For enhanced security with **GPG-encrypted keys**:

```
chmod +x ./start_operator_encrypt.sh
./start_operator_encrypt.sh
```

* Note: GPG-encrypted startup requires additional setup. See the \[[GPG encryption guide](https://github.com/fiamma-chain/operator-release/tree/main/operator_for_linux#start-with-gpg-encrypted-private-keys-via-gpg-agent-cache)] for complete instructions.


---

# 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.fiammalabs.io/our-product-suite/pragmatically-trustless-bitvm-bitcoin-bridge/user-guides/mainnet/fiamma-operator/2.-start-operator/1.-start-the-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.
