ponto:Crowdloan leaf node


URI

http://www.mobr.ai/ontologies/ponto#Crowdloan

Label

Crowdloan

Description

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.

Superclasses (1)

Usage

Instances of ponto:Crowdloan can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@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 .