Vine Docs
  • Overview
    • What is Vine?
    • Layer 0 Architecture
    • Key Features
    • Network Components
  • Core Concepts
    • Layer 0 Protocol Design
    • Architecture Design
    • Node Architecture
    • Parachains
    • EVM & WASM Support
    • Nominated Proof of Stake (NPoS)
    • How NPoS Works
    • Vine Coin (VNE) and Governance
    • Transaction Fees
  • Validators
    • Who are Validators?
    • Validator Node Types
    • Validator's Guide
      • Step 1 - Validator dApp
      • Step 2 - Dashboard
      • Step 3 - Validator Setup
      • Step 4 - Validators Page
    • Manage Account
    • Validator Node Setup
      • Validator System Requirements
      • Guidelines & Precautions
  • Nominators
    • Who are Nominators?
    • Nominator dApp
    • Becoming a Nominator
      • Step 1 - Login
      • Step 2 - Dashboard
      • Step 3 - Validators Page
      • Step 4 - Nominate Validators
    • Manage Account
  • Staking, Slashing & Chilling
    • Staking
    • Slashing Guide
    • Chilling
  • Parallel Chains
    • Overview
    • Block Parameters
    • Substrate Framework-Based
    • Asset Movement
    • Pros and Cons
    • Interoperability
    • Application-Specific Parallel Chains
  • Vine RPC Calls
    • Overview
    • RPC Calls
      • Author
      • Babe
      • Beefy
      • Chain
      • childstate
      • contracts
      • dev
      • engine
      • grandpa
      • mmr
      • offchain
      • payment
      • rpc
      • state
      • syncstate
      • system
  • Vine Explorer
    • Overview
    • How to Use
      • Dashboard
      • Transaction Details
      • Block Details
      • Telemetry
      • Map View
      • Globe View
      • TPS History
      • Vine Testnet Faucet
      • Token Module
      • Contracts
  • Zen Wallet
    • Overview
    • How to Use
      • Create Account
      • Account Login
      • Dashboard
      • Balance
      • Statements
      • Send
      • Keys
      • Swap
      • Balance
      • Multisig Login
        • How To
        • Balance
        • Send
  • Additional Resources
    • Glossary
      • Blockchain
      • Node
      • Validator Node
      • Full Node
      • Validators
      • Nominators
      • Mnemonics
      • Stake
      • Slashing
      • Chilling
      • Parallel Chain
      • Era
      • Uptime
      • APY
      • Waiting State of Validator
      • Active State of Validator
      • Inactive State of Validator
      • Non-Custodial Wallet
      • Custodial Wallet
      • Points
Powered by GitBook
On this page
  1. Additional Resources
  2. Glossary

Stake

In the context of blockchain, "staking" refers to the process of holding and locking up a certain amount of cryptocurrency as collateral in order to participate in the validation of transactions and the creation of new blocks in a proof-of-stake (PoS) consensus mechanism. By staking their coins, individuals or entities known as "validators" are able to earn rewards for their role in maintaining the integrity of the blockchain network.

In a PoS consensus mechanism, instead of validating transactions and creating new blocks through solving complex mathematical problems as in the case of Proof-of-Work(PoW), validators are chosen to create new blocks and validate transactions based on the number of coins they hold and are willing to "stake" as collateral. The more coins a validator stakes, the higher the chances of being chosen to validate transactions and create new blocks, and therefore, the higher the rewards.

When a user stakes their cryptocurrency, they are essentially locking it up for a certain period of time, during which they cannot access or spend it. This is done to ensure that validators have a vested interest in maintaining the integrity of the network and are less likely to engage in malicious behavior. The duration of time can vary depending on the blockchain network and the amount staked.

It's important to note that staking can also be done by delegating the staking process to a validator, this is called "delegated staking" or "staking as a service", in this case, the user's coins are still locked but the user is not the one validating transactions, the validator does it on their behalf.

PreviousMnemonicsNextSlashing

Last updated 4 months ago