-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprotocol_config.json
More file actions
75 lines (75 loc) · 1.78 KB
/
Copy pathprotocol_config.json
File metadata and controls
75 lines (75 loc) · 1.78 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"protocols": {
"chainlink": {
"name": "Chainlink",
"symbol": "LINK",
"category": "Oracle",
"description": "Decentralized oracle network connecting smart contracts to real-world data",
"queries": {
"eqs": {
"query_id": 4953227,
"adjustments": {
"revenue_mapping": {
"ocr": "fm",
"comment": "OCR doesn't generate fees directly, attributing to FM (Price Feeds)"
},
"weights": {
"stability": 0.7,
"diversification": 0.3
},
"reference_revenue": 5000000
}
},
"ugs": {
"query_id": 4953009,
"adjustments": {
"active_addresses_weight": 0.4,
"transaction_count_weight": 0.3,
"transaction_volume_weight": 0.3
}
}
}
},
"uniswap": {
"name": "Uniswap",
"symbol": "UNI",
"category": "DEX",
"description": "Automated liquidity protocol for token swaps on Ethereum",
"queries": {
"eqs": {
"query_id": "0000000",
"adjustments": {
"weights": {
"stability": 0.7,
"diversification": 0.3
},
"reference_revenue": 10000000
}
},
"ugs": {
"query_id": "0000000"
}
}
}
},
"default_settings": {
"eqs": {
"weights": {
"stability": 0.7,
"diversification": 0.3
},
"reference_revenue": 5000000
},
"ugs": {
"active_addresses_weight": 0.4,
"transaction_count_weight": 0.3,
"transaction_volume_weight": 0.3
},
"fvs": {
"ps_ratio_threshold": 50
},
"ss": {
"default_score": 50
}
}
}