Arcturus Docs
  • Note!
  • Bitcoin and Decentralized Structure
  • Introducing to Arcturus Chain
  • For End User
    • How to add Arcturus to Metamask
    • Obtaining tARC from the Faucet
    • Faucet API
    • How to Use Arcscan
  • For Nerds
    • Proof Of Stake
    • Arcturus Chain
      • Accounts
      • Messages and Transactions
      • Messages
      • Arcturus State Transition Function
      • Code Execution
      • Blockchain and Mining
      • Applications
        • Token Systems
        • Financial Derivatives and Stable-Value Currencies
        • Identity and Reputation Systems
        • Decentralized File Storage
        • Decentralized Autonomous Organizations
        • Further Applications
      • Fees
      • Computation And Turing-Completeness
      • Currency And Issuance
      • Mining Centralization
      • Scalability
      • Conclusion
    • Arcturus Pay
      • About
      • Technolog & Use Cases
      • Developer Instructions
        • arcpay_dev-1
        • arcpay_dev-2
        • arcpay_dev-3
  • Updates & News
Powered by GitBook
On this page
  • Introduction to Arcturus Chain
  • Decentralized Structure
  • Proof of Stake Consensus Mechanism
  • Smart Contracts and Decentralized Applications (dApps)
  • Components of the Arcturus Network
  • Mathematical Formulas

Introducing to Arcturus Chain

Introduction to Arcturus Chain

Arcturus is a decentralized blockchain platform that is a fork of Ethereum. It is designed to leverage the strengths of Ethereum's technology while introducing improvements and customizations suited to its unique ecosystem. Arcturus uses the Proof of Stake (PoS) consensus mechanism and supports the Ethereum Virtual Machine (EVM), enabling the development of smart contracts and decentralized applications (dApps).

Decentralized Structure

Arcturus allows users to perform transactions securely, transparently, and independently through its decentralized structure. The advantages of a decentralized structure include distributed control, security, and transparency. The Arcturus network operates over a peer-to-peer network where all participants (nodes) work together to maintain the integrity of the network.

Proof of Stake Consensus Mechanism

Arcturus uses the Proof of Stake (PoS) consensus mechanism to validate transactions and add new blocks. PoS requires validators to stake a certain amount of cryptocurrency to participate in the network. This mechanism reduces energy consumption and provides faster transaction confirmations. To join the Arcturus network, a minimum of 32 Arcturus must be staked.

Smart Contracts and Decentralized Applications (dApps)

Arcturus enables the development of smart contracts and decentralized applications through its support for the Ethereum Virtual Machine (EVM). Smart contracts are self-executing contracts with the terms of the agreement directly written into code. These contracts eliminate the need for trust between parties and make transactions faster and more secure.

Components of the Arcturus Network

The Arcturus network consists of various nodes and components:

  1. Validator Nodes: Nodes responsible for validating blocks and adding new blocks to the blockchain. Validators join the network by staking a certain amount of Arcturus and are rewarded for validating transactions.

  2. Full Nodes: Nodes that maintain a copy of the entire blockchain and help preserve the network's integrity. Full nodes verify transactions and ensure their propagation across the network.

  3. Light Nodes: Nodes that do not store the entire blockchain but hold the minimum data required to interact with the network. Light nodes participate in the network with fewer resource requirements.

Mathematical Formulas

Understanding the working mechanism of Arcturus requires some basic mathematical formulas and concepts. Here are a few examples:

  1. Stake Yield: The yield on the staked amount in the Arcturus network is calculated. The formula to calculate the annual yield:

  1. Hash Function: Arcturus uses the SHA-256 hash function. It takes an input of data and produces a fixed-length (256-bit) output.

  1. Block Rewards: Validators are rewarded when they add a new block. The block reward is calculated based on the total amount staked in the network and the number of blocks.

Arcturus offers a secure, transparent, and efficient blockchain platform with its decentralized structure, PoS consensus mechanism, and EVM support. This structure ensures that financial transactions and smart contracts are executed securely and quickly. Arcturus aims to provide the best possible advantages and innovations of blockchain technology to its users.

PreviousBitcoin and Decentralized StructureNextFor End User

Last updated 10 months ago

Annual Yield=Staked Amount×Annual Interest Rate\text{Annual Yield} = \text{Staked Amount} \times \text{Annual Interest Rate}Annual Yield=Staked Amount×Annual Interest Rate
Hash=SHA−256(data)\text{Hash} = SHA-256(\text{data})Hash=SHA−256(data)
Block Reward=Total Staked AmountNumber of Blocks\text{Block Reward} = \frac{\text{Total Staked Amount}}{\text{Number of Blocks}}Block Reward=Number of BlocksTotal Staked Amount​