Key Processes

Wallet Activity Monitoring

The system monitors wallet activity through:

  • Transaction tracking

  • Balance change detection for multiple tokens.

  • Inactivity period tracking against configurable thresholds.

Rollback Process

The rollback process can operate in two modes:

  • Non-Randomized Mode:

    1. Identifies an inactive wallet based on the inactivity threshold.

    2. Transfers funds to the next wallet in the priority list.

    3. Marks the original wallet as obsolete.

    4. Updates statistics.

  • Randomized Mode:

    1. Identifies an inactive wallet.

    2. Uses a generated random number.

    3. Selects a random recipient wallet from the linked list.

    4. Transfers funds and updates records.

Voting System

The governance system supports two types of voting:

  • Obsolescence Voting: Allows admins to initiate a vote to mark a wallet as obsolete, requiring multiple approvals within a time-limited period.

  • Threshold Change Voting: Enables changes to inactivity thresholds, also requiring multi-signature approval and time constraints.

Last updated