updateAssetSupplyCap(address,address,uint128)deployAndUpgradeTo(address,address)updateAssetSupplyCap(address,address,uint128)deployAndUpgradeTo(address,address)updateAssetSupplyCap(address,address,uint128)updateAssetSupplyCap(address,address,uint128)deployAndUpgradeTo(address,address)# Set Zero Supply Caps for Low-Demand LST/LRT Collateral on L2\n## Summary\n\nGauntlet recommends setting the supply caps to `0` for four low-demand LST/LRT collateral listings across the WETH Comets on Arbitrum, Base, and Optimism.\n\n## Proposed Changes\n\n| Network and Comet | Collateral | Current Supply Cap | Proposed Supply Cap |\n| --- | --- | ---: | ---: |\n| Arbitrum WETH | ezETH | 582 | 0 |\n| Base WETH | ezETH | 237 | 0 |\n| Optimism WETH | ezETH | 276 | 0 |\n| Optimism WETH | rETH | 99 | 0 |\n\nSetting a supply cap to `0` prevents users from depositing additional units of the affected collateral into the corresponding Comet.\n\nThis proposal does not:\n\n- Force liquidations.\n- Change collateral or liquidation factors.\n- Prevent withdrawals or repayments.\n- Affect existing collateral balances.\n\nExisting positions will continue to operate normally, and users will retain the ability to repay debt and withdraw collateral.\n\n## Proposal Actions\n\nThe proposal sends the following updates through Compound’s governance bridges:\n\n1. Set the ezETH supply cap on the Arbitrum WETH Comet to `0`, then deploy and upgrade the Comet.\n2. Set the ezETH supply cap on the Base WETH Comet to `0`, then deploy and upgrade the Comet.\n3. Set the ezETH and rETH supply caps on the Optimism WETH Comet to `0`, then deploy and upgrade the Comet.\n\n## Additional Information\n\nFor the complete motivation, methodology, risk considerations, and supporting data, see the [Compound V3 ETH Comets: Zero Supply Caps for Low-Demand LST/LRT Collateral forum post](https://www.comp.xyz/t/compound-v3-eth-comets-zero-supply-caps-for-low-demand-lst-lrt-collateral/8029).
# Set Zero Supply Caps for Low-Demand LST/LRT Collateral on Ethereum\n## Summary\n\nGauntlet recommends setting the supply caps to `0` for three low-demand LST/LRT collateral listings across the Ethereum WETH and wstETH Comets.\n\n## Proposed Changes\n\n| Comet | Collateral | Current Supply Cap | Proposed Supply Cap |\n| --------------- | ---------- | -----------------: | ------------------: |\n| Ethereum WETH | pufETH | 105 | 0 |\n| Ethereum WETH | ezETH | 500 | 0 |\n| Ethereum wstETH | tETH | 44 | 0 |\n\nSetting a supply cap to `0` prevents users from depositing additional units of the affected collateral into the corresponding Comet.\n\nThis proposal does not:\n\n* Force liquidations.\n* Change collateral or liquidation factors.\n* Prevent withdrawals or repayments.\n* Affect existing collateral balances.\n\nExisting positions will continue to operate normally, and users will retain the ability to repay debt and withdraw collateral.\n\n## Proposal Actions\n\n1. Set the pufETH supply cap on the Ethereum WETH Comet to `0`.\n2. Set the ezETH supply cap on the Ethereum WETH Comet to `0`.\n3. Deploy and upgrade the Ethereum WETH Comet to apply the updated configuration.\n4. Set the tETH supply cap on the Ethereum wstETH Comet to `0`.\n5. Deploy and upgrade the Ethereum wstETH Comet to apply the updated configuration.\n\n## Additional Information\n\nFor the complete motivation, methodology, risk considerations, and supporting data, see the [Compound V3 ETH Comets: Zero Supply Caps for Low-Demand LST/LRT Collateral forum post](https://www.comp.xyz/t/compound-v3-eth-comets-zero-supply-caps-for-low-demand-lst-lrt-collateral/8029).
# Update Ethereum WETH Comet Borrow Rate IRM\n## Summary\n\nGauntlet recommends updating the borrow interest rate model for the Ethereum WETH Comet.\n\nThis proposal implements the following parameter changes:\n\n| Parameter | Current | Proposed |\n| ------------------------------------- | --------: | -------: |\n| Annual Borrow Interest Rate Base | 1.00% | 1.50% |\n| Annual Borrow Interest Rate Slope Low | 1.111111% | 0.5556% |\n\nNo supply-side interest rate parameters are changed. The borrow kink and borrow slope above the kink also remain unchanged.\n\nThe proposed adjustment pivots the borrow curve below the 90% utilization kink. It is intended to reduce reserve depletion at lower utilization levels while keeping borrowing costs effectively unchanged at and above the kink.\n\n## Proposal Actions\n\n1. Set the annual borrow interest rate base to `0.015`.\n2. Set the annual borrow interest rate slope below the kink to `0.005556`.\n3. Deploy and upgrade the Ethereum WETH Comet to apply the updated configuration.\n\n## Additional Information\n\nFor the complete analysis, motivation, expected outcomes, risk considerations, and monitoring plan, see the [Ethereum WETH Comet Borrow Rate IRM Updates forum post](https://www.comp.xyz/t/ethereum-weth-comet-borrow-rate-irm-updates/7999).
setBorrowPerYearInterestRateBase(address,uint64)setBorrowPerYearInterestRateSlopeLow(address,uint64)deployAndUpgradeTo(address,address)setBorrowPerYearInterestRateBase(address,uint64)setBorrowPerYearInterestRateSlopeLow(address,uint64)deployAndUpgradeTo(address,address)# Optimism USDC and USDT IRM Updates\n## Summary\n\nGauntlet recommends an update to the interest rate model (IRM) on the Optimism **USDC** and **USDT** comets. The change raises the borrow rate base from 1.5% to 3.0% and flattens the borrow slope below kink, while leaving the supply curve, kink, and high-utilization slope unchanged. This is a deliberate realignment of the revenue mix: it shifts protocol earnings toward interest income and away from reliance on liquidation revenue, and it sharply reduces reserve depletion at the mid-range utilization where these markets spend most of their time.\n\nWe are proposing this as a scoped experiment on the Optimism USDC and USDT comets.\n\n## Recommended parameter changes\n\nApplied to the Optimism USDC and USDT comets:\n\n| Parameter | Current | Recommended |\n| ----------------------------------------- | ------- | ----------- |\n| `borrow_per_year_interest_rate_base` | 1.50% | 3.00% |\n| `borrow_per_year_interest_rate_slope_low` | 0.0278 | 0.011111 |\n\nThe supply side is held entirely constant. The entire effect of this proposal comes from the borrow curve below the kink.\n\nMore details about the proposal can be found [here](https://www.comp.xyz/t/gauntlet-optimism-usdc-and-usdt-irm-updates/7880)
updateAssetBorrowCollateralFactor(address,address,uint64)deployAndUpgradeTo(address,address)updateAssetBorrowCollateralFactor(address,address,uint64)deployAndUpgradeTo(address,address)updateAssetBorrowCollateralFactor(address,address,uint64)deployAndUpgradeTo(address,address)updateAssetBorrowCollateralFactor(address,address,uint64)deployAndUpgradeTo(address,address)updateAssetBorrowCollateralFactor(address,address,uint64)deployAndUpgradeTo(address,address)# Reduce Borrow Collateral Factor for rsETH to 0 on L2 Markets\nThis proposal reduces the collateral factor utilized on borrow for rsETH-once executed, rsETH on Arbitrum WETH, Base WETH, Linea WETH, Optimism WETH and Unichain WETH markets can not be used as collateral for new loans. Note that this proposal will not directly trigger any liquidations as the liquidation collateral factor remains unchanged.\n\nPlease see the forums for further details\n\n* [Kelp Dao Exploit Discussions](https://www.comp.xyz/t/kelp-daos-rseth-hack-response/7732)
updateAssetSupplyCap(address,address,uint128)deployAndUpgradeTo(address,address)updateAssetSupplyCap(address,address,uint128)deployAndUpgradeTo(address,address)updateAssetSupplyCap(address,address,uint128)deployAndUpgradeTo(address,address)updateAssetSupplyCap(address,address,uint128)deployAndUpgradeTo(address,address)updateAssetSupplyCap(address,address,uint128)deployAndUpgradeTo(address,address)# Supply cap Recommendations for rsETH on L2 WETH Comets\n# Summary\n\nThis is the 2nd part of the proposal due to the rsETH exploit that occurred on 18th April'2026. We recommend setting the supply caps to 0 for rsETH on all Compound V3 Comets. This proposal is for . There will be a separate proposal for L2 networks . Any new Borrows on affected comets will be resumed once these caps are set to 0. Request the delegates to get their votes in sooner so that the proposal is not extended  \n\n# Supply Cap Recommendations\n\n| Comet | Asset | Proposed Supply Caps |\n| ------------- | ------ | -------------------- |\n| Optimism WETH | wrsETH | 0 |\n| Unichain WETH | rsETH | 0 |\n| Base WETH | wrsETH | 0 |\n| Arbitrum WETH | rsETH | 0 |\n| Linea WETH | wrsETH | 0 |\n\n## Motivation\n\nMore details and forum discussions can be found in the following posts.\n\n* [Kelp Dao Exploit Discussion](https://www.comp.xyz/t/kelp-daos-rseth-hack-response/7732) 
# Supply cap Recommendations for rsETH on USDC,wstETH, and WETH Comets on Mainnet \n# Summary\n\nDue to the recent rsETH exploit that occurred on 18th April. We recommend setting the supply caps to 0 for rsETH on all Compound V3 Comets. This proposal is for Mainnet. There will be a separate proposal for L2 networks . Any new Borrows on affected comets will be resumed once these caps are set to 0. Request the delegates to get their votes in sooner so that the proposal is not extended  \n\n# Supply Cap Recommendations\n\n| Comet | Asset | Proposed Supply Caps |\n| --------------- | ----- | -------------------- |\n| Ethereum USDC | rsETH | 0 |\n| Ethereum WETH | rsETH | 0 |\n| Ethereum wstETH | rsETH | 0 |\n\n## Motivation\n\nMore details and forum discussions can be found in the following posts.\n\n* [Kelp Dao Exploit Discussion](https://www.comp.xyz/t/kelp-daos-rseth-hack-response/7732) 
updateAssetSupplyCap(address,address,uint128)updateAssetSupplyCap(address,address,uint128)updateAssetSupplyCap(address,address,uint128)deployAndUpgradeTo(address,address)updateAssetSupplyCap(address,address,uint128)deployAndUpgradeTo(address,address)# L2 Supply Cap reductions for low demand Assets\n# Simple Summary\n\nGauntlet recommends the following supply cap adjustments to the protocol:\n\n## Supply Cap Recommendations\n\n| Comet | Asset | Supply Cap |\n| ------------- | ----- | ---------- |\n| Optimism WETH | USDC | 15M → 7.5M |\n| Optimism WETH | USDT | 10M → 5M |\n| Optimism WETH | WBTC | 60 → 30 |\n| Unichain WETH | WBTC | 120 → 60 |\n\n## Rationale\n\nThe markets below have demonstrated low user demand over the past 30 days, with average supply cap utilization consistently staying below 1%. To reduce risk exposure to the protocol, we recommend lowering the supply caps for these markets by 50%. We note that cap reductions will not affect currently open positions.\n\n| Comet | Asset | Supply Cap Utilization (average over last 30 days) |\n| ------------- | ----- | -------------------------------------------------- |\n| Optimism WETH | USDC | 0.09% |\n| Optimism WETH | USDT | 0.01% |\n| Optimism WETH | WBTC | 0.03% |\n| Unichain WETH | WBTC | 0.01% |\n\nMore details about this proposal can be found [here](https://www.comp.xyz/t/gauntlet-recommendations-for-low-utilization-assets-optimism-polygon-and-unichain-2026-02-17/7642)
# Cap Recommendations on Ethereum USDC,USDT,USDS and wstETH comets\n# Simple Summary\n\nGauntlet recommends the following supply cap adjustments to the protocol:\n\n## Supply Cap Recommendations\n\n| Comet | Asset | Supply Cap |\n| ------------- | ----- | -------------- |\n| Ethereum USDC | rsETH | 1,500 → 750 |\n| Ethereum USDS | SKY | 96M → 48M |\n| Ethereum USDS | tBTC | 285 → 142 |\n| Ethereum USDS | weETH | 12,000 → 6,000 |\n| Ethereum USDS | USDe | 50M → 25M |\n| Ethereum USDT | mETH | 4,000 → 2,000 |\n\n# Motivation\n\nFull proposal and forum discussions can be found in the following post. \n\n* [\[Gauntlet\] Recommendations for Low Utilization Assets - Mainnet (2026-01-23)](https://www.comp.xyz/t/gauntlet-recommendations-for-low-utilization-assets-mainnet-2026-01-23/7561?u=gauntlet "[Gauntlet] Recommendations for Low Utilization Assets - Mainnet (2026-01-23)")\n\n# Specification\n\nThe proposal updates the parameters by using the respective methods on the Configurator.\n\nBy approving this proposal, you agree that any services provided by Gauntlet shall be governed by the terms of service available at gauntlet.xyz/tos
# Incentive Cuts on Ethereum (Extension to proposal 553)\n# Simple Summary\n\nGauntlet recommends the following adjustments to COMP incentives on ethereum comets. This is an extension of the proposal that is proposed [here](https://www.tally.xyz/gov/compound/proposal/553). It had to be split into 2 proposals as the transaction limit is 16M gwei per proposal.\n\n\n\n| **Comet** | **Daily Borrow Incentive(in COMP)** | **Daily Supply Incentive(in COMP)** |\n| ------------- | ----------------------------------- | ----------------------------------- |\n| Ethereum USDS | 5 → 0 | 13 → 0 |\n| Ethereum WBTC | 0 | 1 → 0 |\n\n# Motivation\n\nFull proposal and forum discussions can be found in the following post.\n\n* [\[Gauntlet\] Incentive Optimization Recommendations (2026-02-22)](https://www.comp.xyz/t/gauntlet-incentive-optimization-recommendations-2026-02-22/7656?u=gauntlet)
setBaseTrackingSupplySpeed(address,uint64)setBaseTrackingBorrowSpeed(address,uint64)deployAndUpgradeTo(address,address)setBaseTrackingSupplySpeed(address,uint64)setBaseTrackingBorrowSpeed(address,uint64)deployAndUpgradeTo(address,address)setBaseTrackingSupplySpeed(address,uint64)setBaseTrackingBorrowSpeed(address,uint64)deployAndUpgradeTo(address,address)setBaseTrackingSupplySpeed(address,uint64)setBaseTrackingBorrowSpeed(address,uint64)deployAndUpgradeTo(address,address)setBaseTrackingSupplySpeed(address,uint64)setBaseTrackingBorrowSpeed(address,uint64)deployAndUpgradeTo(address,address)setBaseTrackingSupplySpeed(address,uint64)setBaseTrackingBorrowSpeed(address,uint64)deployAndUpgradeTo(address,address)setBaseTrackingSupplySpeed(address,uint64)setBaseTrackingBorrowSpeed(address,uint64)deployAndUpgradeTo(address,address)# Incentive Cuts on Ethereum,Linea, Optimism and Unichain\n# Simple Summary\n\nGauntlet recommends the following adjustments to COMP incentives across comets. These adjustments are part of a larger strategic realignment to focus incentives on strategic comets. Gauntlet will provide a follow-up proposal in the following weeks proposing an optimal reallocation of these incentives across Mainnet comets.This proposal is the second part of the incentive cuts proposed by Gauntlet and they are as follows. \n\n| Comet | Daily Borrow Incentive(in COMP) | Daily Supply Incentive(in COMP) |\n| --------------- | ------------------------------- | ------------------------------- |\n| Ethereum wstETH | 3 → 0 | 0 |\n| Linea USDC | 3 → 0 | 4 → 0 |\n| Linea WETH | 4 → 0 | 6 → 0 |\n| Optimism USDC | 4 → 0 | 3 → 0 |\n| Optimism USDT | 5 → 0 | 5 → 0 |\n| Optimism WETH | 1 → 0 | 1 → 0 |\n| Unichain USDC | 1 → 0 | 1 → 0 |\n| Unichain WETH | 8 → 0 | 12 → 0 |\n\n# Motivation\n\nFull proposal and forum discussions can be found in the following post.\n\n* [\[Gauntlet\] Incentive Optimization Recommendations (2026-02-22)](https://www.comp.xyz/t/gauntlet-incentive-optimization-recommendations-2026-02-22/7656?u=gauntlet)\n\n# Specification\n\nThe proposal updates the parameters by using the respective methods on the Configurator.\n\nBy approving this proposal, you agree that any services provided by Gauntlet shall be governed by the terms of service available at gauntlet.xyz/tos2a5d8192bf02534328c68c692889a
# Topping up Ethereum and Optimism COMP rewards
# Simple Summary
Gauntlet recommends adding additional COMP to Optimism and Ethereum reward contracts.
| Chain | Reward Amount |
| -------- | ------------- |
| Ethereum | 3525 |
| Optimism | 750 |
### Analysis
Below is the projected runway in each chain’s rewards contract.
| Chain | Rewards contract COMP token holdings | Remaining days of runway |
| -------- | ------------------------------------ | ------------------------ |
| Ethereum | 2448 | 14 |
| Optimism | 255 | 21 |
Ethereum and Optimism currently have a runway of less than 30 days. Gauntlet recommends topping up an additional thirty days’ worth of incentives to the listed networks.
More details on this proposal can be found [here](https://www.comp.xyz/t/gauntlet-topping-up-ethereum-and-optimism-comp-rewards/7676?u=gauntlet)
# Rewards Contract Top-Up for Arbitrum, Base, and Unichain
# Simple Summary
Gauntlet recommends adding additional COMP to the Compound v3 rewards contracts on **Arbitrum, Base, and Unichain** to ensure sufficient incentives are available to claim following recent changes to the L2 incentive cuts.
| Chain | Recommended Reward Top-up (COMP) |
| -------- | -------------------------------- |
| Arbitrum | 784 |
| Base | 828 |
| Unichain | 352 |
# Motivation
Proposal [547](https://www.tally.xyz/gov/compound/proposal/547?govId=eip155:1:0x309a862bbC1A00e45506cB8A802D1ff10004c8C0), which has cut incentive emissions on L2 markets, has altered user claiming behaviour. As a result, a significant portion of the COMP previously held in the **CometRewards contracts** on several L2 networks has been claimed by users.
To ensure that rewards remain claimable and that the incentive claiming process continues to operate smoothly, Gauntlet recommends topping up the rewards contracts with additional COMP.
Further analysis and discussion can be found here:
[https://www.comp.xyz/t/gauntlet-rewards-contract-top-up-for-arbitrum-base-and-unichain-2026-02-10/7621](https://www.comp.xyz/t/gauntlet-rewards-contract-top-up-for-arbitrum-base-and-unichain-2026-02-10/7621)
# Specification
This proposal transfers COMP to the **CometRewards contracts** on the following networks:
* **Arbitrum:** 784 COMP
* **Base:** 828 COMP
* **Unichain:** 352 COMP
These funds will be used exclusively to replenish the reward contracts from which users can claim COMP incentives.
# Supply cap adjustments for USDe on Mainnet USDC and USDT Comets
## Simple Summary
Gauntlet recommends the following supply cap adjustments to the protocol:
## Supply Caps
| Status | Comet | Collateral | Supply Cap |
| ------------ | ---------------- | ---------- | -------------- |
| Current | Mainnet USDC | USDe | 30,000,000 |
| **Proposed** | **Mainnet USDC** | **USDe** | **15,000,000** |
| Current | Mainnet USDT | USDe | 30,000,000 |
| **Proposed** | **Mainnet USDT** | **USDe** | **15,000,000** |
## Motivation
Since the initial listing parameter recommendations, the liquidity profile of USDe has changed on Mainnet. Onchain liquidity has declined over the last month with the main DEX pool (Fluid USDe/USDT) reducing by ~$30M.
Full details about these changes can be found below
[https://www.comp.xyz/t/gauntlet-supply-cap-recommendation-for-usde-on-mainnet-usdc-usdt-comets-2026-02-26/7662](https://www.comp.xyz/t/gauntlet-supply-cap-recommendation-for-usde-on-mainnet-usdc-usdt-comets-2026-02-26/7662)
# Supply cap adjustments for USDe on Mainnet USDC and USDT Comets
# Simple Summary
Gauntlet recommends the following supply cap adjustments to the protocol:
# Supply Caps
| Status | Comet | Collateral | Supply Cap |
| ------------ | ---------------- | ---------- | -------------- |
| Current | Mainnet USDC | USDe | 30,000,000 |
| **Proposed** | **Mainnet USDC** | **USDe** | **15,000,000** |
| Current | Mainnet USDT | USDe | 30,000,000 |
| **Proposed** | **Mainnet USDT** | **USDe** | **15,000,000** |
# Motivation
Since the initial listing parameter recommendations, the liquidity profile of USDe has changed on Mainnet. Onchain liquidity has declined over the last month with the main DEX pool (Fluid USDe/USDT) reducing by ~$30M.
Full details about these changes can be found below
[https://www.comp.xyz/t/gauntlet-supply-cap-recommendation-for-usde-on-mainnet-usdc-usdt-comets-2026-02-26/7662](https://www.comp.xyz/t/gauntlet-supply-cap-recommendation-for-usde-on-mainnet-usdc-usdt-comets-2026-02-26/7662)
Note: 
A deploy and upgrade action related the USDS Comet has been included in this proposal. This action originates from a [previously passed proposal](https://www.tally.xyz/gov/compound/proposal/548?govId=eip155:1:0x309a862bbC1A00e45506cB8A802D1ff10004c8C0) that executed the deploy and upgrade required before setting the market parameters for weETH on the USDS Comet.
It is included here solely to ensure the current supply cap recommendation can be properly implemented and does not introduce any new changes beyond what was already approved.
# [Gauntlet] Rewards Contract Top-Up for Arbitrum and Unichain
# Simple Summary
**Note**: This proposal has been resubmitted due to a payload error in the [original version.](https://www.tally.xyz/gov/compound/proposal/519) 
Gauntlet recommends adding additional COMP to the Arbitrum and Unichain reward contracts.
* Arbitrum: 1606 COMP
* Unichain: 594 COMP
# Motivation
Full proposal and forum discussions can be found in the following post.
* [(Gauntlet) Rewards Contract Top-Up for Arbitrum and Unichain](https://www.comp.xyz/t/gauntlet-rewards-contract-top-up-for-arbitrum-and-unichain/7487 "(Gauntlet) Rewards Contract Top-Up for Arbitrum and Unichain")
# Specification
The proposal updates the parameters by using the respective methods on the Configurator.
By approving this proposal, you agree that any services provided by Gauntlet shall be governed by the terms of service available at gauntlet.xyz/tos
# [Gauntlet] Rewards Contract Top-Up for Arbitrum and Unichain
# Simple Summary
Gauntlet recommends adding additional COMP to the Arbitrum and Unichain reward contracts.
* Arbitrum: 582 COMP
* Unichain: 418 COMP
## Motivation
Full proposal and forum discussions can be found in the following post.
* [https://www.comp.xyz/t/gauntlet-rewards-contract-top-up-for-arbitrum-base-and-unichain/7312](https://www.comp.xyz/t/gauntlet-rewards-contract-top-up-for-arbitrum-base-and-unichain/7312)
# Specification
The proposal updates the parameters by using the respective methods on the Configurator.
By approving this proposal, you agree that any services provided by Gauntlet shall be governed by the terms of service available at gauntlet.xyz/tos
# [Gauntlet] Compound V2 Deprecation Proposal v2
# Simple Summary
## Compound V2 Deprecation Proposal
* Pause borrows and mints for all assets on Compound V2
* Increase Reserve Factors to 100% for all assets on Compound v2
**Note**: In response to community feedback, Gauntlet has recommended adding USDC & USDT as collaterals on Mainnet WETH & WBTC. The Mainnet WETH listing has already gone on-chain ([Tally](https://www.tally.xyz/gov/compound/proposal/501?govId=eip155:1:0x309a862bbC1A00e45506cB8A802D1ff10004c8C0)). The Mainnet WBTC listing will be proposed later this week.
## Motivation
Full proposals and forum discussions can be found in the following post.
* [\[Gauntlet\] Compound V2 Deprecation Proposal](https://www.comp.xyz/t/gauntlet-compound-v2-deprecation-proposal/7237 "[Gauntlet] Compound V2 Deprecation Proposal")
## Specification
The proposal updates the parameters by using the respective methods on the Configurator.
By approving this proposal, you agree that any services provided by Gauntlet shall be governed by the terms of service available at gauntlet.xyz/tos
^# Compound <> Gauntlet Year 5 Partnership
Since 2021, Gauntlet has supported Compound with services ranging from risk optimization, crisis response, and incentive optimization. Full details of this renewal and outlined scope can be found in the [forum post](https://www.comp.xyz/t/compound-gauntlet-year-5-partnership/7200).
# Proposal 
Renew Gauntlet’s 12-month engagement for Risk Management, Interest-Rate Curve Tuning, Incentive Optimization, and expanded scope for 2025.
# Compensation Structure
The service fee structure will be a fixed annual fee of **$2.3M** using a **30-day TWAP** for COMP spot price at execution.
30% ($690K) is to be transferred directly to Gauntlet in a lump sump (7666 COMP, $345K USDC). Gauntlet will refund the DAO if a qualifying event as outlined in the [forum post](https://www.comp.xyz/t/compound-gauntlet-year-5-partnership/7200) occurs.
70% ($1.61M) is to be paid in COMP via the [Compound Streamer](https://www.comp.xyz/t/compound-streamer-universal-asset-streaming-infrastructure/6861). The amount of COMP streamed will be USD-adjusted using Chainlink price feeds. The stream will pay out on a per-second basis over a year. $1.61M USDC over 31536000 seconds is equivalent to a rate of 0.05105276509 USDC/sec.
Upon submission of the onchain vote, a 10% buffer will be applied to the stream, meaning a total of ~$1.771M of COMP will enter the Streamers upon proposal execution. This is meant to accommodate for COMP volatility. At the time of onchain vote submission, 39355 COMP is equivalent to $1.771M.
**Stream Recipient (\_recipient):**
* Gauntlet address: 0xD20c9667bf0047F313228F9fE11F8b9F8Dc29bBa
* Stream address: 0xEA2B6BC719CF6D2Fed07865d26987D32d570DbBD
**Slippage Amount (\_slippage):** 1%
* Slippage ensures that every time the vendors claim, the Streamer converts the accrued USD amount into COMP using the current Chainlink price feed, with up to a 1% buffer to handle small price fluctuations and keep payments fair.
**Claim Cooldown (\_claimCooldown):** 604,800 seconds (7 days)
* This is the minimum time between claims. Once the vendors claim accrued COMP tokens, they can’t claim again for 7 days.
# Term & Coverage
**Engagement term: 1 year (est. Sept 30, 2025 → Sept 30, 2026)**
**Coverage:** up to **50 Comet deployments**
*By approving this proposal, you agree services are governed by **gauntlet.xyz/tos**.*