https://github.com/code-423n4/2024-07-traitforge/blob/279b2887e3d38bc219a05d332cbcb0655b2dc644/contracts/EntityForging/EntityForging.sol#L112-L119
The parameter forgePotential is crucial as it determines the number of times an NFT can forge within a year.
In the secondary market, NFTs with a higher forgePotential or lower forgeCounts are valued more. However, there is a potential issue that can cause losses for buyers in the secondary market. Consider the following scenario:
Cooldown Period for Transfer - Implement a cooldown period after a successful forge, during which the NFT cannot be transferred. This ensures that the buyer can verify the forging status and potential before completing the purchase.
