# Recharge NFT cards (bonus cards)

<figure><img src="https://3504352944-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnm8vMlQqJcB2qckYK5LL%2Fuploads%2Fh23ZzzFhRKmSLT9q14Fx%2FRecharge.png?alt=media&#x26;token=07465786-d24d-42ff-a9e0-2d028835eb0e" alt=""><figcaption></figcaption></figure>

A fresh new minted card will have 100% power by default. After each transaction, the power of the card will decay depending on the Capacity point of the card.

$$
PowerDecay=f(Capacity)
$$

$$
CurrentPower=100 - PowerDecay
$$

Recharging the card back to full power will depend on the current power and the amount of NFT cashback earned. To recharge the power of any card to 100%, users have to spend an amount of NEXT:

$$
RechargeFee =f(CurPower, ∑NFTCardRewardEarned)
$$
