Category Cardano

Cardano is an eUTXO Ouroboros Proof-of-Stake blockchain framework for building consumer products and services, governing and financial systems. It offers a research base peer review stability, predictable cost and non-custodial building blocks by default.


collateral_percent

Today, we turn our attention to collateral_percent, the critical safeguard that determines how much users must set aside as insurance when executing smart contract operations. While transaction fees cover the normal costs of blockchain operations, collateral_percent establishes the security deposit required to protect the network from malicious or failing script execution. This means every Plutus smart contract transaction must include collateral covering a specified percentage of the transaction's fee as protection against potential script failures.

As of this writing, the current value is 150, meaning collateral must cover at least 150% of the transaction fee.

What is it

The collateral_percent parameter establishes the minimum percentage of the transaction fee that must be provided as collateral for Cardano smart contract…