Web3 Learning Notes
  • Web3 Learning Notes
  • 📖Crypto Basis 101
    • Blockchain & Cryptocurrency
    • Start dealing with Crypto
    • To invest safe
    • Risk Management
    • Web 3.0: User Ownership
    • Rethinking 'Why Crypto?'
  • 💰DeFi
    • What is DeFi
    • Stablecoin 101
    • Journey of a transaction
    • MEV (Miner Extractable Value)
    • Crypto Derivatives
    • To play safe in DeFi
    • DeFi Tools
  • 🧠DEFI Innovations
    • Lending & Borrowing
      • AAVE V3
      • Morpho - APY Optimiser
      • SILO - Risk Isolator
    • Automated Market Maker
      • Uniswap V3 - Concentrated Liquidity
      • Trader Joe V2 - Liquidity Book
      • 1Inch V2 - AMM Aggregator
    • Low Slippage Swapping
      • Curve V2
      • Bebop
      • Platypus Finance
    • Yield Aggregator
      • Yearn V2
      • Instaapp
      • Alpaca Finance
    • Perpetual Exchange
      • GMX
  • 🎇Techs of Chains
    • ETH - Ethereum
    • BNB - Binance Coin
    • AVAX - Avalanche
    • DOT - Polkadot
    • SOL - Solana
    • NEAR - Near Protocol
    • XTZ - Tezos
    • MINA - Mina Protocol
  • 🖼️NFT
    • What is NFT
    • Token standard 721 & 1155
    • How to get your first NFT
    • How to mint like a pro
    • To play safe in NFT
    • NFT tools
Powered by GitBook
On this page
  • Proof of History (PoH)
  • Solana Mobile - SAGA
  1. Techs of Chains

SOL - Solana

Proof of History (PoH)

  • incorporating time into the blockchain to reduce the load while processing blocks

  • Verifiable Delay Functions

    • need sequential computation to evaluate

    • events and transactions are hashed with the SHA256 hash function

    • takes the output of a transaction and uses it as input for the next hash

    • no parallel processing allowed, able to determine exact time required to complete the steps e.g. SHA256(”random string”) output: hash1 SHA256 (hash1) output: hash2 SHA256 (hash2) output: hash3

    • Advantages

      • having timestamp snapshot provides a clear verifiable sequence of transactions

      • speed up validation process by minimizing node communications on timestamp

  • also involve Proof of Stake (PoS) mechanism

    • only people who staked can be validator to vote on validity of PoH hash, bad actor will be penalized

Solana Mobile - SAGA

  • A flagship level Android phone targets Web 3.0 integration

  • built in hardware wallet & Solana dApp Store

  • simplfied dApp submission & distribution

  • Solana Pay for Android

PreviousDOT - PolkadotNextNEAR - Near Protocol

Last updated 2 years ago

🎇