Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Configuration & ConfigIds · Boson Protocol
Skip to content

Configuration & ConfigIds

Every widget takes a configId that selects the deployment (env × chain × index). For the format and full list, see Concepts → Networks & ConfigIds.

Picking a ConfigId

<!-- Polygon mainnet -->
data-config-id="production-137-0"
 
<!-- Base mainnet -->
data-config-id="production-8453-0"
 
<!-- Base Sepolia testnet -->
data-config-id="staging-84532-0"

Match it to your seller / offer's chain. Cross-chain widgets don't exist — one widget instance, one chain.

Other commonly-set attributes

AttributeEffect
data-accountRestrict to one wallet address
data-look-and-feel"modal" (default) or "regular"
data-modal-marginMargin around the modal in CSS units
data-postback-urlServer URL to receive lifecycle events
data-theme-overridesJSON string of CSS variable overrides

Full set: Reference → Widget URL params.

Next