# FIRMACHAIN MONITOR by StakeAngle

A clean real-time dashboard showing the essential operational metrics of the FirmaChain blockchain.\
Available at: <https://firmachain-monitor.stakeangle.com/>

### **🔹 Core Metrics**

* **Latest Block** — current finalized block height.
* **Active Validators** — number of validators in the bonded set.
* **Avg Block Time** — moving average block interval with trend chart.
* **Network TPS** — average transactions per second (last 100 blocks).

***

### **🔹 Tokenomics**

* **Total Tokens** — circulating supply (FCT).
* **Bonded Tokens** — total staked FCT.
* **Unbonded Tokens** — tokens in unbonding state.
* **Community Pool** — accumulated community pool balance.
* **Staking APR** — estimated annual staking return.
* **Inflation Rate** — current annual inflation.

***

### **🔹 Recent Blocks Table**

Each row displays:

* Block height
* Age
* Transaction count
* Validator signatures ratio
* Block hash

Ideal for monitoring network activity and validator participation in real time.

***

### **🔹 Network Parameters**

* **Inflation Limits** — max and min inflation rates.
* **Unbonding Time** — staking unbonding period.
* **Proposal Voting Period** — governance voting window.
* **FirmaChain Binary** — node software and CometBFT versions.


---

# 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://services.stakeangle.com/mainnets/firmachain/firmachain-monitor-by-stakeangle.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.
