Tag Cardano Network Parameters

Cardano has over 40 parameters. Parameters are the mechanisms that control how the Cardano Blockchain works. These articles goes deeper on these pararameters, their importances, and why one might care to pay attention to them.


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…