Skip to content

Commit

Permalink
Merge pull request #108 from sei-protocol/cordt-sei-patch-1
Browse files Browse the repository at this point in the history
Adds callout to Validators overview.mdx
  • Loading branch information
cordt-sei authored Aug 1, 2024
2 parents 092ad27 + 3ca2b4d commit 62da24a
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 62da24a

Please sign in to comment.