Skip to content

Commit

Permalink
Adds callout to Validators overview.mdx
Browse files Browse the repository at this point in the history
Added callout to highlight the importance of the oracle price feeder, since experienced validators may not realize the importance of this.
  • Loading branch information
cordt-sei authored Aug 1, 2024
1 parent 092ad27 commit 3ca2b4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/dev-validators/overview.mdx
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.

<Callout emoji="⚠️">
The Sei blockchain incorporates a unique slashing parameter validators must be aware of. Please read [Oracle Price Feeder](./oracle-price-feeder) for details.
</Callout>

0 comments on commit 3ca2b4d

Please sign in to comment.