Bidder
Last updated
Last updated
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:
Property | Type | Description |
---|---|---|
Example
Depending on the endpoint some of the following optional properties may be included in the Bidder
entity:
The Bidder
entity has the following endpoints:
None
Property | Type | Description |
---|---|---|
Entity | Mapping property | Description |
---|---|---|
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
Bidder self-stake calculated as a sum of the bidder stake and the stakes of the affiliated accounts provided via the Casper Account Info Standard
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
account_info
Bidder account info provided by the account owner
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)
public_key
Auction bids are made by accounts
public_key
Bidders that were validators in the past have associated validator performance