File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
26-quadratic-vote&gitcoin Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ contract PlonkVerifier {
152
152
153
153
///////
154
154
// Computes the inverse of an array of values
155
- // See https://vitalik.ca /general/2018/07/21/starks_part_3.html in section where explain fields operations
155
+ // See https://vitalik.eth.limo /general/2018/07/21/starks_part_3.html in section where explain fields operations
156
156
//////
157
157
function inverseArray (pVals, n) {
158
158
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ cost to the voter = 2^(n-1)
79
79
80
80
### financingTool
81
81
82
- ![ quadratic_funding.png] ( https://vitalik.ca /images/qv-files/quadratic_funding.png )
82
+ ![ quadratic_funding.png] ( https://vitalik.eth.limo /images/qv-files/quadratic_funding.png )
83
83
84
84
每个用户针对某个提案投票都是总金额的开平方
85
85
@@ -160,7 +160,7 @@ struct UserVote {//每个用户每个提案会有一个实例
160
160
161
161
## 参考资料
162
162
163
- - [ Quadratic Payments: A Primer] ( https://vitalik.ca /general/2019/12/07/quadratic.html )
163
+ - [ Quadratic Payments: A Primer] ( https://vitalik.eth.limo /general/2019/12/07/quadratic.html )
164
164
- [ 二次方投票和二次方资助] ( https://www.matataki.io/p/6113 )
165
165
- [ 视频] ( https://www.bilibili.com/video/BV1Y5411w77b/ )
166
166
- [ gitcoin] ( https://gitcoin.co/blog/gitcoin-grants-quadratic-funding-for-the-world/ )
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Using both eth and Token for voting is not implemented for now.
81
81
82
82
### FinancingTool
83
83
84
- ![ quadratic_funding.png] ( https://vitalik.ca /images/qv-files/quadratic_funding.png )
84
+ ![ quadratic_funding.png] ( https://vitalik.eth.limo /images/qv-files/quadratic_funding.png )
85
85
86
86
Each user vote on a proposal is the square root of the total amount ().
87
87
@@ -161,7 +161,7 @@ Case: Each person can donate to multiple proposals within a certain period of ti
161
161
162
162
## Reference
163
163
164
- - [ Quadratic Payments: A Primer (by vitalik)] ( https://vitalik.ca /general/2019/12/07/quadratic.html )
164
+ - [ Quadratic Payments: A Primer (by vitalik)] ( https://vitalik.eth.limo /general/2019/12/07/quadratic.html )
165
165
- [ Quadratic vote and quadratic funde (from zhihu)] ( https://www.matataki.io/p/6113 )
166
166
- [ video intro] ( https://www.bilibili.com/video/BV1Y5411w77b/ )
167
167
- [ gitcoin] ( https://gitcoin.co/blog/gitcoin-grants-quadratic-funding-for-the-world/ )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RAI具有非法币锚定、完全去中心化、以及最小化治理的极致
6
6
- site: < https://reflexer.finance/ >
7
7
8
8
V神和Dankrad都有文章介绍RAI的机制:
9
- - [ Two thought experiments to evaluate automated stablecoins] ( https://vitalik.ca /general/2022/05/25/stable.html )
9
+ - [ Two thought experiments to evaluate automated stablecoins] ( https://vitalik.eth.limo /general/2022/05/25/stable.html )
10
10
- [ RAI -- one of the coolest experiments in crypto] ( https://dankradfeist.de/ethereum/2023/01/31/rai-crypto-experiment.html )
11
11
12
12
RAI系统的这一套机制,正符合货币主义奠基人、诺贝尔经济学奖获得者米尔顿·弗里德曼理想情况下对美联储的预期。弗里德曼认为,"Abolish the FED. Replace it with a computer."(这同时也是Reflexer社区的重要Meme)。
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ https://medium.com/infinitism/erc-4337-account-abstraction-without-ethereum-prot
52
52
53
53
54
54
## 参考链接
55
- - [ vitalik文章] ( https://vitalik.ca /general/2022/01/26/soulbound.html )
55
+ - [ vitalik文章] ( https://vitalik.eth.limo /general/2022/01/26/soulbound.html )
56
56
- [ Decentralized Society: Finding Web3's Soul ] ( https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4105763 )
57
57
- [ SBT综述] ( https://mirror.xyz/0x07599B7E947A4F6240F826F41768F76149F490D5/fbYA4BbpB8zxbFqO2FpyLEFprXMqhSfQQQIo_lU8LGE )
58
58
- [ DID总结文章1] (https://docs.qq.com/doc/DVGJFUWN6RGRZdWJo)
You can’t perform that action at this time.
0 commit comments