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

Stake, Delegate and Withdraw

PreviousContracts OverviewNextVote

Last updated 1 year ago

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

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

Delegate

Bitica 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 Bitica 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 Bitica 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