0x4d57…093e

All memos sent from and to 0x4d57…093e.

# Update cWETHv3 and cWstETHv3 Comets on Mainnet to the service patch version ## Proposal summary WOOF! proposes to update Mainnet cWETHv3 and cWstETHv3 Comet markets to a new service patch version introducing several improvements and security enhancements: - Extended Pause Controls: collateral interactions can now be paused independently per collateral asset. - Price Feed Patch (Post-USDM incident response): skips price feed calls for assets with zero collateral factor, preventing unnecessary reverts. - Collateral Deactivation Mechanism: introduces a Guardian-controlled emergency mechanism to deactivate unsafe collateral assets, with reactivation requiring a governance proposal. - Utilization Peaking Protection: caps utilization at 200%, preventing additional borrowing when post-borrow utilization exceeds this threshold, while preserving lender withdrawals. - Borrow Index Fix (Empty Market): prevents borrow interest accrual in markets without active borrowers. - Supply Index Fix (Empty Market): ensures supply index only accrues when lenders are present. - Lender Illiquidity Fix in Zero-Borrow Markets: prevents reserve depletion in markets with no borrowers by capping supply rate to zero when utilization is zero and reserves are exhausted. - Accrue Interest on Collateral Actions (Post-USDM incident response): collateral actions (supply, withdraw, transfer) now trigger interest accrual for affected accounts. - Technical Improvements: includes removal of redundant arguments in supplyInternal() and optimized price caching in absorbInternal(), improving gas efficiency without affecting protocol behavior. This proposal takes the governance steps recommended and necessary to update Compound III WETH and wstETH markets on Mainnet. Simulations have confirmed the market's readiness, as much as possible, using the [Comet scenario suite](https://github.com/compound-finance/comet/tree/main/scenario). Detailed information can be found on the corresponding [proposal pull request](https://github.com/Compound-Foundation/comet/pull/15). ### Bytecode Repository This update is done with the use of the bytecode repository, which provides trustless and deterministic deployments. Further details on the deployment can be found in the [Bytecode Repository git](https://github.com/woof-software/bytecode-repository) and [forum discussion](https://www.comp.xyz/t/rfc-bytecode-repository-and-deployment-pipeline-modernization/6965). ### Audit Both service patch Comet update and Bytecode Repository have been audited by Certora and full reports can be found here: - [Certora Comet Service Patch Audit](https://www.certora.com/reports/comet-service-patch) - [Certora Bytecode Repository Audit](https://www.certora.com/reports/compound-bytecoderepository) ## Proposal Actions The first proposal action updates the version in the new Comet factory to the recent service patch version. The second proposal action updates the factory of the WETH Comet to the new V2 factory. The third proposal action sets the extension delegate for the WETH Comet to the new service patch version. The fourth proposal action deploys and upgrades the WETH Comet to the new service patch version. The fifth proposal action updates the factory of the wstETH Comet to the new V2 factory. The sixth proposal action sets the extension delegate for the wstETH Comet to the new service patch version. The seventh proposal action deploys and upgrades the wstETH Comet to the new service patch version.
# Update All L2 Comets to the service patch version ## Proposal summary WOOF! proposes upgrading next Comet markets: - Arbitrum: USDC, USDC.e, USDT and WETH - Base: USDC, USDbC, USDS, AERO and WETH - Optimism: USDC, USDT and WETH - Polygon: USDC and USDT - Mantle: USDe - Unichain: USDC and WETH To a new service patch version introducing several improvements and security enhancements: - Extended Pause Controls: collateral interactions can now be paused independently per collateral asset. - Price Feed Patch (Post-USDM incident response): skips price feed calls for assets with zero collateral factor, preventing unnecessary reverts. - Collateral Deactivation Mechanism: introduces a Guardian-controlled emergency mechanism to deactivate unsafe collateral assets, with reactivation requiring a governance proposal. - Utilization Peaking Protection: caps utilization at 200%, preventing additional borrowing when post-borrow utilization exceeds this threshold, while preserving lender withdrawals. - Borrow Index Fix (Empty Market): prevents borrow interest accrual in markets without active borrowers. - Supply Index Fix (Empty Market): ensures supply index only accrues when lenders are present. - Lender Illiquidity Fix in Zero-Borrow Markets: prevents reserve depletion in markets with no borrowers by capping supply rate to zero when utilization is zero and reserves are exhausted. - Accrue Interest on Collateral Actions (Post-USDM incident response): collateral actions (supply, withdraw, transfer) now trigger interest accrual for affected accounts. - Technical Improvements: includes removal of redundant arguments in supplyInternal() and optimized price caching in absorbInternal(), improving gas efficiency without affecting protocol behavior. This proposal takes the governance steps recommended and necessary to update Compound III markets. Simulations have confirmed the market’s readiness, as much as possible, using the [Comet scenario suite](https://github.com/compound-finance/comet/tree/main/scenario). Detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1132). ### Bytecode Repository This update is done with the use of the bytecode repository, which provides trustless and deterministic deployments. Further details on the deployment can be found in the [Bytecode Repository git](https://github.com/woof-software/bytecode-repository) and [forum discussion](https://www.comp.xyz/t/rfc-bytecode-repository-and-deployment-pipeline-modernization/6965). ### Audit Both service patch Comet update and Bytecode Repository have been audited by Certora and full reports can be found here: - [Certora Comet Service Patch Audit](https://www.certora.com/reports/comet-service-patch) - [Certora Bytecode Repository Audit](https://www.certora.com/reports/compound-bytecoderepository) ## Proposal Actions The first action sets the factory to the newly deployed factory, extension delegate to the newly deployed contract and deploys and upgrades Arbitrum USDC and USDC.e Comets to a new version. The second action sets the factory to the newly deployed factory, extension delegate to the newly deployed contract and deploys and upgrades Arbitrum USDT and WETH Comets to a new version. The third action sets the factory to the newly deployed factory, extension delegate to the newly deployed contract and deploys and upgrades Base USDC, USDbC and USDS Comets to a new version. The fourth action sets the factory to the newly deployed factory, extension delegate to the newly deployed contract and deploys and upgrades Base AERO and WETH Comets to a new version. The fifth action sets the factory to the newly deployed factory, extension delegate to the newly deployed contract and deploys and upgrades Optimism USDC, USDT and WETH Comets to a new version. The sixth action sets the factory to the newly deployed factory, extension delegate to the newly deployed contract and deploys and upgrades Polygon USDC and USDT Comets to a new version. The seventh action sets the factory to the newly deployed factory, extension delegate to the newly deployed contract and deploys and upgrades Mantle USDe Comet to a new version. The eighth action sets the factory to the newly deployed factory, extension delegate to the newly deployed contract and deploys and upgrades Unichain USDC and WETH Comets to a new version.
# Return rsETH Price Feeds on WETH and wstETH Markets (Mainnet) ## Summary This proposal is a follow-up to the emergency rsETH oracle migration and returns the Mainnet WETH and wstETH Comets to their prior rsETH price feed configuration. The earlier migration to a MinMaxConstantPriceFeed was introduced as a temporary risk-control measure after the April 18 Kelp rsETH bridge exploit. With conditions now stabilized, this proposal removes the temporary setup and restores the previous feed configuration. Implementation details: [PR #1122](https://github.com/compound-finance/comet/pull/1122). ## Proposal Actions 1. Update the rsETH price feed on the Mainnet WETH market. 2. Update the rsETH price feed on the Mainnet wstETH market. 3. Deploy and upgrade the WETH Comet to apply the configuration change. 4. Deploy and upgrade the wstETH Comet to apply the configuration change.
# Establishment of Treasury Management Program and Treasury Management Committee This proposal establishes the Compound Treasury Management Program (TMP) and deploys the on-chain infrastructure required to consolidate and manage protocol treasury assets under the oversight of a newly constituted Treasury Management Committee (TMC). Upon execution, this proposal: 1. Withdraws deprecated V2 reserves (~$18.95M) to Treasury Escrow. 2. Transfers Aera vault ownership (~$28.21M) from the Governor Timelock to Treasury Timelock. 3. Transfers Avantgarde vault ownership (~$3.8M) from the Governor Timelock to Treasury Timelock. 4. Withdraws V3 surplus reserves (~$6.94M) above the reserve floor to Treasury Escrow. All withdrawals from Treasury Escrow are subject to a 2-day cooldown before execution, a 7-day expiration window, and Safeguard cancellation rights. The Treasury Timelock enforces a 2-day minimum delay on governance-level operations. Both contracts have been audited by ChainSecurity and Certora. ### Audit Treasury manager has been audited by [Certora](https://www.certora.com/) and the report can be found [here](https://www.certora.com/reports/compound-treasury-manager). Full proposal details, fund source methodology, on-chain controls, and TMC composition: [Establishment of Treasury Management Program and Treasury Management Committee](https://www.comp.xyz/t/establishment-of-treasury-management-program-and-treasury-management-committee/7710).
# Update rsETH Price Feeds on WETH and wstETH Markets (Mainnet) ## Summary It is proposed to migrate the rsETH price feeds on the Mainnet WETH and wstETH Comets to a new 'MinMaxConstantPriceFeed' contract. This follows [Gauntlet's proposal](https://www.comp.xyz/t/rseth-oracle-migration-and-temporary-liquidation-pause-on-ethereum-weth-and-wsteth-markets/7772) in response to the April 18 Kelp rsETH bridge exploit, and gives the Community Multisig a faster defensive lever than a full governance cycle. This is intended as a temporary measure. Once the rsETH situation is resolved, a subsequent governance proposal will revert the price feeds to the prior configuration. ## New Price Feed The new feed wraps the existing Kelp exchange rate and operates in one of two modes, set by the Community Multisig: 1. **Bounded exchange rate (default).** Passes the Kelp exchange rate through unchanged when it sits between configured 'min' and 'max' bounds. If the rate falls below 'min' or rises above 'max', the feed returns the bound. Setting 'min = 0' and 'max = ∞' reproduces the existing oracle behavior. 2. **Constant price.** Returns a fixed price set by the multisig, bypassing the underlying feed. Intended for cases where the exchange rate can no longer be trusted. Bounds and mode changes are multisig-only, with no cooldown. A cursory review by SSPs was already performed and a final audit confirmation will be linked on the forum prior to proposal vote. Implementation details: [PR #1113](https://github.com/compound-finance/comet/pull/1113). ## Proposal Actions 1. Update the rsETH price feed on the Mainnet WETH market. 2. Update the rsETH price feed on the Mainnet wstETH market. 3. Deploy and upgrade the WETH Comet to the new implementation. 4. Deploy and upgrade the wstETH Comet to the new implementation. On execution, the liquidation pause on rsETH/wrsETH collateral in these markets will be lifted. A follow-up proposal will revert these markets to their prior price feed configuration once the incident is resolved.
# Update USDC price feed on cWRONv3 on Ronin ## Proposal summary This proposal updates USDC price feeds to API3, since Chainlink is no longer supported on Ronin. Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1093). ## Proposal actions The first proposal action approves the L1CCIPRouter to transfer GHO stable token from the timelock to pay for the proposal execution fee on Ronin. The second proposal action sends the following encoded calls to the governance receiver on Ronin: - Update USDC price feed to API3 oracle - Deploy and upgrade to new configuration via `deployAndUpgradeTo`.
# Update price feeds in cUSDCv3 on Base with CAPO and SVR price feeds. ## Resubmit This proposal is a resubmission of previously passed Proposal 526, as it was not executed on L2. Original proposal: https://www.tally.xyz/gov/compound/proposal/526 ## Proposal summary This proposal updates existing price feeds for WETH, USDC, cbETH and wstETH assets on the USDC market on Base. ### CAPO summary CAPO is a price oracle adapter designed to support assets that grow gradually relative to a base asset - such as liquid staking tokens that accumulate yield over time. It provides a mechanism to track this expected growth while protecting downstream protocol from sudden or manipulated price spikes. wstETH price feed is updated to their CAPO implementations. ### SVR summary [RFP process](https://www.comp.xyz/t/oev-rfp-process-update-july-2025/6945) and community [vote](https://snapshot.box/#/s:comp-vote.eth/proposal/0xffd84200f112926e8b21793ee3750f272fc40a3f90399f86d41971a44aa3edf3) passed and decided to implement Chainlink's SVR solution for BASE markets, this proposal updates WETH and USDC price feeds to support SVR implementations. Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1074), [forum discussion for CAPO](https://www.comp.xyz/t/woof-correlated-assets-price-oracle-capo/6245) and [forum discussion for SVR](https://www.comp.xyz/t/request-for-proposal-rfp-oracle-extractable-value-oev-solution-for-compound-protocol/6786). ### CAPO audit CAPO has been audited by [OpenZeppelin](https://www.comp.xyz/t/capo-price-feed-audit/6631, as well as the LST / LRT implementation [here](https://www.comp.xyz/t/capo-lst-lrt-audit/7118). ### SVR fee recipient SVR generates revenue from liquidators and Compound DAO will receive that revenue as part of the protocol fee. The fee recipient for SVR is set to Compound DAO multisig: 0xd9496F2A3fd2a97d8A4531D92742F3C8F53183cB. ## Proposal actions The first action updates WETH, USDC, cbETH and wstETH price feeds to the CAPO and SVR implementations. This sends the encoded 'updateAssetPriceFeed', 'setBaseTokenPriceFeed' and 'deployAndUpgradeTo' calls across the bridge to the governance receiver on Base.
# Update price feeds in cUSDTv3 on Arbitrum with CAPO and SVR price feeds. ## Proposal summary This proposal updates existing price feeds for WETH, ARB, WBTC, wstETH and USDT assets on the USDT market on Arbitrum. Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1079), [forum discussion for CAPO](https://www.comp.xyz/t/woof-correlated-assets-price-oracle-capo/6245) and [forum discussion for SVR](https://www.comp.xyz/t/request-for-proposal-rfp-oracle-extractable-value-oev-solution-for-compound-protocol/6786). ### CAPO summary CAPO is a price oracle adapter designed to support assets that grow gradually relative to a base asset - such as liquid staking tokens that accumulate yield over time. It provides a mechanism to track this expected growth while protecting downstream protocol from sudden or manipulated price spikes. wstETH price feed are updated to their CAPO implementations. ### CAPO audit CAPO has been audited by [OpenZeppelin](https://www.comp.xyz/t/capo-price-feed-audit/6631, as well as the LST / LRT implementation [here](https://www.comp.xyz/t/capo-lst-lrt-audit/7118). ### SVR fee recipient SVR generates revenue from liquidators and Compound DAO will receive that revenue as part of the protocol fee. The fee recipient for SVR is set to Compound DAO multisig: 0xd9496F2A3fd2a97d8A4531D92742F3C8F53183cB. ## Proposal actions The first action updates WETH, ARB, WBTC, wstETH and USDT price feeds to the SVR implementation. This sends the encoded 'updateAssetPriceFeed' and 'deployAndUpgradeTo' calls across the bridge to the governance receiver on Arbitrum.
# Update USDC and cbBTC price feeds in cWETHv3 on Base with SVR price feeds. ## Proposal summary This proposal updates existing price feeds for USDC and cbBTC assets on the WETH market on Base. ### SVR summary [RFP process](https://www.comp.xyz/t/oev-rfp-process-update-july-2025/6945) and community [vote](https://snapshot.box/#/s:comp-vote.eth/proposal/0xffd84200f112926e8b21793ee3750f272fc40a3f90399f86d41971a44aa3edf3) passed and decided to implement Chainlink's SVR solution for Base markets, this proposal updates USDC and cbBTC price feeds to support SVR implementation. Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1075) and [forum discussion for SVR](https://www.comp.xyz/t/request-for-proposal-rfp-oracle-extractable-value-oev-solution-for-compound-protocol/6786). ### SVR fee recipient SVR generates revenue from liquidators and Compound DAO will receive that revenue as part of the protocol fee. The fee recipient for SVR is set to Compound DAO multisig: 0xd9496F2A3fd2a97d8A4531D92742F3C8F53183cB. ## Proposal actions The first action updates USDC and cbBTC price feeds to the SVR implementation. This sends the encoded 'updateAssetPriceFeed' and 'deployAndUpgradeTo' calls across the bridge to the governance receiver on Base.
# Update price feeds in cWETHv3 on Base with CAPO implementation. ## Proposal summary This proposal updates existing price feeds for wstETH, ezETH, rsETH, and weETH on the WETH market on Base. ### CAPO summary CAPO is a price oracle adapter designed to support assets that grow gradually relative to a base asset - such as liquid staking tokens that accumulate yield over time. It provides a mechanism to track this expected growth while protecting downstream protocol from sudden or manipulated price spikes. wstETH, ezETH, rsETH, and weETH price feeds are updated to their CAPO implementations. Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1040) and [forum discussion for CAPO](https://www.comp.xyz/t/woof-correlated-assets-price-oracle-capo/6245). ### CAPO audit CAPO has been audited by [OpenZeppelin](https://www.comp.xyz/t/capo-price-feed-audit/6631, as well as the LST / LRT implementation [here](https://www.comp.xyz/t/capo-lst-lrt-audit/7118). ## Proposal actions The first action updates wstETH, ezETH, rsETH, and weETH price feeds to the CAPO implementation. This sends the encoded 'updateAssetPriceFeed' and 'deployAndUpgradeTo' calls across the bridge to the governance receiver on Base.
# Add wsuperOETHb as collateral into cUSDSv3 on Base ## Proposal summary WOOF! proposes to add wsuperOETHb into cUSDSv3 on Base network. This proposal takes the governance steps recommended and necessary to update a Compound III USDS market on Base. Simulations have confirmed the market’s readiness, as much as possible, using the [Comet scenario suite](https://github.com/compound-finance/comet/tree/main/scenario). The new parameters include setting the risk parameters based off of the [recommendations from Gauntlet](https://www.comp.xyz/t/add-wsuperoethb-market-to-base-stablecoin-markets-usdc-usds/7101/2). Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1021) and [forum discussion](https://www.comp.xyz/t/add-wsuperoethb-market-to-base-stablecoin-markets-usdc-usds/7101). ## Proposal Actions The first proposal action adds wsuperOETHb to the USDS Comet on Base. This sends the encoded 'addAsset' and 'deployAndUpgradeTo' calls across the bridge to the governance receiver on Base.
# Add USDC, USDT, WETH and weETH as collaterals into cWstETHv3 on Mainnet ## Proposal summary WOOF proposes to add USDC, USDT, WETH and weETH into cWstETHv3 on Ethereum network. This proposal takes the governance steps recommended and necessary to update a Compound III wstETH market on Ethereum. Simulations have confirmed the market’s readiness, as much as possible, using the [Comet scenario suite](https://github.com/compound-finance/comet/tree/main/scenario). The new parameters include setting the risk parameters based on the [recommendations from Gauntlet](https://www.comp.xyz/t/gauntlet-weth-weeth-usdc-and-usdt-risk-recommendations-for-mainnet-wsteth/7318/1). Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1058) and [forum discussion](https://www.comp.xyz/t/gauntlet-weth-weeth-usdc-and-usdt-risk-recommendations-for-mainnet-wsteth/7318). ## Proposal Actions The first action adds USDC asset as collateral with corresponding configurations. The second action adds USDT asset as collateral with corresponding configurations. The third action adds WETH asset as collateral with corresponding configurations. The fourth action adds weETH asset as collateral with corresponding configurations. The fifth action upgrades Comet to a new version.
# Update price feeds in cWETHv3 on Mainnet with CAPO implementation. ## Proposal summary This proposal updates existing price feeds for wstETH, rsETH, weETH, osETH, rswETH, ETHx and ezETH on the WETH market on Mainnet. ### CAPO summary CAPO is a price oracle adapter designed to support assets that grow gradually relative to a base asset - such as liquid staking tokens that accumulate yield over time. It provides a mechanism to track this expected growth while protecting downstream protocol from sudden or manipulated price spikes. wstETH, rsETH, weETH, osETH, rswETH, ETHx and ezETH price feeds are updated to their CAPO implementations. Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1033) and [forum discussion for CAPO](https://www.comp.xyz/t/woof-correlated-assets-price-oracle-capo/6245). ## CAPO audit CAPO has been audited by [OpenZeppelin](https://www.comp.xyz/t/capo-price-feed-audit/6631), as well as the LST / LRT implementation [here](https://www.comp.xyz/t/capo-lst-lrt-audit/7118). ## Proposal actions The first action updates wstETH price feed. The second action updates rsETH price feed. The third action updates weETH price feed. The fourth action updates osETH price feed. The fifth action updates rswETH price feed. The sixth action updates ETHx price feed. The seventh action updates ezETH price feed. The eighth action deploys and upgrades Comet to a new version.
# Deprecate wUSDM from cUSDTv3 on Ethereum ## Proposal summary WOOF! proposes to deprecate wUSDM from cUSDTv3 on Ethereum network, since deprecation of USDM itself and its Chainlink oracle. In order to achieve this price feed will be updated to a new one, which will return the smallest acceptable price - 0.00000001 (1e-8), and the supply cup will be set to 0 to prevent further deposits. This proposal takes the governance steps recommended and necessary to update a Compound III USDT market on Ethereum. Simulations have confirmed the market’s readiness, as much as possible, using the [Comet scenario suite](https://github.com/compound-finance/comet/tree/main/scenario). Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/1013). ## Proposal Actions The first proposal action updates wUSDM config to a deprecated state. The second action deploys and upgrades Comet to a new version.
# Add wOETH as collaterals into cWETHv3 on Mainnet ## Proposal summary WOOF! proposes to add wOETH into cWETHv3 on Ethereum network. This proposal takes the governance steps recommended and necessary to update a Compound III WETH market on Ethereum. Simulations have confirmed the market’s readiness, as much as possible, using the [Comet scenario suite](https://github.com/compound-finance/comet/tree/main/scenario). The new parameters include setting the risk parameters based on the [recommendations from Gauntlet](https://www.comp.xyz/t/add-woeth-market-on-ethereum/5351/4). Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/988) and [forum discussion](https://www.comp.xyz/t/add-woeth-market-on-ethereum/5351). ## Proposal Actions The first proposal action adds wOETH asset as collateral with corresponding configurations. The second action deploys and upgrades Comet to a new version.
# Add weETH as collateral into the cUSDCv3 on Mainnet ## Proposal summary Compound Growth Program [AlphaGrowth] proposes to add weETH into cUSDCv3 on Ethereum network. This proposal takes the governance steps recommended and necessary to update a Compound III USDC market on Ethereum. Simulations have confirmed the market’s readiness, as much as possible, using the [Comet scenario suite](https://github.com/compound-finance/comet/tree/main/scenario). The new parameters include setting the risk parameters based on the [recommendations from Gauntlet](https://www.comp.xyz/t/add-weeth-as-collateral-to-usdt-usdc-and-usds-markets-on-mainnet/6044/3). Further detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/984) and [forum discussion](https://www.comp.xyz/t/add-weeth-as-collateral-to-usdt-usdc-and-usds-markets-on-mainnet/6044). ## Proposal Actions The first action adds weETH asset as collateral with corresponding configurations. The second action deploys and upgrades Comet to a new version.
# Update USDC, USDT and WETH Comets on Optimism to support more collaterals ## Proposal summary Compound Growth Program [AlphaGrowth] proposes to update 3 Comets to a new version, which supports up to 24 collaterals. This proposal takes the governance steps recommended and necessary to update Compound III USDT, USDC and WETH markets on Optimism. Simulations have confirmed the market’s readiness, as much as possible, using the [Comet scenario suite](https://github.com/compound-finance/comet/tree/main/scenario). Detailed information can be found on the corresponding [proposal pull request](https://github.com/compound-finance/comet/pull/904) and [forum discussion](https://www.comp.xyz/t/increase-amount-of-collaterals-in-comet/5465). ## Proposal Actions The first action sets the factory to the newly deployed factory, extension delegate to the newly deployed contract and deploys and upgrades Comet to a new version for all 3 comets: cUSDTv3, cUSDCv3 and cWETHv3.