-
Notifications
You must be signed in to change notification settings - Fork 1
/
audit-program.json
460 lines (454 loc) · 12.6 KB
/
audit-program.json
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
[
{
"id": 0,
"tag": "DT1-0",
"category": "development_team",
"category_index": 0,
"name": "Conflict of Interest Disclosure",
"question": "Are you Affiliated with the project or own any tokens?",
"options": [
{ "id": 1, "name": "Yes", "value": 0.0 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 0.0
},
{
"id": 1,
"tag": "DT2-1",
"category": "development_team",
"category_index": 0,
"name": "Read Whitepaper",
"question": "Did you read the whitepaper?",
"options": [
{ "id": 1, "name": "Yes", "value": 0.0 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 0.0
},
{
"id": 2,
"tag": "DT3-2",
"category": "development_team",
"category_index": 0,
"name": "Anonymous Team",
"question": "Is the development team anonymous?",
"options": [
{ "id": 1, "name": "Yes", "value": 0.0 },
{ "id": 2, "name": "No", "value": 4.0 }
],
"max_score": 4.0
},
{
"id": 3,
"tag": "DT4-3",
"category": "development_team",
"category_index": 0,
"name": "Identity Verification",
"question": "Can you verify that each member of the Development team is a real person?",
"options": [
{ "id": 1, "name": "Yes", "value": 2.0 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 2.0
},
{
"id": 4,
"tag": "DT5-4",
"category": "development_team",
"category_index": 0,
"name": "Prior Experience",
"question": "Does the Dev team have the proper experience to execute this project? ",
"options": [
{ "id": 1, "name": "Yes", "value": 0.5 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 0.5
},
{
"id": 5,
"tag": "DT6-5",
"category": "development_team",
"category_index": 0,
"name": "Audit",
"question": "Has the project successfully completed an audit by a reputable service provider?",
"options": [
{ "id": 1, "name": "Yes", "value": 1.0 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 1.0
},
{
"id": 6,
"tag": "DT7-6",
"category": "development_team",
"category_index": 0,
"name": "Plagarism",
"question": "Was there any plagiarism in the whitepaper?",
"options": [
{ "id": 1, "name": "Yes", "value": 0.0 },
{ "id": 2, "name": "No", "value": 1.0 },
{ "id": 3, "name": "N/A", "value": 0.0 }
],
"max_score": 1.0
},
{
"id": 7,
"tag": "DT8-7",
"category": "development_team",
"category_index": 0,
"name": "Spelling Errors",
"question": "Are there grammar, spelling, and punctuation errors in the whitepaper or webpage?",
"options": [
{ "id": 1, "name": "Yes", "value": 0.0 },
{ "id": 2, "name": "No", "value": 1.0 },
{ "id": 3, "name": "N/A", "value": 0.0 }
],
"max_score": 1.0
},
{
"id": 8,
"tag": "DT9-8",
"category": "development_team",
"category_index": 0,
"name": "Whitepaper Length",
"question": "What is the length of the Whitepaper?",
"options": [
{ "id": 1, "name": "0 to 5 pages", "value": 0.0 },
{ "id": 2, "name": "6 to 15 pages", "value": 0.2 },
{ "id": 3, "name": ">15 Pages", "value": 0.5 }
],
"max_score": 0.5
},
{
"id": 9,
"tag": "TK1-9",
"category": "tokenomics",
"category_index": 1,
"name": "Insider Allocation",
"question": "What portion of the tokens are held by the Development team or early investors?",
"options": [
{ "id": 1, "name": "0% to 15%", "value": 3.0 },
{ "id": 2, "name": "16% to 25%", "value": 2.0 },
{ "id": 3, "name": ">25%", "value": 0.0 }
],
"max_score": 3.0
},
{
"id": 10,
"tag": "TK2-10",
"category": "tokenomics",
"category_index": 1,
"name": "Community Allocation",
"question": "What portion of tokens will be available to the general public either through sale or rewards ?",
"options": [
{ "id": 1, "name": "0% to 49%", "value": 0.0 },
{ "id": 2, "name": "50% to 75%", "value": 0.5 },
{ "id": 3, "name": ">75%", "value": 1.0 }
],
"max_score": 1.0
},
{
"id": 11,
"tag": "TK3-11",
"category": "tokenomics",
"category_index": 1,
"name": "Vesting",
"question": "For tokens reserved for development team and early investors, is there a vesting schedule?",
"options": [
{ "id": 1, "name": "Yes", "value": 1.5 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 1.5
},
{
"id": 12,
"tag": "TK4-12",
"category": "tokenomics",
"category_index": 1,
"name": "Locked Policy",
"question": "Is the token minting policy locked so that no changes can be made?",
"options": [
{ "id": 1, "name": "Yes", "value": 1.5 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 1.5
},
{
"id": 13,
"tag": "TK5-13",
"category": "tokenomics",
"category_index": 1,
"name": "Clear Use Case",
"question": "Do you clearly understand the use case after reading the whitepaper and reviewing website info?",
"options": [
{ "id": 1, "name": "Yes", "value": 2.0 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 2.0
},
{
"id": 14,
"tag": "TK6-14",
"category": "tokenomics",
"category_index": 1,
"name": "ISO Fee",
"question": "If the project utilizes an Initial Stake Offering, what is the percentage they charge?",
"options": [
{ "id": 1, "name": "0% to 3%", "value": 0.5 },
{ "id": 2, "name": ">3%", "value": 0.0 },
{ "id": 3, "name": "N/A", "value": 0.5 }
],
"max_score": 0.5
},
{
"id": 15,
"tag": "TK7-15",
"category": "tokenomics",
"category_index": 1,
"name": "Business Model",
"question": "Is the project an already existing business model or the first of its kind?",
"options": [
{ "id": 1, "name": "Existing", "value": 0.0 },
{ "id": 2, "name": "New", "value": 0.5 }
],
"max_score": 0.5
},
{
"id": 16,
"tag": "CT1-16",
"category": "community",
"category_index": 2,
"name": "Twitter",
"question": "How many followers does the project have on Twitter?",
"options": [
{ "id": 1, "name": "<1000", "value": 0.0 },
{ "id": 2, "name": "1000 to 5000", "value": 0.5 },
{ "id": 3, "name": ">5K", "value": 1.0 }
],
"max_score": 1.0
},
{
"id": 17,
"tag": "CT2-17",
"category": "community",
"category_index": 2,
"name": "Twitter Real Followers",
"question": "For the twitter account, does it appear to have actual followers or bots/paid followers?",
"options": [
{ "id": 1, "name": "Bots", "value": 0.0 },
{ "id": 2, "name": "Real", "value": 2.0 },
{ "id": 3, "name": "N/A", "value": 2.0 }
],
"max_score": 2.0
},
{
"id": 18,
"tag": "CT3-18",
"category": "community",
"category_index": 2,
"name": "Reddit",
"question": "How many subscribers does the project have on Reddit?",
"options": [
{ "id": 1, "name": "<1000", "value": 0.0 },
{ "id": 2, "name": ">1K", "value": 0.5 },
{ "id": 3, "name": "N/A", "value": 0.0 }
],
"max_score": 0.5
},
{
"id": 19,
"tag": "CT4-19",
"category": "community",
"category_index": 2,
"name": "Subreddit Activity",
"question": "For the subreddit, does it appear to have an active environment?",
"options": [
{ "id": 1, "name": "Yes", "value": 0.5 },
{ "id": 2, "name": "No", "value": 0.0 },
{ "id": 3, "name": "N/A", "value": 0.5 }
],
"max_score": 0.5
},
{
"id": 20,
"tag": "CT5-20",
"category": "community",
"category_index": 2,
"name": "Telegram",
"question": "How many subscribers does the project have on Telegram?",
"options": [
{ "id": 1, "name": "<1000", "value": 0.0 },
{ "id": 2, "name": ">1K", "value": 0.5 },
{ "id": 3, "name": "N/A", "value": 0.0 }
],
"max_score": 0.5
},
{
"id": 21,
"tag": "CT6-21",
"category": "community",
"category_index": 2,
"name": "Telegram Activity",
"question": "Does their Telegram appear to have an active environment?",
"options": [
{ "id": 1, "name": "Yes", "value": 0.5 },
{ "id": 2, "name": "No", "value": 0.0 },
{ "id": 3, "name": "N/A", "value": 0.5 }
],
"max_score": 0.5
},
{
"id": 22,
"tag": "CT7-22",
"category": "community",
"category_index": 2,
"name": "Discord",
"question": "How many members does the project have on discord?",
"options": [
{ "id": 1, "name": "<1000", "value": 0.0 },
{ "id": 2, "name": "1000 to 10K", "value": 0.5 },
{ "id": 3, "name": "10K+", "value": 1.0 },
{ "id": 4, "name": "N/A", "value": 0.0 }
],
"max_score": 1.0
},
{
"id": 23,
"tag": "CT8-23",
"category": "community",
"category_index": 2,
"name": "Discord Activity",
"question": "Does their Discord appear to have an active environment?",
"options": [
{ "id": 1, "name": "Yes", "value": 1.0 },
{ "id": 2, "name": "No", "value": 0.0 },
{ "id": 3, "name": "N/A", "value": 1.0 }
],
"max_score": 1.0
},
{
"id": 24,
"tag": "CT9-24",
"category": "community",
"category_index": 2,
"name": "Hodlers",
"question": "How many holders does the token have?",
"options": [
{ "id": 1, "name": "<1K", "value": 0.0 },
{ "id": 2, "name": ">1K", "value": 0.5 },
{ "id": 3, "name": "N/A", "value": 0.5 }
],
"max_score": 0.5
},
{
"id": 25,
"tag": "CT10-25",
"category": "community",
"category_index": 2,
"name": "Partnerships",
"question": "Do they have any official partnerships with other established projects?",
"options": [
{ "id": 1, "name": "Yes", "value": 1.0 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 1.0
},
{
"id": 26,
"tag": "CT11-26",
"category": "community",
"category_index": 2,
"name": "Ambassadors",
"question": "Do they have an official ambassador program?",
"options": [
{ "id": 1, "name": "Yes", "value": 0.5 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 0.5
},
{
"id": 27,
"tag": "CT12-27",
"category": "community",
"category_index": 2,
"name": "Banishment",
"question": "Does the project unfairly ban members from social media?",
"options": [
{ "id": 1, "name": "Yes", "value": 0.0 },
{ "id": 2, "name": "No", "value": 0.5 }
],
"max_score": 0.5
},
{
"id": 28,
"tag": "CT13-28",
"category": "community",
"category_index": 2,
"name": "Responsiveness",
"question": "Does the team respond to questions promptly and satisfactorily?",
"options": [
{ "id": 1, "name": "Yes", "value": 0.5 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 0.5
},
{
"id": 29,
"tag": "MT1-29",
"category": "trading_metrics",
"category_index": 3,
"name": "Fair Launch",
"question": "If the project has had its initial offering, (ISO, IDO, ICO, etc) was it a fair launch?",
"options": [
{ "id": 0, "name": "Doesn't apply", "value": 0.0 },
{ "id": 1, "name": "Yes", "value": 2.0 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 2.0
},
{
"id": 30,
"tag": "MT2-30",
"category": "trading_metrics",
"category_index": 3,
"name": "Market cap",
"question": "What is the current diluted market cap of the project?",
"options": [
{ "id": 0, "name": "Doesn't apply", "value": 0.0 },
{ "id": 1, "name": "<5 Million", "value": 0.0 },
{ "id": 2, "name": "5 to 10 Million", "value": 0.5 },
{ "id": 3, "name": "10 Million +", "value": 1.0 }
],
"max_score": 1.0
},
{
"id": 31,
"tag": "MT3-31",
"category": "trading_metrics",
"category_index": 3,
"name": "Volume",
"question": "What is the daily trading volume of the Token ?",
"options": [
{ "id": 0, "name": "Doesn't apply", "value": 0.0 },
{ "id": 1, "name": "<1 Thousand", "value": 0.0 },
{ "id": 2, "name": "1 Thousand to 50 Thousand", "value": 0.5 },
{ "id": 3, "name": "50 Thousand +", "value": 1.0 },
{ "id": 4, "name": "N/A", "value": 1.0 }
],
"max_score": 1.0
},
{
"id": 32,
"tag": "MT4-32",
"category": "trading_metrics",
"category_index": 3,
"name": "CEX",
"question": "Is the token listed on large centralized exchanges?",
"options": [
{ "id": 0, "name": "Doesn't apply", "value": 0.0 },
{ "id": 1, "name": "Yes", "value": 1.0 },
{ "id": 2, "name": "No", "value": 0.0 }
],
"max_score": 1.0
}
]