Documentation Index
Fetch the complete documentation index at: https://docs.ordsbot.com/llms.txt
Use this file to discover all available pages before exploring further.
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
| Type | How floor is measured |
|---|---|
ordinals | Satflow collection floor (sats per inscription) |
rune | Satflow order book floor or UniSat VWAP (sats per token) |
Bid Cycle Frequency
The default cycle interval is 30 seconds. You can customize this per task withloopSeconds. Lower values use more API quota.
| Setting | Value |
|---|---|
| Default interval | 30 seconds |
| API rate limit | 5 req/s, 10 burst |
| Bid expiry | 16 minutes (default) |