↳ ship it
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.
01 · account
Sign in with email or wallet at pmxt.dev. Builders use the same account as traders — one login covers both surfaces.
02 · 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.
03 · builder mode
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.
04 · funding
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.
↳ this is what your users see
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.
Connect a Polygon wallet to deposit USDC into your PMXT escrow and fund trading.
once you’re live
fees
Builder fee accrues to your PMXT balance in real time. Withdrawable from the dashboard.
attribution
Every routed order tags your key. The dashboard shows source widget, venue, and outcome.
control
Bps is a single number in the dashboard. No redeploy, no key rotation.