# 1. Query Operator Status

Query operator status and performance with these commands.

### Query Processing Statistics

View operator stats, including daily and weekly task counts:

```
./bcli query -n mainnet processing-stats -i <OPERATOR_ID>
```

This command shows:

* Daily processed transactions for the past 7 days
* Total processed pegin and pegout counts
* Weekly new task stats
* Current pending tasks

### Query Pending Tasks

View queued pegin tasks:

```
./bcli query -n mainnet pending-pegin -i <OPERATOR_ID>
```

View queued pegout tasks:

```
./bcli query -n mainnet pending-pegout -i <OPERATOR_ID>
```

These commands display pending tasks with their IDs, amounts, and last updated time.

### Query Operator Yield

View operator yield from completed tasks:

```
./bcli query -n mainnet earnings -i <OPERATOR_ID>
```

This command displays:

* Total earnings (in satoshis)
* Today's earnings
* Monthly earnings


---

# 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/3.-maintenance/1.-query-operator-status.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.
