Bidding Models
Information about bidding models for debt and surplus auction keepers
bin/auction-keeper --model '../my-bidding-model.sh' [...]Pass the auction status to each bidding model
{"id": "6", "surplus_auction_house": "0xf0afc3108bb8f196cf8d076c8c4877a4c53d4e7c", "bid_amount": "7.142857142857142857", "amount_to_sell": "10000.000000000000000000", "bid_increase": "1.050000000000000000", "high_bidder": "0x00531a10c4fbd906313768d277585292aa7c923a", "block_time": 1530530620, "bid_expiry": 1530541420, "auction_deadline": 1531135256, "price": "1400.000000000000000028"}Processing each bidding model output and submitting bids
Sample model output for a debt auction bidding model
Sample model output for a surplus auction bidding model
Simplest possible bidding model
Collateral bidding models
Other bidding models
Last updated
Was this helpful?