---
title: NodeConsensusStatus
description: NodeConsensusStatus describes the consensus driver state.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/node-consensus-status/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/node-consensus-status.md
---

# NodeConsensusStatus

NodeConsensusStatus describes the consensus driver state.

**Package:** `thru.services.v1`

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `active` | `bool` | 1 · optional | Whether post-repair consensus is active and voting. |
| `mode` | [`NodeMode`](https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/node-mode.md) | 2 · optional | How consensus was entered: regular startup or catastrophic recovery. |
| `frontier` | `uint64` | 3 · optional | Current consensus frontier slot (first slot without EXECUTION\_FINISHED). |
