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

Document Vesting curves invariants #1308

Open
ericnordelo opened this issue Jan 20, 2025 · 0 comments
Open

Document Vesting curves invariants #1308

ericnordelo opened this issue Jan 20, 2025 · 0 comments
Assignees
Milestone

Comments

@ericnordelo
Copy link
Member

The Vesting component allows developers to implement custom vesting schedules by defining their own logic through the VestingScheduleTrait. While this provides flexibility, it does not prevent developers from creating schedules that could interact poorly with permissionless deposits. For example, if a vesting curve fails to satisfy the property vested_t(allocation) + x < vested_t(allocation + x), a beneficiary could accelerate their vesting by depositing additional funds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants