Frequently Asked Questions
Total supply is 100 trillion coins. Circulating supply is 15 trillion, based on supply allocated from DogeP tokens as part of mainnet launch. For details, see blockchain allocation whitepaper.
Quantum Coin mainnet uses proof of stake consensus using a 3 phase pBFT consensus algorithm. For details, see consensus whitepaper.
Mainnet was launched on 123123 (December 31st, 2023).
The base gas fee of a transaction is 21000 gas, same like Ethereum. The fee for this based transactions is fixed roughly at 1000 coins. Smart Contract transactions will have a proportional fee according to their gas usage.
There is no priority fee or surge pricing or miner tips or any similar concept in Quantum Coin, though there may be some references to them in the code.
Transactions are ordered dynamically based on a hash value derived from the fromAddress and parent block hash. This gives a fair transaction placement independent of miner tips or priority fee, for transaction ordering.
While quantum coin is based on Ethereum's geth codebase, there are major differences in Quantum Coin compared to Ethereum.
- Quantum Coin uses NIST standardized post quantum cryptography algorithms (hybrid) compared to Etheruem which uses non-quantum resistant algorithms. See Quantum Resistance whitepaper.
- Quantum Coin has 32 byte addresses (66 characters in hex including 0x) compared to 20 bytes for Ethereum. This gives Quantum Coin additional security against hash collisions.
- Quantum Coin has no priority fee for transactions unlike Ethereum and makes transaction ordering fair.
- Quantum Coin uses a customized variant of pBFT consensus while Ethereum uses Gasper. Both use proof-of-stake consensus.
- Quantum Coin has block time, gas per block, TPS, block rewards compared to Ethereum. Please see other questions in this FAQ for details.
- Validators are selected per block in Quantum Coin, instead of on a slot basis in Ethereum.
Smart Contracts are written in Solidity 7.6. A key difference from Ethereum is that Solidity has been updated to support 32 byte addresses in Quantum Coin.
The initial supply for mainnet was based on the allocation for DogeP tokens as described in the blockchain allocation whitepaper.
Yes, tokens in the same model as ERC20 Tokens are supported. Likewise NFTs are supported similar to Etheruem.
The current block times as seen on mainnet are between 20 to 24 seconds per block. The block time goal is 6 seconds.
The TPS is dynamic. For details, see Dynamic TPS model.
The gas limit per block is set to 300 million, though it may be adjusted dynamically in the future. Under ideal network conditions and capable hardware, this equates to about 14285 basic transactions per block.
Blocks are considered finalized as soon as they are committed, because of the 3 phase pBFT consensus algorithm.
The current block reward per block is 951293 coins that will halven every 21024000 blocks. For details, see block rewards.
The initial validators were those who had DogeP tokens and opted to become genesis validators. For details, see Genesis Validators.
Vision
The Vision of Quantum Coin.
Quantum Resistance
Quantum Resistance in the Quantum Coin blockchain.
Smart Contracts
Smart Contract support in the Quantum Coin blockchain.
Consensus
Proof of Stake consensus.
Data Availability
Data Availability, long term and short term.
Blockchain Allocation
Bitcoin + Ethereum + Dogecoin + DogeP multi-fork.
Dynamic TPS
Dynamic Transactions Per Second model.
Github
Source code, documentation are maintained in Github.
QCIPs
Quantum Coin Improvement Proposals