You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tax Reserve now actually syncs every poll cycle — the USDC reconcile in v1.5.11 had a bug where an early return in the SOL-check block exited the entire function whenever SOL pools were balanced (which is almost always). The USDC block beneath it was dead code. Now the SOL check only skips the SOL correction when there is no shortfall; USDC reconcile runs unconditionally every ~10 seconds and will correct the Tax Reserve display within one cycle of updating.