Handling economy with a cap

Hello everyone, I was adding the economy analytics functionality to my game when i realized that the game has a coin cap, what should I do in this case? I didnt find anything on the documentation talking about it so I am asking here. Thanks again.

Why is there a coin cap? Is it part of the gameplay?

You’ll have to be more specific about what you want it to do with all of this information.
Do you want the economy analytics to limit the amount available to the coin cap?

You can just use math.clamp to limit the coins to a max value.

Yes, the coin cap is part of the gameplay. I know how to cap coins ingame but I thought it would maybe cause some issues with the economy analytics if for example I put the gained coins as 25 but the actual balance doesnt change.