Slashing Metrics

Contents

Count of Double Attestation Slashing Events

Definition

Count of attester slashing events cause by double attestations

NameMetricIDUnitInterval

Count of Double Attestation Slashing Events

SlashAttDblEvCnt

N/A

1 minute

Details

  • Count of the total double attesting slashing events enforced by the protocol in the last 1 minute

Release History

  • Released November 2023.

Availability for Assets

Count of Attester Slashing Events

Definition

Count of attester slashing events.

NameMetricIDUnitInterval

Count Attester Slashing Events

SlashAttEvCnt

N/A

1 minute

Details

  • Count of the total attester slashing events enforced by the protocol in the last 1 minute

Release History

  • Released November 2023.

Availability for Assets

Count of Surrounding Attestation Slashing Events

Definition

Count of attester slashing events.

NameMetricIDUnitInterval

Count of Surrounding Attestation Slashing Events

SlashAttSurrEvCnt

N/A

1 minute

Details

  • Count of the total Surrounding Attestation Slashing events enforced by the protocol in the last 1 minute

Release History

  • Released November 2023.

Availability for Assets

Proposer Slashing Events

Definition

Count of total number of slashing events.

NameMetricIDUnitInterval

Proposer Slashing Events

SlashPropEvCnt

N/A

1 minute

Details

  • Count of the total number of proposer slashing events enforced by the protocol in the last 1 minute

Release History

  • Released November 2023.

Availability for Assets

Definition

Count of attester slashing events.

NameMetricIDUnitInterval

Count of Surrounding Attestation Slashing Events

SlashAttSurrEvCnt

N/A

1 minute

Details

  • Count of the total Surrounding Attestation Slashing events enforced by the protocol in the last 1 minute

Release History

  • Released November 2023.

Availability for Assets

Total Slashing Events

Definition

Count of total number of slashing events.

| Name | MetricID | Unit | Interval |

Details

  • Count of the total number of slashing events, including attester and proposer slashing events enforced by the protocol in the last 1 minute

Release History

  • Released November 2023.

Availability for Assets

Slashed Amounts

Definition

Total amout of penalties enforced by the protocol in native units.

| Name | MetricID | Category | Subcategory | Type | Unit | Interval |

Details

  • This metric operates on a 1 day frequency.

Release History

  • Released November 2023.

Availability for Assets

API Endpoints

Slashing metrics can be accessed using these endpoints:

  • timeseries/asset-metrics

and by passing in the metric ID's Slash* in the metrics parameter.

curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?metrics=SlashAttDblEvCnt&assets=eth&pretty=true&api_key=<your_key>"

Last updated