0x
Priced in USDX · Settled on BNB Chain

The NFT marketplace where prices actually mean something

Every listing on 0xFactory is denominated in USDX, a dollar-pegged stablecoin. No guessing what a token was worth when it sold — a 250 USDX NFT costs 250 dollars, today and next month.

Non-custodial — you keep your NFT until it sellsSwap BNB, USDT or USDC to USDX in one click

One step left: deploy the contracts

The frontend is live, but no marketplace address is configured yet.

  1. 1

    Add your deployer key

    Copy contracts/.env.example to contracts/.env and set PRIVATE_KEY to a funded BNB Chain wallet. Use a fresh deployer wallet, not your main one.
  2. 2

    Deploy to BNB Chain

    cd contracts && npm run deploy:bsc
    Rehearse on testnet first with npm run deploy:testnet.
  3. 3

    Wire the addresses into the frontend

    The deploy script prints the exact lines to paste into web/.env.local, then restart the app.

The swap page works without this step — it trades against PancakeSwap pools that already exist on chain.