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:
Identifies an inactive wallet based on the inactivity threshold.
Transfers funds to the next wallet in the priority list.
Marks the original wallet as obsolete.
Updates statistics.
Randomized Mode:
Identifies an inactive wallet.
Uses a generated random number.
Selects a random recipient wallet from the linked list.
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