http://www.mobr.ai/ontologies/ponto#VestingLockType
A lock type that can be applied by the sender of tokens through a 'vested transfer'. These tokens are received locked, and unlock over a period of time, usually in small increments. Vesting tokens unlock based on a vesting schedule and are considered lazy payouts, but they can be used for any other action that introduces a lock.
Instances of ponto:VestingLockType can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
ponto:VestingLockType a owl:Class ;
rdfs:label "Vesting Lock Type" ;
rdfs:comment "A lock type that can be applied by the sender of tokens through a 'vested transfer'. These tokens are received locked, and unlock over a period of time, usually in small increments. Vesting tokens unlock based on a vesting schedule and are considered lazy payouts, but they can be used for any other action that introduces a lock." ;
rdfs:subClassOf ponto:LockType .