# Fiamma Operator

This guide explains the setup, operating and maintenance of Fiamma Operator for Linux on mainnet.

### **System Requirements**

* Linux Distribution: Ubuntu 20.04 LTS or later (recommended), CentOS 8+
* Architecture: x86\_64 (AMD64)
* CPU: 4+ cores (8+ recommended for production)
* RAM: 96GB minimum (96GB+ recommended)
* Storage: 100GB SSD minimum (500GB+ recommended)
* Network: Stable internet connection with low latency

***

### **Funds Tiers**

* Fiamma Operator uses a 6-tier system determined by an operator's total deposited funds.
  * Higher tiers support larger transaction amount and earn higher rewards.

| Tier    | Total Funds                      | Supported Txn Range           | Pegin Funds                                  | Pegout Funds                               | Staked Funds                                    |
| ------- | -------------------------------- | ----------------------------- | -------------------------------------------- | ------------------------------------------ | ----------------------------------------------- |
| Purpose | Total BTC needed for an operator | User deposit & withdraw range | Funds used for pre-sign deposit transactions | Funds used to prepay withdraw transactions | Security deposit to precent malicious behaviors |
| L0      | 1.5 BTC                          | 0.001 BTC                     | 0.15 BTC                                     | 1.1 BTC                                    | 0.1 BTC                                         |
| L1      | 2.5 BTC                          | 0.001 BTC \~ 0.01 BTC         | 0.15 BTC                                     | 2.11 BTC                                   | 0.1 BTC                                         |
| L2      | 3.5 BTC                          | 0.001 BTC \~ 0.05 BTC         | 0.15 BTC                                     | 3.112 BTC                                  | 0.1 BTC                                         |
| L3      | 5.5 BTC                          | 0.001 BTC \~ 0.2 BTC          | 0.15 BTC                                     | 5.113 BTC                                  | 0.1 BTC                                         |
| L4      | 10.5 BTC                         | 0.001 BTC \~ 1 BTC            | 0.15 BTC                                     | 10.1135 BTC                                | 0.1 BTC                                         |
| L5      | 15.5 BTC                         | 0.001 BTC \~ 3 BTC            | 0.15 BTC                                     | 15.1136 BTC                                | 0.1 BTC                                         |

***

### Tutorials

**See the tutorials below on running Fiamma Operator:**

1. [Install Operator](/our-product-suite/pragmatically-trustless-bitvm-bitcoin-bridge/user-guides/mainnet/fiamma-operator/1.-install-operator.md)
2. [Start Operator](/our-product-suite/pragmatically-trustless-bitvm-bitcoin-bridge/user-guides/mainnet/fiamma-operator/2.-start-operator.md)
3. [Maintenance](/our-product-suite/pragmatically-trustless-bitvm-bitcoin-bridge/user-guides/mainnet/fiamma-operator/3.-maintenance.md)


---

# 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.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.
