What is Kadena?


Kadena is a smart contract Layer1 much like Ethereum, with the difference that it's the only chain capable of handling all the world's needs while staying scalable, secure and decentralized.

Other blockchains like Solana, ETH2, Avax, etc. try to scale using new consensus models like Proof of Stake (PoS) or by integrating the protocol with off-chain networks and processes (payment channels, side chains). The problem with those approaches is that they degrade the assurance, censorship resistance, and trustless nature of the original PoW design. Traditional Proof of Work (PoW) as demonstrated in the Bitcoin network is a masterstroke of design and the only way to create a truly trustless public network. See PoS has several problems, the biggest are that it's a pay-to-play reputation engine which favors the richest stakers, because staking and PoS is very good for large VCs that want to control what supposed to be a decentralized system. The others being that there is no way to make decentralized state sharding work, something which is needed if you want to scale way past 500k tp/s

But don't forget about Pact, the contract language that runs on top off Kadena's stack. It's an unparalleled advancement in safety and security, and is likely the only tech that can move DeFi beyond the products it's developed so far. By allowing smart contracts to really interact with one another on an L1 network that scales, something previously thought impossible we are finally reaching the true potential of cryptocurrencies. The inherent flaws of EVM/Solidity have been exposed through exploits which Pacts security features make impossible and because the code is so easily readable it can be verified by legal departments who aren't programmers.

What is Pact?


Pact is a human-readable smart contract language which was designed from the ground up specifically for the needs of decentralized finance.

It's so easy to read and write that a technical lawyer can reliably program his smart contracts with a little practice just like he could learn to manipulate data in Excel, formal verification which is invaluable when you are dealing with critical systems i.e. those that handle a lot of money or play a key part in infrastructure, Turing incomplete (prohibits recursive function calls, unbounded looping and variable reassignment which eliminates the potential for exploits that have ravaged EVM languages by design), upgradeable contracts whereas Solidity contracts are final and require proxy contracts etc. It's a next gen smart contract language that improves upon Solidity much like Chainweb is a next gen blockchain that improves upon its POW predecessors.

Pact smart contracts can be autonomous/non-upgradable if the devs choose. Remember btw that every major smart contract on ethereum now uses a proxy to rug pull at will. In the end you have to DYOR which means checking contract governance. Autonomous is great, until a bug or hack steals all your coins. Upgradeable is great but you should understand that governance before you buy in. There's no free lunch. With Pact you can always check the governance code yourself - and you should.

Not only is it an unparalleled advancement in safety and security, it's likely the only tech that can move DeFi beyond the products it's developed so far.
out of projects REKT in the last .

could have been saved by Kadena.
Ask your favorite DeFi project why they're not building on Kadena. View Projects
Project REKT Date Amount Lost Analysis
Remedy (hover for more info)

Confidence Legend

Definite Green represents a remedy that definitely would have prevented the hack with no special thought or actions required by the developer. Probable Yellow represents a remedy that would have very likely prevented the hack, but does require the use of good coding practices by the developer..