# NodeZero - User and Service Profiles # , profiles: # Resident profile resident: type: "resident" requirements: - " address" - "Mesh identity" - "XMR wallet" benefits: - "Node voting rights" - "Discounted services" - "Staking rewards" staking: min_tokens: 100 max_tokens: 10000 reward_rate: 0.05 lockup_days: 30 # Business profile business: type: "merchant" categories: - "restaurants" - "retail" - "hotels" - "healthcare" - "education" - "tourism" - "transportation" requirements: - "Active business license" - "Mesh verification" - "XMR/CashNet capability" fees: onboarding_eur: 50 yearly_fee_eur: 100 transaction_fee_pct: 0.1 benefits: - "CashNet POS" - "On-chain receipts" - "Mesh verification badge" - "Treasury discounts" # Worker profile worker: type: "worker" categories: - "healthcare" - "hospitality" - "technology" - "trades" - "logistics" attestation_supported: true credential_types: - "skill" - "certification" - "license" - "badge" benefits: - "On-chain credentials" - "Job matching" - "CashNet payroll" - "Community voting" # Tourist profile tourist: type: "tourist" pass_types: "daily": duration_days: 1 price_btc: 1000 # 1000 satoshis features: ["rides", "wifi", "basic_services"] "weekly": duration_days: 7 price_btc: 6000 features: ["all_tourist_services", "rides", "wifi", "discovery"] "monthly": duration_days: 30 price_btc: 20000 features: ["all_services", "rides", "wifi", "discovery", "delivery"] # Provider profile provider: type: "service_provider" services: - "ride" - "housing" - "delivery" - "healthcare" - "education" requirements: - "Mesh identity" - "Service license" - "Minimum rating 4.0" # Node validator profile validator: type: "node_validator" requirements: - "Minimum stake 100 NFTZ" - "Node uptime >99%" - "Valid mesh certificate" rewards: staking_rate: 0.05 validation_fee: 2 bonus_multiplier: 1.2