Creating a Store Page
A Store Page is where you actually sell your games. It bundles one or more games together at a Bitcoin price.
Step-by-Step
1. Navigate to Store Pages
Go to Store Pages (/seller/store-pages) and click Create.
2. Configure Your Store Page
| Field | Required | Description |
|---|---|---|
| Title | Yes | Display name for the listing |
| Slug | Yes | URL path — your page will be at /pages/{slug} |
| Description | No | Short description |
| Games | Yes | Select one or more of your games to include |
| Price (sats) | Yes | Net price in satoshis |
| Payment Destination | Yes | Which wallet receives payments |
| Delivery Mode | Yes | Download or HTML Playable |
3. Optional Settings
| Setting | Description |
|---|---|
| VAT | Enable VAT and set the percentage |
| Invoices | Send invoices to buyers after purchase |
| Anonymous Sales | Allow purchases without an account |
| Lightning | Enable Lightning payments (requires a Lightning wallet) |
| Logo | Upload a 256×256 PNG logo |
| Opens At / Closes At | Schedule when the page opens/closes |
| Preview Token | Share a secret link to preview before opening |
4. Save
Click Save to create the store page in Closed state.
Store Page States
| State | Description |
|---|---|
| Closed | Not visible to anyone |
| Preview | Visible only with the preview token (/pages/{slug}?token=...) |
| Open | Publicly visible and purchasable |
Opening Your Store
- Edit your store page
- Change the state to Open
- Your page is now live on the storefront!
You can also schedule an open date — the page will automatically become available at OpensAtUtc.
Pricing
- Set your price in satoshis (net, before VAT)
- The fiat equivalent is shown to buyers using real-time BTC exchange rates (via CoinGecko)
- If VAT is enabled, the gross price is calculated automatically
Multiple Games (Bundles)
A store page can include multiple games. When a buyer purchases:
- They get access to all games in the bundle
- Each game becomes a separate OrderItem in the order
Preview Sharing
Before opening, share your preview link with testers:
https://your-site.com/pages/{slug}?token={previewToken}Next Steps
- Add rich content to your store page
- Enable Lightning for instant payments
- Generate game codes for promotions