XBOT Docs

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

LayerWhat it is
Steam accountThe account that owns the balance, the inventory, the orders and the listings.
WorkerThe process signed into that Steam account. It performs every Steam call the bot asks for.
Market BotThe trading logic bound to one Steam account. Off by default, switched on per bot.
Item groupA set of items that share one configuration. All trading settings live here.
ItemA 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

On this page