1_general_forum/currency-ledger/policies/credit-rates.yml

46 lines
1.8 KiB
YAML

# Smartup Credits (SC) Rate Structure
# 1 SC = 1 EUR claim on treasury
# Updated: 2025-01-15
# Standard Task Rates
task_rates:
small_task: 25 # 1-2 hours work
medium_task: 50 # 3-4 hours work
large_task: 100 # 5-8 hours work
complex_task: 200 # 1-2 days work
# ADM Triangle Split (Attacker/Defender Model)
adm_split:
attacker_percentage: 90 # Senior contributor doing main work
defender_percentage: 10 # Junior contributor learning + reviewing
midfielder_percentage: 0 # Engelbot handles automatically
# Founding Work Audit Rates (Retroactive)
founding_work_rates:
research_hour: 25 # Historical R&D and investigation
planning_hour: 25 # Business plan and strategy creation
coding_hour: 30 # Technical development and prototyping
writing_hour: 20 # Documentation and content creation
governance_hour: 25 # Smartup model design and legal setup
# Special Contribution Rates
special_rates:
team_captain_monthly: 100 # Monthly leadership bonus
mission_leader_bonus: 50 # Per completed objective
emergency_fix: 150 # Critical bug fixes
community_building: 75 # Outreach and recruitment
# Phase-Based Multipliers
phase_multipliers:
validation: 1.0 # Standard rates during proof phase
design: 1.1 # 10% bonus during intensive design
production: 1.2 # 20% bonus during crunch time
organization: 1.0 # Back to standard for stable operations
# Treasury Protection Rules
treasury_rules:
max_outstanding_multiplier: 3 # Outstanding SC ≤ 3x cash treasury
founding_work_cap: 10000 # Maximum retroactive SC for entrepreneur
daily_mint_limit: 500 # Max SC mintable per person per day
requires_defender_approval: true