ponto:Oversubscribed leaf node


URI

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

Label

Oversubscribed

Description

If more than the maximum number of nominators nominate the same validator, it is 'oversubscribed', and only the top staked nominators (ranked by the amount of stake, up to the maximum number of nominators) are paid rewards. Other nominators will receive no rewards for that era. The current maximum number of nominators is 512 on Polkadot, but it can be modified via governance.

Usage

Instances of ponto:Oversubscribed 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:Oversubscribed a owl:Class ;
    rdfs:label "Oversubscribed" ;
    rdfs:comment "If more than the maximum number of nominators nominate the same validator, it is 'oversubscribed', and only the top staked nominators (ranked by the amount of stake, up to the maximum number of nominators) are paid rewards. Other nominators will receive no rewards for that era. The current maximum number of nominators is 512 on Polkadot, but it can be modified via governance." ;
    rdfs:subClassOf owl:Thing .