Sequentia docs
  • 💡INTRODUCTION
    • Introduction
  • 🖱️TESTNET
    • What to know before starting
    • Download and Installation
    • Demo the "No Coin" feature
      • 1. Set up your wallet
      • 2. Transfer TEST paying fees in TEST
      • 3. Create a new asset
      • 4. Pay transaction fees in the newly issued asset
      • 5. Replace By Fee (RBF) with different assets
  • 📖WHITE PAPER
    • 1. The Mission
    • 2. Sequentia Overview
    • 3. Blockchain Architecture
      • 3.1. Orange pilled
      • 3.2. Open fee market
      • 3.3. Market-driven governance
      • 3.4. Bitcoin anchoring
      • 3.5. Immediate transaction finality
      • 3.6. Full node sovereignty
      • ­­­­­­­­3.7. Cross-chain consistency
      • 3.8. Escaping stall
      • 3.9. No inflation
      • 3.10. Cheap to handle
      • 3.11. Bitcoin checkpoints
    • 4. Asset tokenization
      • 4.1. Why tokenization: security tokens and stablecoins
      • 4.2. The RAS standard
      • 4.3. Lightning Network payments
      • 4.4. Peer-to-peer batching
      • 4.5. Access-Control-List
      • 4.6. Programmable Accounts
    • 5. Decentralized Exchange
      • 5.1. Atomic swap
      • 5.2. Lightning Network swap
      • 5.3. Standardized order package
      • 5.4. Distributed Hash Table (DHT)
      • 5.5. Market incentives
      • 5.6. Watchtower and Book aggregator
    • Disclaimer
  • 🔗Links
    • Sequentia Theoretical Paper
    • Sequentia Lightpaper
    • Sequentia website
    • Join on socials
Powered by GitBook
On this page
Export as PDF
  1. WHITE PAPER
  2. 3. Blockchain Architecture

3.3. Market-driven governance

Sequentia block producers must have a direct stake in the blockchain, and their role is open to market competition in a public and transparent way.

Any blockchain network is exposed to grave security risks if the entities with the capacity to govern over block production do not have a significant interest in the network’s normal state of operation. The selection of entities with the power to issue blocks must be open to the market with publicly transparent economic incentives to participate. For example, in a Proof of Work system, miners have a considerable investment in the hardware and, in general, in their business model, from the most efficient way to supply energy to the vast amount of capital required for the set-up and maintenance of the business (including human capital, effort, aspirations). All of this capital represents a “stake” in the network.

Sequentia blocks are proposed based on a PoS selection algorithm that weights the stake of each participant (in terms of SEQ tokens at stake) to determine the right to issue a valid block. A PoS selection is chosen to avoid the security threats any new PoW intrinsically faces at its genesis, being at risk of malicious attackers borrowing hashrate power. However, to prevent the perception of being an alternative or competitor to Bitcoin, SEQ tokens are not intended to have a monetary purpose, as made evident by the open fee market described in the previous section.

Any network participant staking at least 0.01% of the total token supply has a chance to be selected by the algorithm as a blocksigner or block producer. 0.01% of the total token supply corresponds to 40,000 SEQ tokens. Participants with SEQ tokens locked at stake earn network transaction fees from the blocks they produce; therefore, the value of SEQ tokens mirrors the actual usage of the blockchain.

Previous3.2. Open fee marketNext3.4. Bitcoin anchoring

Last updated 1 year ago

📖