From ecf971deeb48fa48f1f52d641ee04e3c92f62244 Mon Sep 17 00:00:00 2001 From: mfw78 Date: Sun, 15 May 2022 09:08:48 +0000 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20end=20claim=20period?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WIP-Draft: End LIF2 Claim Period.md | 59 +++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/WIP-Draft: End LIF2 Claim Period.md diff --git a/src/WIP-Draft: End LIF2 Claim Period.md b/src/WIP-Draft: End LIF2 Claim Period.md new file mode 100644 index 0000000..3a15f5f --- /dev/null +++ b/src/WIP-Draft: End LIF2 Claim Period.md @@ -0,0 +1,59 @@ +# WIP-Draft: End LIF2 Claim Period + + > * WIP: + > * title: End LIF2 Claim Period + > * author: mfw78 + +## Summary + +Introduces soft and hard claim periods for LIF2. + +## Motivation + +Allowing unlimited claim periods for `LIF2` from `LIF1` present issues from a security perspective when developing DAO voting strategies using `LIF2` and future tokenomic strategies for `LIF2`. + +Therefore, this `WIP` seeks to outline firm timelines by which the claim will expire. + +## Specification + +After the Gnosis Chain migration, once the claimants' tokens are placed into permissed airdropper contract, their claim: + +1. 100% claimable until the **soft claim time limit**. +2. Linearly reduces to 0% claimable until the **hard claim time limit**. +3. All unclaimed tokens, or portion thereof are **claimable by the community multi-sig**. + +It is proposed that the *soft claim time limit* be set to 90 days and the *hard claim time limit* be set to 180 days. These times are from the time of the Gnosis Chain claim contract deployment. + +## Rationale + +It takes time for market participants to get information surrounding claims / events. This allows for both a reasonable period of time for such information to propagate, balanced with creating a time incentive for claimants. + +## Dependencies + +This `WIP` depends on: + +* `WIP-Draft: LIF to Gnosis Chain Migration` + +## Execution + +TBD + +### Safe Transaction Hash (TBD) + + (*optional) + +### Safe Transaction Data + +Mandatory for every proposal that requires transaction from Winding Tree DAO. + + + +### Tenderly Simulation + +Mandatory for every proposal that requires transaction from Winding Tree DAO. + +Link to Tenderly simulation + +## Snapshot + +*Phase 2 Proposal: Add a link to the corresponding Winding Tree Snapshot poll you’ve created.* \ No newline at end of file From 2b2d1f38666c9c15dfc264bc8668ae4f8f3436b2 Mon Sep 17 00:00:00 2001 From: mfw78 Date: Sun, 15 May 2022 09:19:26 +0000 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=F0=9F=90=9B=20rename=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ... LIF2 Claim Period.md => WIP-Draft - End LIF2 Claim Period.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/{WIP-Draft: End LIF2 Claim Period.md => WIP-Draft - End LIF2 Claim Period.md} (100%) diff --git a/src/WIP-Draft: End LIF2 Claim Period.md b/src/WIP-Draft - End LIF2 Claim Period.md similarity index 100% rename from src/WIP-Draft: End LIF2 Claim Period.md rename to src/WIP-Draft - End LIF2 Claim Period.md