This proposal pauses four user-facing Farming pallet calls via txPause.pause: deposit, withdraw, withdrawClaim, and claim. While paused, users cannot add to farms, withdraw principal, claim queued withdrawals, or claim rewards; no balances or pool state are modified. The four calls are executed atomically in a single utility.batchAll. Resuming these operations requires a separate governance proposal calling txPause.unpause.
Threshold