Why MINA?
Last updated
Last updated
Mina is known for being the world's lightest blockchain, thanks to its consistent small size of around 22 KB, regardless of the total number of transactions. This is achieved through its innovative use of zk-SNARKs, a form of zero-knowledge proofs.
Due to its small size, Mina ensures quick and efficient verification of the blockchain state, even by devices with limited resources. This scalability can be particularly beneficial for games, where a large number of transactions and interactions might occur.
Mina's use of zk-SNARKs enables the validation of data (like transactions or game states) without revealing the actual data itself. This can be used to create games where players can verify actions (like the ownership of a rare item) without exposing the underlying data that they might want to keep private.
Mina offers a succinct blockchain, reducing the complexity and overhead typically associated with blockchain development. This can lead to a smoother and more efficient development process for a game.
Let's take a look at how we need to balance things at .