From f306618e84b763ff5eae6e260191a6bdfbff28d8 Mon Sep 17 00:00:00 2001 From: Steven Chang Date: Wed, 26 Jul 2023 08:59:36 +1000 Subject: [PATCH] docs/protocol/Staking.md: delete --- docs/protocol/Staking.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 docs/protocol/Staking.md diff --git a/docs/protocol/Staking.md b/docs/protocol/Staking.md deleted file mode 100644 index f84fb035..00000000 --- a/docs/protocol/Staking.md +++ /dev/null @@ -1,19 +0,0 @@ -# Staking - -Serai's staking pallet offers a DPoS system. All stake which enters the system -is delegated somewhere. Delegates can then bond their stake to different -validator sets, justifying their inclusion and providing financial security. - -Delegators may transfer stake whenever, so long as that stake isn't actively -bonded. Delegators may also unstake whenever, so long as the prior condition -is still met. - -### Stake (message) - - - `delegate` (Address): Address to delegate the newly added stake to. - - `amount` (Amount): Amount to stake and delegate. - -### Unstake (message) - - - `delegate` (Address): Address the stake is currently delegated to. - - `amount` (Amount): Amount to unstake.