Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/upgrade_2026_08_05.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
# ipfs description
IPFS_DESCRIPTION = """
# NEST Activation, LOL stablecoins ET Payment Factories Activation, CSM Update Share Limits ET Factory Replacement
1. **Launch NEST (Automated LDO Buyback and Liquidity Provisioning)** in [treasury-only mode](https://research.lido.fi/t/liquid-buybacks-nest-execution-with-ldo-wsteth-liquidity/10894/109#p-25979-h-3-launch-mode-treasury-only-5), with all purchased LDO sent directly to the DAO Treasury. Under the [DAO-approved](https://snapshot.box/#/s:lido-snapshot.eth/proposal/0x022e901a6368573d18b150eecda563dd2ee17ad2aa6a0ef9772151cc7ba55187) cumulative surplus model described in [LIP-36](https://github.com/lidofinance/lido-improvement-proposals/blob/develop/LIPS/lip-36.md#surplus-mechanics), NEST converts a fixed portion of staking revenue above the operating baseline into LDO via CoW Swap. Ack3 audits & deployment verification: [NEST](https://github.com/lidofinance/audits/blob/main/Ack3%20Lido%20NEST%20Audit%20Report%2007-2026.pdf), [Stonks 2](https://github.com/lidofinance/audits/blob/main/Ackee%20Blockchain%20Stonks%202%20Audit%20Report%2012-25.pdf). Items 1.1 - 1.4, 2 - 9.
1. **Launch NEST (Automated LDO Buyback and Liquidity Provisioning)** in [treasury-only mode](https://research.lido.fi/t/liquid-buybacks-nest-execution-with-ldo-wsteth-liquidity/10894/109#p-25979-h-3-launch-mode-treasury-only-5), with all purchased LDO sent directly to the DAO Treasury. Under the [DAO-approved](https://snapshot.box/#/s:lido-snapshot.eth/proposal/0x022e901a6368573d18b150eecda563dd2ee17ad2aa6a0ef9772151cc7ba55187) cumulative surplus model described in [LIP-36](https://github.com/lidofinance/lido-improvement-proposals/blob/develop/LIPS/lip-36.md#surplus-mechanics), NEST converts a fixed portion of staking revenue above the operating baseline into LDO via CoW Swap. Audits & deployment verification: [Ack3 NEST](https://github.com/lidofinance/audits/blob/main/Ack3%20Lido%20NEST%20Audit%20Report%2007-2026.pdf), [Ack3 Stonks 2](https://github.com/lidofinance/audits/blob/main/Ackee%20Blockchain%20Stonks%202%20Audit%20Report%2012-25.pdf), [MixBytes TokenRateNotifier](https://github.com/lidofinance/audits/blob/main/MixBytes%20Lido%20TokenRateNotifier%20Security%20Audit%20Report%2008-2026.pdf). Items 1.1 - 1.4, 2 - 9.
2. **Add LOL stablecoins Easy Track factories for payments and adding/removing allowed recipients**, with a limit of $8M per 6 months, [as per Snapshot decision](https://snapshot.box/#/s:lido-snapshot.eth/proposal/0x863859d857c7429a0dcb85a4b324de803e2f66ddd8f50e4c2f04a31c35c6ae6f). Items 1.5, 1.6, 12 - 14.
3. **Replace CSM Update Share Limits Easy Track factory** to correct the per-motion change cap to 0.5%, [as proposed on the forum](https://research.lido.fi/t/community-staking-module/5917/231). Audit & deployment verification: [MixBytes](https://github.com/lidofinance/audits/blob/main/MixBytes%20Lido%20Easy%20Track%20Factories%20(SRv3%20CSMv3%20CMv2)%20Security%20Audit%20Report%2007-2026.pdf). Items 10, 11.
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_2026_08_05.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
EXPECTED_DG_EVENTS_FROM_AGENT = 6
EXPECTED_DG_EVENTS_COUNT = 1

IPFS_DESCRIPTION_HASH = "bafkreicltgxsuj5y7g5jv3iuknqsdpudc4vrnr2w3lqudr3fywvj6hrog4"
IPFS_DESCRIPTION_HASH = "bafkreiey62spdcfej5pnvoz22czz3frmmagc2v2i5xwrzq6j4qhtdpwwoi"


# ============================================================================
Expand Down
Loading