0x7827…9406

All memos sent from and to 0x7827…9406.

# Claim tBTC from Bridge Fees (Routine Execution) ## tl;dr Claim ~1.58077369 tBTC (158,077,369 sats) from accumulated tBTC Bridge fees and transfer it to the Threshold Committee treasury multisig. ## Background Threshold DAO accrues protocol fees from tBTC Bridge activity as a Bank balance credited to the Governor timelock. Depending on active DAO-approved fee parameters, Bridge fee relate to mint and redemption flows. Periodic claims convert the timelock's Bank balance into tBTC via TBTCVault and transfer it to the Threshold Committee treasury multisig for DAO-directed treasury operations. This proposal follows the same operational pattern as the latest executed routine fee claim, Claim tBTC from Bridge Fees (Routine Execution), which executed at block `25325691` and claimed `161,776,434` sats (~1.61776434 tBTC). This execution uses the current accrued fee amount. ## Proposal Execute the standard 3-step fee claim: 1. Increase the timelock's Bank balance allowance for TBTCVault 2. Mint the corresponding tBTC from TBTCVault 3. Transfer the minted tBTC to the Threshold Committee treasury multisig ## Parameters * Amount: `158,077,369` sats (~1.58077369 tBTC) * Recipient: `0x71E47a4429d35827E0312Aa13162197C23287546` * Balance source: `Bank.balanceOf(Governor timelock)` checked at Ethereum block `25546746` ## Notes * No new permissions or contracts. * Same execution pattern as TIP-107; this is a maintenance sweep of accumulated tBTC Bridge fees.
# TIP-107: Claim tBTC from Bridge Redemption Fees and transfer to the Threshold Committee multisig ## tl;dr Claim ~4.7 tBTC (474,659,503 sats) from Bridge Redemption Fees and transfer to the Threshold Committee multisig. ## Background **tBTC Bridge Redemption Fees** Threshold DAO has been accruing tBTC redemption fees as a bank balance in favor of the Governor Bravo Timelock Controller address. These balances are held within the Bank contract and represent accumulated protocol fees from tBTC redemptions. In order to utilize these assets, the fees must be claimed as tBTC ERC20 and transferred to the Threshold Committee multisig, as successfully executed in Jul 15th, 2025 under TIP-105. ## Proposal This proposal includes the transactions required to: * Claim the tBTC obtained as redemption fees from the Bridge contracts * Transfer the claimed tBTC to the Threshold Committee multisig for DAO-directed use, including protocol-owned liquidity (POL) ## Transactions The following actions are to be executed as part of this Governor Bravo governance proposal: 1. **Authorize use of the bank balance** * Contract: [Bank](https://etherscan.io/address/0x65Fbae61ad2C8836fFbFB502A0dA41b0789D9Fc6#writeContract#F6) * Method: `increaseBalanceAllowance(address spender, uint256 amount)` * Purpose: Allow the TBTCVault contract to use the DAO’s accrued redemption fee balance. 2. **Claim tBTC via mint from the TBTCVault** * Contract: [TBTCVault](https://etherscan.io/address/0x9C070027cdC9dc8F82416B2e5314E11DFb4FE3CD#writeContract#F11) * Method: `mint(address recipient, uint256 amount)` * Purpose: Convert the DAO’s redemption fee bank balance into tBTC ERC20 held by the Governor Bravo address. * Amount: `474,659,503` sats (~4.7 tBTC). 3. **Transfer claimed tBTC to the Threshold Committee multisig** * Contract: [tBTC ERC20](https://etherscan.io/address/0x18084fbA666a33d37592fA2633fD49a74DD93a88#writeContract#F10) * Method: `transfer(address recipient, uint256 amount)` * Recipient: Threshold Committee multisig (`0x9F6e831c8F8939DC0C830C6e492e7cEf4f9C2F5f`) * Amount: `474,659,503` sats (~4.7 tBTC). ## Notes * This proposal follows the precedent established under TIP-99 and TIP-105, maintaining consistency in the handling of DAO-owned tBTC redemption fees. * Execution of these transactions will enable the DAO to utilize earned redemption fees for protocol growth, liquidity, and other governance-directed initiatives. * No new contracts or permissions are introduced; all interactions are performed via existing audited contracts.
# TIP-072v2 Follow-Up: Redemption Watchtower Parameters ## tl;dr Correct the watchtower lifetime parameter from the previous TIP-072 Governor Bravo proposal, which failed to extend the Optimistic Guardian functionality due to an oversight (watchtowerLifetime always counts from the original `enabledAt` timestamp). In order to renew the Optimistic Guardian functionality for another 18 months as approved, the correct value for watchtowerLifetime is 93312000. Nothing else is changed from the prior iteration. ## Parameters * _watchtowerLifetime (uint32) = 93312000 * _vetoPenaltyFeeDivisor (uint64) = 20 - as per TIP-072 (sets 5% penalty fee) * _vetoFreezePeriod (uint32) = 2592000 * _defaultDelay (uint32) = 7200 * _levelOneDelay (uint32) = 28800 * _levelTwoDelay (uint32) = 86400 * _waivedAmountLimit (uint64) = 0
# TIP-072 Follow-Up: Redemption Watchtower Parameters ##tl;dr Finalize the parameter updates already approved under TIP-072 by extending the watchtower lifetime and confirming the intended veto/objection settings. ## Rationale: Given the ongoing threat that stolen/illicit funds may be used to redeem BTC, Threshold Committee recommends renewing the Optimistic Guardian functionality for another 18 months. Additionally, the required Governor Bravo transaction being queued sets the financial penalty for vetoed redemptions at 5%, as approved in the Snapshot cited in the previous [comment](https://forum.threshold.network/t/tip-072-optimistic-redemptions/793/2) but never implemented (an oversight).” ## Parameters * _watchtowerLifetime (uint32) = 46656000 * _vetoPenaltyFeeDivisor (uint64) = 20 - as per TIP-072 * _vetoFreezePeriod (uint32) = 2592000 * _defaultDelay (uint32) = 7200 * _levelOneDelay (uint32) = 28800 * _levelTwoDelay (uint32) = 86400 * _waivedAmountLimit (uint64) = 0
TIP-105 : Claim tBTC from Bridge Redemption Fees and transfer to the Threshold Committee multisig **tl;dr** Claim ~10.5 tBTC from Bridge Redemption Fees and transfer to Threshold Committee multisig. **Background** tBTC Bridge Redemption Fees Threshold DAO is accruing tBTC redemption fees as a bank balance in favor of its Governor Bravo Timelock Controller address as can be seen on the Bank Contract (balanceOf). In order to use these assets these fees should get claimed as tBTC ERC20 and transferred to Threshold Committee multisig as it was already performed successfully back in Jan 2025 under TIP-99 **Proposal** This proposal aims to include the transactions necessary to : - claim the tBTC obtained as redemption fees and transfer them to the Threshold Committee multisig to use as POL. Transactions to be included in this Governor Bravo governance process: - Execute the authorization to use the bank balance: increaseBalanceAllowance method ([this function](https://etherscan.io/address/0x65Fbae61ad2C8836fFbFB502A0dA41b0789D9Fc6#writeContract#F6)) - Execute the Claim: TBTCVault.mint from the GB address ([this function](https://etherscan.io/address/0x9C070027cdC9dc8F82416B2e5314E11DFb4FE3CD#writeContract#F11)). Once done that will claim TBTC ERC20 to the GB address. - Execute the Transfer to the Threshold Committee multisig: TBTC.transfer ([this function](https://etherscan.io/address/0x18084fbA666a33d37592fA2633fD49a74DD93a88#writeContract#F10)).
# TIP 099: Claim tBTC from Bridge Redemption Fees and transfer to the Treasury Guild **Tldr** Claim ~10 tBTC from Bridge Redemption Fees and transfer to the Treasury Guild. **Background** tBTC Bridge Redemption Fees Threshold DAO is accruing tBTC redemption fees as a bank balance in favor of its Governor Bravo Timelock Controller address as can be seen on the Bank Contract (balanceOf). In order to use these assets as POL these fees should get claimed as tBTC ERC20 and transferred to TTG multisig wallet, as it was already performed successfully back in July 2024 under TIP-82 **Proposal** This proposal aims to include the transactions necessary to : - claim the tBTC obtained as redemption fees and transfer them to the TTG to use as POL. Transactions to be included in this Governor Bravo governance process: - Execute the authorization to use the bank balance: increaseBalanceAllowance method ([this function](https://etherscan.io/address/0x65Fbae61ad2C8836fFbFB502A0dA41b0789D9Fc6#writeContract#F6)) - Execute the Claim: TBTCVault.mint from the GB address ([this function](https://etherscan.io/address/0x9C070027cdC9dc8F82416B2e5314E11DFb4FE3CD#writeContract#F11)). Once done, that will claim TBTC ERC20 to the GB address. - Execute the Transfer to the Treasury Guild multisig: TBTC.transfer ([this function](https://etherscan.io/address/0x18084fbA666a33d37592fA2633fD49a74DD93a88#writeContract#F10)).
# TIP-082: TTG Betastaker reimbursement and tBTC Redemption Fees Mint and Transfer This proposal includes transactions necessary to : - return to the TTG multisig the T token used to delegate to the betastakers program and - mint ~10.9 tBTC obtained from redemption fees and transfer them to the TTG to use as POL (transfer additionally includes 0.2tBTC accrued from minting fees). As described in the [forum post](https://forum.threshold.network/t/tip-082-ttg-betastaker-reimbursement-and-tbtc-redemption-fees-mint-and-transfer/883) and upvoted in the [snapshot](https://snapshot.org/#/threshold.eth/proposal/0x766924ce1f1c9e620d9b389f232fd7c6fc6d42f406175cfe37975a9d15c82652). Transaction details included in this vote can be verified in the forum post as well.