http://www.mobr.ai/ontologies/ponto#Crowdloan
A mechanism for potential parachains to temporarily source tokens to win an auction for a parachain slot. Tokens gathered in this way are programmatically returned to the lender after the lease period is over or the crowdloan period ends.
Instances of ponto:Crowdloan 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:Crowdloan a owl:Class ;
rdfs:label "Crowdloan" ;
rdfs:comment "A mechanism for potential parachains to temporarily source tokens to win an auction for a parachain slot. Tokens gathered in this way are programmatically returned to the lender after the lease period is over or the crowdloan period ends." ;
rdfs:subClassOf ponto:Component .