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->oncewhen you enter your next grace period, renewing means paying theonceprice and never paying again.YearlyPaymentAdjusted = YearlyRate - (MonthlyRate / DaysInMonth * DaysUsed)1,000,000 - (100,000 / 31 * 4) ≈ 987,097 satsOncePaymentAdjusted = OnceRate - (MonthlyRate / DaysInMonth * DaysUsed)3,000,000 - (100,000 / 30 * 7) ≈ 2,976,667 satsMonthlyCredit = (YearlyRate / 12) * MonthsRemaining(1,000,000 / 12) * (12 - 6) = 500,000 satsStep 2:500,000 - 100,000 (new monthly payment)Step 3:400,000 refundOncePaymentAdjusted = OnceRate - (YearlyRate / 12 * MonthsUsed)3,000,000 - (1,000,000 / 12 * 3) = 2,250,000 sats