Skip to main content

Overview

When an employee leaves or a grant needs to be cancelled, you can terminate their grants. Termination recalculates the vesting schedule — only tokens that have vested up to the termination date remain; future vestings are cancelled.

Terminating a Single Grant

1

Navigate to the grant

Go to Grants and find the grant to terminate.
2

Click Terminate

Open the grant detail and click Terminate Grant.
3

Set the termination date

Choose the effective termination date. Vestings after this date will be cancelled.
4

Confirm

Review the impact and confirm. The grant status changes to TERMINATED.
API: Use Terminate Grant with the grantID and terminationDate.

Terminating All Grants for an Employee

When an employee leaves, terminate all their active grants at once:
API: Use Terminate Employee Grants with the externalEmployeeID and terminationDate. If grantIDs is omitted, all active grants are terminated.
Response:

Bulk Termination

Terminate specific grants across multiple employees:
API: Use Terminate Grants (Bulk) with an array of grantIDs and terminationDate.

Reverting a Termination

Made a mistake? Revert a termination to restore the grant to its previous status and regenerate future vestings.
1

Find the terminated grant

Filter grants by status TERMINATED.
2

Click Revert

Open the grant and click Revert Termination.
3

Confirm

The grant returns to its pre-termination status with vestings regenerated.

Revert via API

Single grant:
All grants for an employee:

Grant Status After Termination


Terminate Grant

Terminate a single grant

Terminate Employee Grants

Terminate all grants for an employee

Revert Termination

Undo a termination

Revert Employee Grants

Bulk revert for an employee