### Calculate Daily Free CAPs Source: https://docs.crestal.network/nft/utilities Formula to calculate the daily allocation of Free CAPs based on the number of Nation Pass NFTs held. ```jsx Daily_Free_CAPs = 480 + 48 * Number_of_NFTs_held ``` -------------------------------- ### Calculate Max Service Fee Percentage Source: https://docs.crestal.network/nft/utilities Formula to determine the maximum service fee percentage allowed based on the number of Nation Pass NFTs held. ```jsx Max_Service_Fee_Percentage_Allowed = (1 + Number_of_NFTs_held / 10) * 100 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.