tradeit.gg
← Back to Index

Architecture · ops.tradeit.gg

Tradeit.gg Domain Model

Contents


The vocabulary of the system — products, users, items, inventory types, games, and how they relate. Use to orient in any repo.

Why

Many repos use the same domain concepts with assumed shared understanding. This is the glossary.

How to apply

When a repo uses terms like "sinv", "float", "StatTrak", "veryGoodBots" without explanation — this is the reference.

Products

ProductDomainDescription
tradeit.ggMarketplaceCS2/TF2/Rust skin buy/sell/trade platform
lootbear.comRentalItem rental product (80M+ hours of user rentals)

Supported Games

Users

Items

An "item" is a virtual skin. Key attributes:

Inventory Types

NameRedis prefixDescription
Site inventorysinv:All items the site/bots have available for trade
Container/bot inventorycinv:Per-bot item holdings
Bot container datacontainers:*Bot metadata and state

OpenSearch holds the full searchable item catalog. Alias swap pattern for zero-downtime refresh (10-min cycle — confirmed via production crontab; see Production Cron Schedule).

Bots

Balance Model

Organization


ops.tradeit.gg — Internal Engineering Docs