# Create Listing

Renders the seller-facing form by setting `data.mode: "create"`. The form's starting-price field uses `conf_comp.minBid` (100) as its minimum and placeholder, and the duration field uses `conf_comp.maxDuration` (24) as its max, so the inputs advertise the auction-house rules. Submitting the form dispatches the `xwui-auction-create` event with the entered field values.
