From 3ca2b4d41ffcdfd6145f1d05b4dd16ce0e3c21db Mon Sep 17 00:00:00 2001 From: cordt-sei <165932662+cordt-sei@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:03:06 -0600 Subject: [PATCH] Adds callout to Validators overview.mdx Added callout to highlight the importance of the oracle price feeder, since experienced validators may not realize the importance of this. --- pages/dev-validators/overview.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/dev-validators/overview.mdx b/pages/dev-validators/overview.mdx index 81fb475..b9ec497 100644 --- a/pages/dev-validators/overview.mdx +++ b/pages/dev-validators/overview.mdx @@ -1,3 +1,5 @@ +import { Callout } from "nextra/components"; + # What is a Validator Validators are responsible for committing new blocks to the blockchain through an automated voting process.A validator's stake is slashed if they become unavailable or sign blocks at the same height. @@ -16,3 +18,6 @@ For fees and mints, the tokens are distributed in every block relative to the nu If validators double sign, are frequently offline, or do not participate in governance, their staked Sei (including the Sei of users that delegated to them) can be slashed. Penalties can vary depending on the severity of the violation. + +The Sei blockchain incorporates a unique slashing parameter validators must be aware of. Please read [Oracle Price Feeder](./oracle-price-feeder) for details. +