Āut Labs
  • Āut Labs
  • The Āutonomy Matrix
  • $AUT Token
  • 🎯What is Āut Labs
    • Intro & History
    • Problem & Solution
    • The Āutonomy Matrix
    • Product Suite
  • ♟️Core Concepts
    • ĀutID
    • Hub
    • Roles
    • Tasks & Contributions
    • Prestige
    • Member <> Hub bond
    • Commitment Level
    • Participation Score
    • Peer Value
  • 💻For Devs
    • Deployed Contracts
      • ĀutID
      • Hub
      • Tasks
      • Participation Score
      • Miscellaneous
    • Integrate dĀut (Web Component)
      • For Angular
      • For Vue.js
      • For React
    • SDK
  • 🎳Product Suite
    • Launchpad
    • HubOS
    • d-Āut
    • Explorer
    • ĀutOS
Powered by GitBook
LogoLogo

PARTICIPATE

  • Website
  • ĀutOS
  • Hub Explorer

© Āut Labs 2025

On this page
  1. For Devs
  2. Deployed Contracts

Participation Score

ParticipationScore.sol

The ParticipationScore contract calculates and manages participation scores for hub members.

Key Functions:

  • calcPerformanceInPeriod(address who, uint32 period): Calculates the performance score for a member in a given period.

  • writeMemberActivity(address who): Writes the historical activity score for a member.

Important Concepts:

  • Performance is calculated based on commitment level and points given.

  • Uses constraint and penalty factors in score calculations.

PreviousTasksNextMiscellaneous

Last updated 3 months ago

💻