You need the release artifact for your kit (from fulfillment email or your download path), the required credentials or venue keys, and the ability to complete the shipped env template before dry-run passes.
Tooling
Some kits assume Node 20+ and a supported package manager. Use the exact versions and commands in your artifact README when they differ from the examples below.
Knowledge
Comfort with env-based configuration, process supervision, and reading audit trails before live capital is expected. If you are new to Polymarket-class CLOB automation, read the Polymarket bots guide for positioning and vocabulary.
From the kit directory, install dependencies and run a profile dry-run. Use the package manager your artifact README recommends; npm and pnpm are both common.
npminstallnpmrundry-run----profile=default
With pnpm, use pnpm install and pnpm run dry-run -- --profile=default instead.
Review the audit trail before enabling live routing. The commercial path is artifact download → env configuration → validation → deployment.