Abstract
This proposal seeks to establish a permanent, DAO-owned liquidity position (“floor”) in the Morpho wstLINK/LINK market by deploying idle treasury stLINK rewards into the Alpha LINK Enhanced V2 Vault. The DAO treasury currently holds ~765 unclaimed stLINK from its 20 reSDL NFT positions, rewards that have been accumulating with zero productive use. This proposal converts those rewards into DAO-owned supply-side liquidity in Morpho, simultaneously earning yield on idle assets and deepening the market that underpins stake.link’s growing DeFi presence.
Motivation
The DAO treasury (0xb351ec0f...) holds 20 reSDL NFTs (#1704-#1723), representing 1,000,000 SDL locked at maximum boost (9x), totaling 9,000,000 effective reSDL. These positions continuously generate staking rewards across three tokens:
| Token | Unclaimed | Est. USD Value |
|---|---|---|
| stLINK | ~765.5 | ~$6,600 |
| stPOL | ~932.4 | ~$215 |
| stESP | 0 | $0 |
These rewards have been accumulating since the NFTs were minted and are currently earning nothing, a missed opportunity for the DAO.
Supply-Constrained Morpho Market
The Morpho wstLINK/LINK market is the primary DeFi venue for leveraged stLINK staking. Current state:
| Metric | Value |
|---|---|
| Total Supply | ~$1.19M |
| Total Borrowed | ~$1.10M |
| Utilization | 92.3% |
| Supply APY | 5.48% |
| LINK Vault APY | 4.69% |
At 92.3% utilization, the market is above the 90% IRM target. The AdaptiveCurveIrm is actively ratcheting borrow rates upward, which discourages new borrowing and could stifle market growth. Additional supply-side liquidity directly addresses this by pulling utilization back toward the 90% equilibrium.
Strategic Precedent
This proposal follows the model established by SLURP-51 (DAO-Owned Liquidity for UniV3 SDL/LINK), which successfully deployed idle treasury stLINK rewards into the Uniswap V3 SDL/LINK pool. That initiative:
- Converted ~681 stLINK from treasury to productive use
- Created a permanent liquidity floor in the SDL/LINK pair
- Demonstrated the value of deploying idle treasury assets rather than letting them sit
SLURP-62 applies the same principle to the Morpho market, the DAO’s other key DeFi venue alongside Uniswap, Curve, Folks Finance.
Specification
Initial Deployment
- Claim unclaimed stLINK rewards from treasury reSDL NFTs by calling
withdrawRewards()on the SDLPool contract (0x0B2eF910...) - Convert claimed stLINK to LINK via the Curve stLINK/LINK StableSwap pool (
0x7E138768...) or the Priority Pool - Deposit LINK into the Alpha LINK Enhanced V2 Vault (
0x610f5b68...) on Morpho - Hold the resulting vault shares in the DAO treasury
Ongoing Maintenance
- Quarterly claim-and-redeposit: Every 90 days, claim newly accumulated stLINK rewards from the 20 reSDL NFTs and deposit into the same vault position
- Yield accrual: Supply APY earned by the vault position accrues automatically to the DAO’s vault shares
- No active management required: The vault is managed by the existing vault curator; the DAO simply holds shares as a passive supplier
Governance Controls
- Any withdrawal of the DAO’s vault position requires a separate governance vote
- Any reallocation of the DAO’s vault shares to a different market or venue requires a separate governance vote
- The quarterly claim-and-redeposit cadence may be adjusted by the DeFi NAIL representative without additional governance, provided the destination remains the same vault
- Claiming frequency adjustments (e.g., monthly vs. quarterly) are operational decisions delegated to the DeFi NAIL representative
Financial Parameters
Initial Deployment
| Parameter | Value |
|---|---|
| stLINK claimed | ~765.5 stLINK |
| LINK received (after Curve swap) | ~763 LINK (est. ~0.3% swap impact) |
| USD value at deployment | ~$6,600 |
| Vault TVL increase | ~0.55% |
Ongoing Quarterly Deposits
Based on current reward rates, the treasury’s 9M effective reSDL generates approximately:
| Period | Est. stLINK Rewards | Est. LINK Equivalent |
|---|---|---|
| Per quarter | ~190 stLINK | ~189 LINK (~$1,640) |
| Per year | ~765 stLINK | ~763 LINK (~$6,600) |
After Year 1, the DAO’s Morpho position would grow to approximately 1,526 LINK (~$13,200), all from previously idle rewards, earning organic lending yield on the accumulated position.
Cost to the DAO
Zero incremental cost. The stLINK rewards are already accruing and currently earning nothing. The only cost is gas for the claim, swap, and deposit transactions (estimated <0.01 ETH total per quarterly cycle).
Strategic Benefits
Transforms idle, unproductive treasury rewards into a yield-bearing position. The DAO currently has ~$6,600 of stLINK sitting unclaimed, this proposal puts those assets to work immediately and establishes a pipeline for future rewards.
Additional supply liquidity in the Morpho market directly benefits the ecosystem:
- Pulls utilization down toward the 90% IRM target, stabilizing borrow rates
- Enables more wstLINK loopers to enter (higher leverage = more stLINK demand = higher stLINK APY for all holders)
- Reduces the market’s sensitivity to individual large withdrawals
The vault position earns organic lending yield (currently ~2.76% from borrower interest) for the DAO treasury. On the initial ~763 LINK deposit, this generates ~21 LINK/year. As the position grows through quarterly redeposits, yield increases proportionally, reaching ~42 LINK/year once the full ~1,526 LINK position is built out.
DAO-owned liquidity in Morpho signals long-term commitment to the wstLINK/LINK market. This is particularly important as the DAO allocates incentives (SLURP-57) to this market, having the DAO’s own capital alongside external depositors demonstrates skin in the game.
This proposal complements the existing Merkl incentive campaigns funded by SLURP-57. While those campaigns attract external capital via APY incentives, DAO-owned liquidity provides a permanent, non-mercenary baseline that persists regardless of incentive levels.
Contracts Involved
| Contract | Address | Role |
|---|---|---|
| SDLPool (reSDL) | 0x0B2eF910ad0b34bf575Eb09d37fd7DA6c148CA4d |
Claim stLINK rewards |
| stLINK | 0xb8b295df2cd735b15BE5Eb419517Aa626fc43cD5 |
Reward token |
| Curve stLINK/LINK | 0x7E13876B92F1a62C599C231f783f682E96B91761 |
Swap stLINK → LINK |
| LINK | 0x514910771af9ca656af840dff83e8264ecf986ca |
Deposit asset |
| Alpha LINK Enhanced V2 | 0x610f5b68bd1eed68af649a3fd3dc2caa1ee4ae7e |
Morpho vault |
Transaction Sequence (via Treasury Safe)
SDLPool.withdrawRewards([token_addresses])claims stLINK (and stPOL) to treasurystLINK.approve(CurvePool, amount)approve Curve for stLINK spendCurvePool.exchange(1, 0, amount, min_out)swap stLINK (coin[1]) → LINK (coin[0])LINK.approve(Vault, amount)approve vault for LINK spendVault.deposit(amount, treasury)deposit LINK, receive vault shares to treasury
All transactions executed as a single multiSend batch via the 6/8 Gnosis Safe.
Voting
- For: Claim treasury stLINK rewards, convert to LINK, and deposit into the Morpho Alpha LINK Enhanced V2 Vault as DAO-owned liquidity. Establish quarterly claim-and-redeposit cadence.
- Against: Leave stLINK rewards unclaimed. No change to current treasury operations.