Hypothetical: Let's say you own a territory, and you're set up for monthly payments. Let's say some big event happens, either macro or bitcoin related, or for no reason at all, bitcoin's price plummets. Is there a way to buy it outright at that point?
I understand the buyer may have to eat the balance of the monthly payment, but is there even a way to do it once another payment method has already been chosen?
pull down to refresh
monthly->once
when you enter your next grace period, renewing means paying theonce
price and never paying again.YearlyPaymentAdjusted = YearlyRate - (MonthlyRate / DaysInMonth * DaysUsed)
1,000,000 - (100,000 / 31 * 4) ≈ 987,097 sats
OncePaymentAdjusted = OnceRate - (MonthlyRate / DaysInMonth * DaysUsed)
3,000,000 - (100,000 / 30 * 7) ≈ 2,976,667 sats
MonthlyCredit = (YearlyRate / 12) * MonthsRemaining
(1,000,000 / 12) * (12 - 6) = 500,000 sats
Step 2:500,000 - 100,000 (new monthly payment)
Step 3:400,000 refund
OncePaymentAdjusted = OnceRate - (YearlyRate / 12 * MonthsUsed)
3,000,000 - (1,000,000 / 12 * 3) = 2,250,000 sats