Poolscan Docs
  • Summary
  • DOCUMENTATION
    • Learn about the PSC Blockchain Platform
      • PSC Blockchain Overview: vision, strategy and platform components
      • The PSC Blockchain
        • Discovering the Network
        • PSC Blockchain Consensus
        • Delegation through Staking with Validators
        • Ethereum (EVM) Compatibility and Smart Contracts
        • Boosting PSC Blockchain's Scalability
      • PSC Blockchain Token (PSC)
        • PSC Tokenomics
        • Exchanges, Wallets, On-Ramps and DeFi Tools Supporting PSC
        • PSC on Other Chains
      • Interoperability
      • PSC Blockchain Governance and Development
        • PSC Blockchain Assembly
        • PSC Blockchain Improvement Proposals (FIPs)
      • Wallets supporting PSC Blockchain
    • PSC Blockchain for Business
    • Things you can do on PSC Blockchain
      • Interacting with the PSC Blockchain
      • PSC Blockchain Ecosystem
      • Community
      • Grants and Bounties
    • PSC Blockchain Mobile Infrastructure Use Cases
  • Developers
    • Network Details
      • PSC Blockchain Mainnet
      • PSC Blockchain Testnet
      • Token Faucets
    • PSC Blockchain Consensus
      • Contracts Overview
      • Stake, Delegate and Withdraw
      • End-of-Cycle Flow
      • Contract Addresses
    • How to run network nodes
    • Resources & Tools
      • WalletConnect on PSC Blockchain
    • How to become a validator
      • Getting started as a validator
      • Getting started as on the PSC Blockchain testnet
  • Links
    • Facebook
    • GitHub
    • Telegram
    • Twitter
Powered by GitBook
On this page
  • Stake
  • Delegate
  • Withdraw
  1. Developers
  2. PSC Blockchain Consensus

Stake, Delegate and Withdraw

PreviousContracts OverviewNextEnd-of-Cycle Flow

Last updated 1 year ago

The basic requirement to become a PoolScan Network Coin chain validator is to have a stake amount of at least 100,000 PoolScan Network Coin tokens. The stake amount is the sum of staked and delegated PoolScan Network Coin tokens of the address. This guide walks trough the process of using MEW (MyEtherWallet.com) in the process of using PoolScan Network Coin network.Roadmap - Those functionalities will be built into our Studio and will not require any technical knowledge in the future.

Stake

There are two options to stake (both should be called from the address which would be the validator)

  1. 1.Send PoolScan Network Coin tokens to the - 0xC48b6EAECd49959235dE3DE5C73974079d2Be325 on the PoolScan Network network.

  2. 2.Call the `stake` function on the -0xC48b6EAECd49959235dE3DE5C73974079d2Be325 on the PoolScan Network network.

Delegate

PoolScan Network Coin token holders who don't want to run a node by themselves but still wish to participate in governing the network can delegate any amount to one of the validators.Delegating is done by calling the `delegate` function on the with the validator address as data (see screenshot from MEW).

delegate

Withdraw

Both stakers and validators can withdraw their PoolScan Network Coin tokens, up to the staked/delegated amount, at any time. The withdrawn amount will be deducted from the validator stake amount, and if the stake amount becomes below the minimum stake amount - the validator will be removed from the PoolScan Network Coin chain validators list.There are two options to withdraw:

1.Call the `withdraw` function on the with one parameter - the amount to withdraw. This call is for stakers, and will reduce the stake amount of the sender address.

2.Call the `withdraw` function on the with two parameters - validator address and amount to withdraw. This call is for both stakers (who can use their own address as the parameter) and for delegators to withdraw their delegated stake on a specific validator.

withdraw option no. 1
withdraw option no. 2
consensus contract
consensus contract
consensus contract
consensus contract
consensus contract