Bidder
The Bidder
entity represents an account participating in the auction to become a Validator for the era after the next one. It has the same properties as the Validator entity, with the network share value being projected instead of actual.
The Bidder
entity has the following properties:
rank
uint8
Projected validator rank based on total bid amount
era_id
uint32
Auction era identifier
public_key
string(68)
Bidder account public key represented as a hexadecimal string
is_active
bool
Describes whether the bidder is active or not
fee
float32
Percentage of the rewards the bidder will retain for its services once becomes a validator
delegators_number
uint64
Number of delegators staked to the bidder
bid_amount
uint64
Amount of bidder bid stake
delegators_stake
uint64
Cumulative stake of all delegators
total_stake
uint64
Total bidder stake. The sum of the self-stake and the delegator stakes.
self_stake
uint64
self_share
float32
Percentage of the bidder's self-stake to its total stake
network_share
float32
Projected network stake share if the bidder becomes a validator
Example
Optional properties
Depending on the endpoint some of the following optional properties may be included in the Bidder
entity:
account_info
centralized_account_info
cspr_name
string
Primary CSPR.name of the account
average_performance
Moving average of validator performance based on the received rewards over the past 360 eras (approximately one month)
Relations
public_key
Auction bids are made by accounts
public_key
Bidders that were validators in the past have associated validator performance
Endpoints
The Bidder
entity has the following endpoints:
Relation endpoints
None
Last updated