Metabenz
  • Summary
  • Getting started as a validator
  • How to add METABENZ Network to your Metamask
  • Staking tutorial
  • become-a-validator
    • Run a METABENZ Validator
  • consumer-tutorials
    • Deploying smart contract on METABENZnet
    • Staking tutorial
  • general-1
    • How to run network nodes
    • METABENZ Blockchain Consensus
      • Contract Addresses
      • End-of-Cycle Flow
      • Stake, Delegate and Withdraw
      • Vote
    • How to become a validator
      • Getting started as a validator
    • Network Details
      • METABENZ Blockchain Mainnet
      • METABENZ Blockchain Testnet
    • Resources & Tools
      • WalletConnect on METABENZ Blockchain
  • general
    • METABENZ Blockchain Token
    • Exchanges,Wallets,On-Ramps and Defi Tools Supporting METABENZ
    • Metabenz-governance
      • METABENZ Network Assembly
    • Metabenz-infrastructure
      • METABENZ Network Studio
    • Learn about the METABENZ Blockchain Platform
      • METABENZ Blockchain Governance and Development
      • METABENZ Network (METABENZ)
      • Wallets supporting METABENZ Network
      • The METABENZ Blockchain
        • METABENZ Network Consensus
        • Discovering the Network
        • Ethereum (EVM) Compatibility and Smart Contracts
        • Delegation through Staking with Validators
      • Metabenz-governance-and-development
Powered by GitBook
On this page
  • Stake
  • Delegate
  • Withdraw
  1. general-1
  2. METABENZ Blockchain Consensus

Stake, Delegate and Withdraw

PreviousEnd-of-Cycle FlowNextVote

Last updated 8 months ago

The basic requirement to become a METABENZ Network chain validator is to have a stake amount of at least 50k METABENZ Network . The stake amount is the sum of staked and delegated METABENZ Network of the address. 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 METABENZ Network to the consensus contract -0x4dCACA64f6CAED26F8553397a99E206ef29e9D26 on the METABENZ network.

  2. 2.Call the `stake` function on the consensus contract -0x4dCACA64f6CAED26F8553397a99E206ef29e9D26 on the METABENZ network.

Delegate

METABENZ Network 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 consensus contract (0x4dCACA64f6CAED26F8553397a99E206ef29e9D26) with the validator address as data (see screenshot from MEW).

delegate

Withdraw

Both stakers and validators can withdraw their METABENZ Network , 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 METABENZ Network validators list.There are two options to withdraw:

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

  2. 2.Call the `withdraw` function on the consensus contract (0x4dCACA64f6CAED26F8553397a99E206ef29e9D26) 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.