The maker network
TestnetSwap is an open protocol: anyone can run a maker and join. Swaps stay non-custodial, so a maker can never take your coins, only decline or stall (then you refund). Pick a maker below and swap, or run your own.
Be your own maker
Run the daemon
The maker is a small Node service (AGPL-3.0). Fund it from CypherFaucet, point it at the relay, and it registers itself with an ed25519 identity derived from your seed.
Join the network
Print your maker id with node src/main.js maker-id, then open a join request. The operator adds it to the relay's allow-list and you show up here for takers to swap through. Prefer full independence? Run your own relay + site; it's all AGPL.
Trust model
A maker's identity is verified by the relay; its rates, liquidity and swap counts are self-reported (shown but not trusted). Those counts are operational info, not a reputation score: most non-completions are taker-side (never funded, or closed the tab) or chain timing, and a refund is a safe outcome, not a maker failure. A ✓ Vouched badge means the relay operator has confirmed that maker's identity (a label no maker can self-claim), not endorsed it. It is never a safety guarantee: your safety never depends on the maker, because every swap is verified on-chain by your own browser. See the network spec.