From a1e98b05e5aadb6e59f89fc2824e07b6928cbdd3 Mon Sep 17 00:00:00 2001 From: aggre Date: Wed, 6 Jan 2021 06:06:16 +0900 Subject: [PATCH 1/3] convert #40 to dip --- DIPS/dip-new-markets-native-apys.md | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 DIPS/dip-new-markets-native-apys.md diff --git a/DIPS/dip-new-markets-native-apys.md b/DIPS/dip-new-markets-native-apys.md new file mode 100644 index 00000000..9c12b4f0 --- /dev/null +++ b/DIPS/dip-new-markets-native-apys.md @@ -0,0 +1,38 @@ +``` +DIP: <# to be assigned> +Title: New Markets & Native APYs +Author(s): Scott G +Contributors: aggre (@aggre) +Type: Informational +Status: +Date Proposed: 2021-01-05 +Date Ratified: +Dependencies: - +Replaces: - +``` + +## References + +## Sentence Summary + +This proposal calls for New Markets (example: Research) to have their own native APY based on DEV staked and assets onboarded. + +## Paragraph Summary + +## Component Summary + +## Motivation + +This proposal also prevents the devaluation of work from different Markets, increases Market health, and creates Market APY arbitrage opportunity. + +## Specification / Proposal Details + +Currently, if a New Market is added to Dev Protocol the assets are lumped together. For a Market's creators this is detrimental because the work of one sector is not equivalent to the work of another. For example, a Youtube content creator vs. an OSS developer. Each Market should have its own Native APY to provide so that the APY places a value on the Market's creator's work. This proposal also prevents the devaluation of work from different Markets, increases Market health, and creates Market APY arbitrage opportunity. + +### Overview + +The feature will be implemented by creating a fork of the Dev Protocol for each New Market. + +## Copyright + +Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). From 83445c0a234421cc8cc9a054ed0c54c461cc2ce7 Mon Sep 17 00:00:00 2001 From: aggre Date: Wed, 6 Jan 2021 06:12:04 +0900 Subject: [PATCH 2/3] assign dip number --- DIPS/{dip-new-markets-native-apys.md => dip-41.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename DIPS/{dip-new-markets-native-apys.md => dip-41.md} (100%) diff --git a/DIPS/dip-new-markets-native-apys.md b/DIPS/dip-41.md similarity index 100% rename from DIPS/dip-new-markets-native-apys.md rename to DIPS/dip-41.md From 082af7c312a075cd84e44683a82258e0066fdb33 Mon Sep 17 00:00:00 2001 From: aggre Date: Wed, 6 Jan 2021 06:12:17 +0900 Subject: [PATCH 3/3] update the assigned dip number --- DIPS/dip-41.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DIPS/dip-41.md b/DIPS/dip-41.md index 9c12b4f0..c2cf6a61 100644 --- a/DIPS/dip-41.md +++ b/DIPS/dip-41.md @@ -1,5 +1,5 @@ ``` -DIP: <# to be assigned> +DIP: 41 Title: New Markets & Native APYs Author(s): Scott G Contributors: aggre (@aggre)