Skip to main content
Last updated

FAQ

This page answers some of the most frequently asked questions about the Kadena network.

What consensus mechanism does Kadena use?

Proof-of-Work

What hashing algorithm does Kadena use?

Blake2s_256

What is the target block time for Kadena?

Every chain of the 20 braided chains has a new block on average 30 seconds in between. Total is 20 blocks every 30 seconds. Which translates to 1.5 seconds theoretical block time.

What are the block rewards?

Block rewards are readjusted against a set schedule every six months, with roughly half of the remaining minable coins issued as block rewards every 20 years. See the complete miner block reward schedule here.

Does Kadena have a block explorer?

View the block explorer here which visualizes the mining, propagation and braiding of blocks across multiple Kadena chains in real time

Is Kadena open source?

Yes, the open-source repository for the Kadena public blockchain is here.

Why does Kadena’s public blockchain use proof of work?

Kadena uses proof of work for a few key reasons:Evidence: PoW is the only “battle-tested” consensus protocol primitive.

  1. Economic incentive alignment: PoW creates an economic incentive for the majority of the hashpower to validate and honestly support the entire network. It is an open research question if a non-PoW approach can reasonably achieve the same.
  2. Regulation: In the eyes of certain financial regulators, proof of work miners are not considered money transmitters, making a probabilistic PoW mining system safer from a US regulatory perspective than a system with more “finality” like PoS.

How does Kadena scale?

Kadena’s public blockchain scales by providing a mechanism to asynchronously produce many blocks on different peer chains all at the same height, with each block requiring a fraction of the hash power of the total network. This configuration drastically increases the number of transactions per second over the total network.

How does Kadena deal with congestion?

Transaction costs will rise as the number of transactions rise on one chain. You can set up an account on a less congested chain, where transaction costs are cheaper, and move your tokens through a simple burn-receipt using on-chain SPV. Miners have economic incentive to cooperate with reconfiguring the network to a larger size when the entire network starts to become congested.\

What does it mean to “braid multiple chains”?

Braiding chains together was first proposed for security purposes. In effect, chains are “braided” as each chain’s newly mined block incorporates the Merkle roots of its peer chains. By having multiple mined blocks at the same height each referencing each other’s past, the protocol decreases the duration of time where an attacker could get “lucky” against an honest network. Think of an attacker needing to flip 6 coins and get all heads (mine 6 blocks) vs. needing to flip 12 coins and get all heads (mine 6 blocks from two related chains). The latter is harder. This same intuition applies to Kadena’s multi-chain configuration.\

How are tokens moved between different Kadena chains?

Tokens are moved across chains using a Simple Payment Verification (SPV) smart contract.\

How do I run a node?

Official information for running a node is maintained at this GitHub repository, and supplementary resources here.

How do I become a miner?

Official information for mining KDA is maintained at this GitHub repository, and supplementary resources here.