explorer-data/src/ranks.yaml

166 lines
3.4 KiB
YAML
Raw Normal View History

2024-09-12 17:36:51 +02:00
- id: openess
name: Openess
references:
- field: team.teammembers
2024-09-17 09:02:17 +02:00
label:
name: Team
positive: Member
negative: Anonymous
condition:
2024-09-12 17:36:51 +02:00
minLength: 1
points: 10
- field: links.docs
2024-09-17 09:02:17 +02:00
label:
name: Documentation
positive: Link
negative: Not available
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 10
- field: links.github
2024-09-17 09:02:17 +02:00
label:
name: Github
positive: Link
negative: Not available
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 10
- field: links.twitter
2024-09-17 09:02:17 +02:00
label:
name: Twitter
positive: Link
negative: Not available
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 1
- field: links.telegram
2024-09-17 09:02:17 +02:00
label:
2024-10-03 12:20:08 +02:00
name: Telegram
2024-09-17 09:02:17 +02:00
positive: Link
negative: Not available
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 1
- field: links.discord
2024-09-17 09:02:17 +02:00
label:
name: Discord
positive: Link
negative: Not available
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 1
- field: links.lens
2024-09-17 09:02:17 +02:00
label:
name: Lens
positive: Link
negative: Not available
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 1
- field: links.farcaster
2024-09-17 09:02:17 +02:00
label:
name: Farcaster
positive: Link
negative: Not available
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 1
- field: links.whitepaper
2024-09-17 09:02:17 +02:00
label:
name: Whitepaper
positive: Link
negative: Not available
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 10
2024-09-16 19:43:18 +02:00
- field: funding.value
2024-09-17 09:02:17 +02:00
label:
name: Funding
positive: Investment
negative: Not available
condition:
2024-09-16 19:43:18 +02:00
exists: true
2024-09-12 17:36:51 +02:00
points: 10
- id: technology
name: Technology
references:
- field: project_status.mainnet
2024-09-17 09:02:17 +02:00
label:
name: Mainnet
positive: Yes
negative: No
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 10
- field: blockchain_features.opensource
2024-09-17 09:02:17 +02:00
label:
name: Open Source
positive: Yes
negative: No
condition:
2024-09-12 17:36:51 +02:00
equals: true
points: 20
- field: blockchain_features.asset_custody_type
2024-09-17 09:02:17 +02:00
label:
name: Non Custody
positive: None
negative: Custodial
condition:
2024-09-12 17:36:51 +02:00
equals: non-custody
points: 10
- field: blockchain_features.upgradability.enabled
2024-09-17 09:02:17 +02:00
label:
name: Upgradability
positive: Disabled
negative: Enabled
condition:
2024-09-12 17:36:51 +02:00
equals: false
points: 10
- field: audits
2024-09-17 09:02:17 +02:00
label:
name: Audits
positive: Audit
negative: None
condition:
2024-09-12 17:36:51 +02:00
minLength: 1
points: 10
- id: privacy
name: Privacy
references:
- field: privacy_policy.link
2024-09-17 09:02:17 +02:00
label:
name: Privacy Policy
positive: Link
negative: Not available
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 10
2024-09-20 12:20:27 +02:00
- field: tracebility.kyc
2024-09-17 09:02:17 +02:00
label:
name: KYC
positive: No
negative: Yes
condition:
2024-09-12 17:36:51 +02:00
equals: false
points: 10
- field: compliance
2024-09-17 09:02:17 +02:00
label:
name: Compliance
positive: ...
negative: No
condition:
exists: true
2024-09-12 17:36:51 +02:00
points: 5
- field: default_privacy
2024-09-17 09:02:17 +02:00
label:
name: Default Privacy
2024-09-17 09:02:17 +02:00
positive: YES
negative: No
condition:
2024-09-12 17:36:51 +02:00
equals: true
points: 10