forked from zhangjiayang6835-cyber/bounty-plaza
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBOUNTY_CONFIG.json
More file actions
60 lines (60 loc) · 1.49 KB
/
Copy pathBOUNTY_CONFIG.json
File metadata and controls
60 lines (60 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"claimer_window_hours": 24,
"platforms": [
"github.com"
],
"pricing": {
"formula": "C实得美元 = A × P × (1 - 10%). 汇率 0.72 = 0.9/1.25 恒成立 (A和P约掉)",
"tiers": [
{
"max_usd": 50,
"R": 0.95,
"label": "< $50"
},
{
"max_usd": 200,
"R": 0.92,
"label": "$50-$200"
},
{
"max_usd": 500,
"R": 0.9,
"label": "$200-$500"
},
{
"max_usd": 1000,
"R": 0.87,
"label": "$500-$1000"
},
{
"max_usd": 999999,
"R": 0.85,
"label": "$1000+"
}
]
},
"payout_conditions": [
"代码评分 ≥ 90 分",
"被判定为获胜者",
"管理员已向上游提 PR",
"上游已合并 PR",
"赏金已到管理员账户"
],
"min_bounty_usd": 25,
"min_bounty_label": "$25 以下不接",
"bounty_to_coin_rate": 1.25,
"bounty_to_coin_label": "1 USD = 1.25 积分",
"winner_payout_ratio": 0.9,
"winner_payout_label": "贡献者实得 90%",
"coin_to_cash_rate": 0.72,
"coin_to_cash_label": "1 积分 = 0.72 USD (推导值: 0.9/1.25)",
"platform_fee_pct": 0.1,
"platform_fee_label": "扣除贡献者应得的 10%",
"treasury": {
"usdt_bep20": "0x321984374e41e1c8ba3e2b87ab050828cffd25c2",
"network": "BSC (BEP-20)",
"note": "USDT 充值地址(BEP-20),提现时请确保目标地址也使用 BEP-20 网络"
},
"min_redeem": 1,
"min_redeem_label": "无最低兑换限制"
}