Skip to content

Commit 3061240

Browse files
authored
updated task 33 readme
Add more detailed description about pool token and two reference links.
1 parent cdc2b7e commit 3061240

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

basic/33-pooltogether/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
## PoolTogether 介绍
22
PoolTogether 是一个无损彩票协议. 用户要参与就需要存钱进去买他的彩票, 这部分作为本金会被 PoolTogether 存入到 Compound 等 DeFi 平台中赚取利息, 然后平台会一段时间开一次奖, 中奖的玩家可以拿到 DeFi 平台中这段时间的理财收益。因为整个过程中平台没有任何抽佣, 所以叫无损彩票。
3+
34
在奖池开设期间,加注或者取消下注,平台不会对用户进行惩罚措施。中奖的可能性取决于在奖池开设期间存款的数目与时间。如:对于一个七天的奖池,用户A在第一天存入了$100,存放了七天直到开奖,那么A的平均存放数额为($100*7day)/7day=$100;而B在开奖前最后一天存入$200,则B的平均存放数额为$200/7day=$28.57。
5+
46
目前, 平台上还提供组队的玩法, 玩家们可以参与到队伍中提高自己的中奖概率, 但是最后的奖金整个团队将会按照玩家手上的彩票数量来进行瓜分。PoolTogether在Ethereum、Binance、Polygon上开设了多个奖池,开奖时间从每日到每周不等。
57

68
## POOL token
79
POOL token 控制 PoolTogether 协议以确保去中心化和社区所有权。代币持有者管理协议以促进社区的增长。
10+
POOL token的总发行量为1千万枚(10 million),目前有48%的token尚未发行,52%的token按照以下规则发行:1.5 million tokens给该项目的早期用户;1.2 million tokens给该项目协议的早期贡献者,该部分token将锁定到2022年2月17日;750000 tokens给该项目的投资者,该部分token同样锁定到2022年2月17日;411000 tokens给帮助协议分支的贡献者,这些代币有一年的期限,并从2022年5月开始解锁。
811
用户将token存入奖池以增加奖池的金额,而逐渐增长的金额会吸引玩家加入,相较于传统金融账户,PoolTogether具有较高的收益率。
912
但是,该协议存在“冷启动”问题:奖池吸引存款需要大额的奖金,但奖池在初期没有大额奖金,难以吸引用户。因此,PoolTogether提出了两种机制有助于克服这个问题:Reserve Capture 和 POOL token distribution。
1013

@@ -19,4 +22,6 @@ Reverse Capture还可以作为一种机制来奖励在早期阶段帮助引导
1922
github 仓库: https://github.com/pooltogether/documentation/blob/master/resources.md
2023
项目介绍: https://www.chainnews.com/articles/517264806415.htm
2124
twitter: https://twitter.com/PoolTogether_
22-
medium: https://medium.com/pooltogether
25+
medium: https://medium.com/pooltogether
26+
Discord: https://t.co/qAQbalbLER
27+
Telegram: https://t.co/7VuLCu8unu

0 commit comments

Comments
 (0)