explorer-data/src/ranks.yaml

146 lines
3.1 KiB
YAML
Raw Normal View History

2024-09-12 17:36:51 +02:00
- id: openess
name: Openess
references:
- field: team.teammembers
label: Team
positive: 'Member'
negative: 'Anonymous'
condition:
2024-09-12 17:36:51 +02:00
minLength: 1
points: 10
- field: links.docs
label: Documentation
positive: 'Link'
negative: 'Not available'
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 10
- field: links.github
label: Github
positive: 'Link'
negative: 'Not available'
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 10
- field: links.twitter
label: Twitter
positive: 'Link'
negative: 'Not available'
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 1
- field: links.telegram
label: Telegram
positive: 'Link'
negative: 'Not available'
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 1
- field: links.discord
label: Discord
positive: 'Link'
negative: 'Not available'
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 1
- field: links.lens
label: Lens
positive: 'Link'
negative: 'Not available'
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 1
- field: links.farcaster
label: Farcaster
positive: 'Link'
negative: 'Not available'
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 1
- field: links.whitepaper
label: 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
label: 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
label: Mainnet
positive: 'Yes'
negative: 'No'
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 10
- field: blockchain_features.opensource
label: 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
label: 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
label: Upgradability
positive: 'Disabled'
negative: 'Enabled'
condition:
2024-09-12 17:36:51 +02:00
equals: false
points: 10
- field: audits
label: 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
label: Privacy Policy
positive: 'Link'
negative: 'Not available'
condition:
2024-09-12 17:36:51 +02:00
exists: true
points: 10
- field: traceability.kyc
label: KYC
positive: 'No'
negative: 'Yes'
condition:
2024-09-12 17:36:51 +02:00
equals: false
points: 10
- field: compliance
label: Compliance
positive: 'No'
negative: 'OFAC'
condition:
2024-09-12 17:36:51 +02:00
equals: true
points: 5
- field: default_privacy
label: Default Privacy
positive: 'YES'
negative: 'No'
condition:
2024-09-12 17:36:51 +02:00
equals: true
points: 10