Initialize
The Trade System package auto-bootstraps when it is installed into your experience. You do not need to require TradeServer or call an init function manually.
Inventory Adapter
The Inventory Adapter is the core interface between a player’s in-game data and the trading system. It acts as the bridge that allows the trade plugin to safely read, lock, move, and commit items across player inventories, regardless of how the underlying data is stored.
Custom UI
Use ReplicatedStorage.Traderie.TradeSystem.Client when you want Traderie to handle trade requests, offers, escrow, rollback, commit, and recovery, but you want to build your own UI.
Trade UI
The Traderie Trade UI package adds a first-party interface for the Trade System. It is optional: you can use the headless Trade System directly, use Traderie's UI, or replace the UI adapter to connect the interface to your own backend.