How Bidding Works
The OrdsBot bidding engine runs as a background worker for each active task. Every cycle (default 30 seconds) it:Bid Types
Collection Bids (default)
Bid on any item in a collection. The floor price for the collection is fetched from Satflow’s API and used as the price reference.Trait Bids
Bid on items with a specific trait (e.g.Background: Gold). Trait bids ignore the collection floor as the reference — instead you set your own fixed or percent range.
Trait bids require fetching the collection’s trait data. OrdsBot caches this automatically when you create a trait task.
Supported Asset Types
Bid Cycle Frequency
The default cycle interval is 30 seconds. You can customize this per task withloopSeconds. Lower values use more API quota.