Universe Docs
  • xyzDAO Overview
  • Beginner's Guide to Governance
  • FAQ Walkthroughs
    • How to get $XYZ tokens?
    • How to obtain voting power (stake) in the DAO?
    • How to lock $XYZ to increase voting power?
    • How to delegate voting power (vXYZ)?
    • How to return delegated voting power (vXYZ)?
    • How can I earn rewards from the USDC/XYZ pool?
    • How to withdraw $XYZ from the DAO?
    • How to create a proposal?
    • How to vote on the proposal?
  • DAO Specifications
    • Diamond Standard
    • Thresholds
    • DAO Governance
    • Multiplier and Voting Power
  • Proposals & Voting
    • Proposals
    • Proposals State
    • Warm-Up
    • Abrogation Proposals
    • Voting
  • Token
    • $XYZ Token
    • Token Distribution
    • Air Drop
  • Distribution Programs
    • Yield Farming and LP Incentivization
      • Epochs
    • DAO Staking
    • Airdrops
  • xyzDAO NFTs & Resources
    • Polymorph FAQs
  • Universe Basics
    • Ethereum Basics
      • A Guide to Ethereum & Blockchains
      • What is a Blockchain?
      • Digital Wallets
      • What is ETH?
      • How do I get ETH?
      • What is gas?
      • How can I measure/predict the fees?
    • Marketplace FAQs
      • What are the Marketplace fees?
      • How do I buy an NFT?
      • How do I make an offer for an NFT?
      • How do I list an NFT?
      • How can I cancel my listing?
      • How do I change the price of my listing?
      • How do I accept an offer?
    • Wallet FAQs
      • Do hardware wallets work with Universe XYZ?
      • My transaction is stuck
      • Types of wallets
    • Minting FAQs
      • What is minting?
      • How do I Mint NFTs with Universe XYZ?
      • How do I create Collections on Universe XYZ
      • Where are my NFTs displayed?
      • Are my NFTs on Universe visible on other platforms?
      • Can I mint an NFT without putting it up for sale?
      • Can I sell NFTs minted on Universe on other platforms?
      • What is burning?
      • What is ERC-1155?
      • What is ERC-721?
    • Troubleshooting
      • Basic troubleshooting
      • How do I contact support?
  • Resources
  • Whitepaper
  • Discord
  • Twitter
  • Medium
  • Telegram
  • YouTube
  • GitHub
Powered by GitBook
On this page

Was this helpful?

  1. Universe Basics
  2. Ethereum Basics

What is a Blockchain?

PreviousA Guide to Ethereum & BlockchainsNextDigital Wallets

Last updated 3 years ago

Was this helpful?

A blockchain is a type of database that is distributed across a network of many computers (nodes).

The data added to this shared ledger is batched into consecutive groups known as "blocks". Each transaction needs to be added to a “block” in order to be successful. “Chain” refers to the fact that each new block contains a cryptographic reference to the previous block that goes all the way back to the first block ever recorded, known as the “genesis block”. Every node in the network must agree upon each new block and the chain as a whole. This ensures that everyone interacting with the blockchain has the same data. A consensus mechanism is an algorithm that is used to reach an agreement on the ledger's state. Ethereum, like Bitcoin, currently uses a consensus mechanism called Proof-of-Work (PoW).

In Proof-of-Work systems, miners receive rewards in the native token for utilizing hardware that competes to solve cryptographic puzzles needed to confirm transactions on the network. This process serves to secure the network by deterring data manipulation through requiring an enormous hardware and energy requirement to do so. Over the next year, the Ethereum blockchain will be phasing out Proof-of-Work in favour of Proof-of-Stake (PoS).

This allows users to stake their to become a validator in the network. Validators will replace the miners in ordering the transactions and creating new blocks so that every node can agree on the state of the network.

Validators will receive rewards by proposing a new block when randomly chosen or by validating the proposed blocks (attesting) when they're not. If a validator attests to malicious blocks, it can lose it’s staked ETH. The move to Proof-of-Stake will bring a number of benefits. It will be substantially more energy efficient as it does not require the use of a lot of energy as mining blocks do. There is also a lower barrier to entry to become a validator compared to a miner as it does not require expensive hardware. This will increase the security of the network as it will allow for greater decentralization.

Finally PoS offers better security for the future shard chains, a key upgrade in improving the scalability of the Ethereum network. Sharding will allow Ethereum to increase transaction throughput by creating multiple blocks at the same time.

For a complete guide to Ethereum and blockchains click .

ETH
here