http://www.mobr.ai/ontologies/ponto#Oversubscribed
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.
Instances of ponto:Oversubscribed 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: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 .