Primal Docs
  • Summary
  • DOCUMENTATION
    • Learn about the Primal Platform
      • Primal Overview: vision, strategy and platform components
      • The Primal Blockchain
        • Discovering the Network
        • Primal Consensus
        • Delegation through Staking with Validators
        • Ethereum (EVM) Compatibility and Smart Contracts
        • Boosting Primal's Scalability
      • Primal Coin (PRM)
        • PRM Coinomics
        • Exchanges, Wallets, On-Ramps and DeFi Tools Supporting PRM
        • PRM on Other Chains
      • Interoperability
      • Primal Governance and Development
        • Primal Assembly
        • Primal Improvement Proposals (PIPs)
      • Wallets supporting Primal
    • Primal for Business
    • Things you can do on Primal
      • Interacting with the Primal Blockchain
      • Primal Ecosystem
      • Community
      • Grants and Bounties
    • Primal Mobile Infrastructure Use Cases
  • Developers
    • Network Details
      • Primal Mainnet
      • Primal Testnet
      • Coin Faucets
      • Network Upgrades
        • Upgrade Guide
        • Upgrade Guide (explorer nodes)
        • Block 13,800,000 Fork
        • PIP
    • Primal Consensus
      • Contracts Overview
      • Stake, Delegate and Withdraw
      • Vote
      • End-of-Cycle Flow
      • Contract Addresses
    • How to run network nodes
    • Resources & Tools
      • TheGraph
      • WalletConnect on Primal
    • Important smart contracts
      • Primal Coin
      • Primal Dollar
      • Major Deployed Contracts
      • Bridges
        • Ethereum ↔ Primal Dollar Token
        • Ethereum ↔ Primal TL20 Tokens
        • BSC ↔ Primal BNB
        • BSC ↔ Primal Native
        • BSC ↔ Primal TL20
        • Ethereum ↔ Primal Native
    • How to become a validator
      • Getting started as a validator
      • Getting started as on the Primal testnet
  • Links
    • Discord
    • Facebook
    • GitHub
    • LinkedIn
    • Medium
    • Telegram
    • Twitter
    • Instagram
    • YouTube
Powered by GitBook
On this page
  • Stake
  • Delegate
  • Withdraw
  1. Developers
  2. Primal Consensus

Stake, Delegate and Withdraw

PreviousContracts OverviewNextVote

Last updated 2 years ago

The basic requirement to become a Primal SmartChain validator is to have a stake amount of at least 100,000 Primal coins. The stake amount is the sum of staked and delegated Primal coins of the address. This guide walks trough the process of using MEW (MyEtherWallet.com) in the process of using Primal 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 Primal tokens to the - 0x849cb7e7929DFedd35F66a3F0445C4B7c035fB91 on the fuse network.

  2. 2.Call the `stake` function on the - 0x849cb7e7929DFedd35F66a3F0445C4B7c035fB91 on the fuse network.

Delegate

Primal coin 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 Primal coins, 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 Primal 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