Introduction
What XBOT is and where to start.
XBOT automates trading on the Steam Community Market: it places buy orders, lists items for sale, re-prices them, and keeps every Steam account it drives under one dashboard.
How the product is put together
| Layer | What it is |
|---|---|
| Steam account | The account that owns the balance, the inventory, the orders and the listings. |
| Worker | The process signed into that Steam account. It performs every Steam call the bot asks for. |
| Market Bot | The trading logic bound to one Steam account. Off by default, switched on per bot. |
| Item group | A set of items that share one configuration. All trading settings live here. |
| Item | A single market_hash_name. Carries its own prices, quantity and buy/sell switches. |
A bot without an enabled group trades nothing; a group without items trades nothing. Settings are never global — two groups inside the same bot can run completely different strategies.
Start here
Worker
Cloud or self-hosted — the process that executes every Steam call.
Market Bot overview
The bot page, groups, items and the trading loop.
Group settings
Every setting in the group panel, what it does and its default.
Pricing algorithms
How buy and sell prices are derived from Steam price history.
Items and bulk actions
Per-item controls, mass edits and item management.