<!DOCTYPE html>
    <html lang="en">
    <head>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <title>Vitalik Buterin : PROOF of STAKE</title>
      <style>
        body {
          font-family: system-ui, sans-serif;
          line-height: 1.6;
          max-width: 700px;
          margin: 40px auto;
          padding: 0 15px;
          background-color: #fff;
          color: #222;
        }
        h1, h2, h3 {
          font-weight: 600;
        }
        a {
          color: #0070f3;
          text-decoration: none;
        }
        a:hover {
          text-decoration: underline;
        }
        img {
          max-width: 100%;
          border-radius: 50%;
        }
        header {
          text-align: center;
          margin-bottom: 2rem;
        }
        footer {
          border-top: 1px solid #ccc;
          margin-top: 2rem;
          padding-top: 1rem;
          font-size: 0.9em;
          text-align: center;
          color: #555;
        }
      </style>
    </head>
    <body>
    
      <header>
        <img src="/vitalik.png" alt="Vitalik Buterin" width="120" height="120">
        <h1>PROOF of STAKE</h1>
    <h2>The Making of Ethereum and the Philosophy of Blockchains </h2>
        <p>Summaries : Proof of Stake by Vitalik Buterin</p>
      </header>
    
      <main>
        <section>
          <h2>MARKET, INSTITUTIONS, AND CURRENCIES - A NEW METHOD OF SOCIAL INCENTIVIZATION</h2>
          <h3>
           "Fourth role that currencies play : seigniorage." <br>
           (1st:Medium of exchange; 2nd:Store of value; 3rd:Medium of account/measuring.)
          </h3>
    <h2>ETHEREUM: A NEXT-GENERATION CRYPTOCURRENCY AND DECENTRALIZED APPLICATION PLATFORM</h2>
    <h3>"As a protocol for storing and transferring value, Bitcoin is excellent. However, 
    as for as bering an effective low-level protocol is concerned, Bitcoin is less effective; 
    rather than being like a TC on top of which one can build HTTP, Bitcoin is like SMTP: a protocol that is good as its intended task (in SMTP's case email, in Bitcoin's case money), 
    but not particularly good as a foundation for anything else."</h3>   
    
    <h3>"Ethereum does not intend to be a Swiss Army knife protocol with hundreds of features to suit every need; instead, Ethereum aims to be a superior foundational protocal, and allow other decentralized applications to build on top of it instead of Bitcoin, giving them more tools to work with and allowing them to gain the full benefits of Ethereum's scalability and efficiency."</h3>
    
        </section>
    
        <section>
          <h2>Qora Decentralized web</h2>
          <ul>
            <li><a href="/i"> /i : World Map</a></li>
            <li><a href="/]"> /] : Qora Renaissance</a></li>
            <li><a href="/freecity"> /freecity : 自由天地</a></li>
          </ul>
        </section>
    
        <section>
          <h2>Links</h2>
          <ul>
            <li><a href="https://twitter.com/ongkianchai">Twitter</a></li>
            <li><a href="https://www.facebook.com/ong.kianchai">Facebook</a></li>
            <li><a href="mailto:ongkianchai@gmail.com">Email</a></li>
          </ul>
        </section>
      </main>
    
      <footer>
        <p>© 2025 okchai — built with pure HTML</p>
      </footer>
    
    </body>
    </html>