Hybrid Proof-of-Work Proof-of-Stake blockchain
Consensus achieved by PoW mining
Algo: 'Cuckoo Cycle' by Tromp:
GITHUB WHITEPAPER BLOG Minable with even with smart phones achieving highest possible decentralization
Governance via PoS prediction markets
Prediction markets are proven to very good tools to destill information out of a crowd of people. Better then simple voting!
TRANSACTION SPEED ESTIMATES
Trustless off-chain transaction speed: infinite and only limited by the speed of light as these transactions are
inside state channels
On-chain transaction speed: We define following variables for the following calculations:
B = block size in bytes
F = blocks till finality
R = time till finality in seconds
T = transaction size in bytes
The variables that define the protocol are all constantly being updated by the consensus/governance. From their initial default
values, we can calculate the initial default rate of transactions per second.
Transactions per second = B F (T R)
B = 1000000 bytes = 1 megabyte per block
R F = 30 seconds per block
R = 243600 seconds per day
F = 2460*2 blocks per day
T = 1000 bytes per transaction
1000000 ∗ 24 ∗ 60 ∗ 2/1000/24 ∗ 3600 = 1000000 1000 30 = about
32 on-chain transactions per second, which would be
fast enough to sign up every human with state channel technology within 8 years.
These variables will be determined by token holders (PoS Governance).
For further details read the æternity blockchain whitepaper:
Sec. E(4): Transactions per second at a given memory requirements