Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Token Vesting Contracts #53

Open
raduciobanu22 opened this issue Dec 11, 2024 · 6 comments · May be fixed by #56
Open

Implement Token Vesting Contracts #53

raduciobanu22 opened this issue Dec 11, 2024 · 6 comments · May be fixed by #56
Assignees
Labels

Comments

@raduciobanu22
Copy link
Collaborator

Objective
The objective is to implement a comprehensive set of contracts that handles token vesting with configurable parameters and robust security features.

References
OpenZeppelin Vesting: https://docs.openzeppelin.com/contracts/5.x/api/finance#VestingWallet

Scope of Work
Implement contracts that cover the following key vesting components:

  1. Vesting Schedule Management
  • Support for linear and cliff vesting schedules
  • Configurable vesting duration and start time
  • Multiple beneficiary management
  • Schedule modification capabilities for authorized addresses
  1. Token Release Mechanism
  • Automated calculation of releasable amounts
  • Manual and automatic release functions
  • Proper handling of partial releases
  1. Administrative Controls
  • Schedule creation and modification rights
  • Emergency pause/resume functionality
  • Beneficiary management (add/remove/modify)
  • Revocation capabilities with proper access control
  1. Tracking and Reporting
  • Real-time vesting progress tracking
  • Released and unreleased balance calculation
  • Comprehensive event emission for off-chain tracking
  • Schedule query functions for beneficiaries

Requirements

  • Implementation must be gas-efficient and secure against manipulation
  • Contracts should handle edge cases (e.g., revocation mid-vesting)
  • Comprehensive test suite covering all vesting scenarios
  • Integration with existing token standards
@JoE11-y
Copy link

JoE11-y commented Dec 12, 2024

Would love to take this on.

@raduciobanu22
Copy link
Collaborator Author

Would love to take this on.

Awesome, assigned it to you!

@estherbreath
Copy link

Could you give me the opportunity of working on this issue, please?

@Ndifreke000
Copy link

Could I take over this issue?

@Akshola00
Copy link

Hello, I’m Akinshola Akinniyi, a smart contract developer experienced in creating secure token contracts. I can efficiently implement a set of contracts for managing token vesting, including both linear and cliff schedules with customizable durations and start times.

The token release will be automated, with both manual and automatic functions for partial releases. Administrative features will allow for schedule creation and modification, emergency pause/resume options, and beneficiary management with controlled access.

I will ensure the implementation is gas-efficient and secure, addressing edge cases like mid-vesting revocation. A thorough test suite will be created to cover all scenarios.
ETA 1 DAY

Please assign me this task; I look forward to contributing!

@mimisavage
Copy link

Could I try solving this?

@JoE11-y JoE11-y linked a pull request Dec 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants