↳ ship it

Go live in four steps.

You’ve cloned the repo or installed the package. Now you just need a key, a fee, and a deposit surface. Should take about five minutes.

  1. 01 · account

    Create a PMXT account.

    Sign in with email or wallet at pmxt.dev. Builders use the same account as traders — one login covers both surfaces.

  2. 02 · api key

    Grab a builder API key.

    Open the dashboard, mint a key, and put it on your server. Every widget on your site uses this key so routed orders are credited back to your account.

    Never ship the key to the browser. Keep it server-side; the demo proxies under apps/demo/app/api/pmxt show the pattern.

    Mint a key →
  3. 03 · builder mode

    Enable builder mode. Set your fee.

    Flip the switch in /dashboard and choose a fee (basis points on filled orders). The widgets pick it up automatically — no code change. You can tune it any time.

    Fees are credited to your PMXT balance in USDC.e and withdrawable from the same dashboard.

  4. 04 · funding

    Give your users a way to deposit.

    Trading real markets needs USDC.e in the PMXT escrow on Polygon. Drop in WalletPanel and your users get a connect → deposit → withdraw flow on your site — no custody, no extra backend.

    Funds live in the PMXT escrow smart contract. Withdrawals only ever go back to the user’s own wallet.

    See WalletPanel →

↳ this is what your users see

One widget covers deposit, balance, withdraw.

Connect prompts a wallet, deposits approve + send USDC.e to the PMXT escrow, withdrawals route back to the same address. Live on Polygon — try it.

PMXT wallet

Connect a Polygon wallet to deposit USDC into your PMXT escrow and fund trading.

once you’re live

Every fill credits your account.

fees

USDC.e on each fill

Builder fee accrues to your PMXT balance in real time. Withdrawable from the dashboard.

attribution

Per-order receipts

Every routed order tags your key. The dashboard shows source widget, venue, and outcome.

control

Change the fee any time

Bps is a single number in the dashboard. No redeploy, no key rotation.