Active Program $5,000 flat · validated critical P2P · Escrow · APIs · disputes · full mesh

LocalCoinSwap (localcoinswap.com) Bug Bounty: $5,000 Each Validated Critical — Full Scope, Kill Chain Required

LocalCoinSwap at https://localcoinswap.com/ operates as a P2P cryptocurrency exchange with integrated escrow: trade listings, offer books, deposit holds, release arbitration, dispute resolution, chat mediation, API automation, admin consoles — the entire LocalCoinSwap-operated perimeter is in-scope with no artificial carve-out appendix. Every confirmed critical validated with a reproducible exploitation chain pays exactly $5,000 USD.

BountyHunter Editorial
May 23, 2026 ·
#LocalCoinSwap #localcoinswap.com #P2P #BugBounty
$5,000per critical
Full scopeno carve-outs
Chain + PoCkill chain · attack succeeds
01 — Overview

P2P exchange & escrow surfaces

LocalCoinSwap concentrates peer-to-peer crypto trading: trade listings, escrow deposits, release authorization, dispute arbitration, fee accounting, chat mediation, and API automation — fertile ground for escrow theft, unauthorized release, dispute manipulation. Each critical earns $5,000.

As a P2P exchange, LocalCoinSwap holds funds in escrow for every trade — deposit tagging, hold ledger, release triggers, dispute overrides, fee splits — every link in that chain is a bounty-relevant attack surface. In scope materially: every host under localcoinswap.com and subdomains for trading, APIs, chat mediation, admin consoles, dispute automation.
Civil exclusions only: theft-as-a-service against counterparties, harassment — society-level bans.

02 — Why this matters

Why pressure-test LocalCoinSwap?

Flat $5K critical payouts

Validated critical exploits earn exactly $5,000 USD.

Full-scope boundary

Every endpoint LocalCoinSwap operates is in-scope.

Real custody risk

Holds P2P escrow funds — every vulnerability that lets funds escape is a critical.

03 — Reward

The critical reward benchmark

$5,000USD per validated critical
  • Flat rate — no haggling over severity tags
  • Payable on kill chain + successful attack reproduction
  • First qualified PoC wins
04 — Scope

What's in scope

TargetCategoryReward
localcoinswap.com, subdomains, web UIWeb$5,000 / validated bug
P2P trade & escrow APIsBackend$5,000 / validated bug
Escrow hold ledger · release triggersCustody$5,000 / validated bug
Dispute arbitration · admin overridesOps$5,000 / validated bug
05 — Full Scope Policy

Everything LocalCoinSwap operates — no exclusions list

Sandbox escrow environments, canary wallets, Telegram/bot hooks, partner APIs fronted by LocalCoinSwap — all eligible.

  • Vanity domains CNAME'd into LocalCoinSwap edge
  • Escrow SDKs or bookmarklets shipped to traders
  • On-ramp callbacks verified with LocalCoinSwap secrets
06 — Rules

Rules of engagement

  1. Prove exploitation success. Provide scripts, HARs, parallel request captures.
  2. Number your hops. Session/API primitive → escrow integrity break.
  3. Minimize real-user blast radius. Prefer mirrors.
  4. Private coordination first. Use official intake on localcoinswap.com.
  5. Duplicate fairness. First qualifying PoC wins.
07 — Submit

How to submit a report

Use the security disclosure contact on https://localcoinswap.com/ (security@localcoinswap.comverify on the live site).

  1. Summary and type of vulnerability
  2. Numbered kill chain from entry to impact
  3. Proof of successful exploitation
08 — Example

Escrow release race · parallel request logs

Illustrative race on escrow release + dispute check — worthless without captures on localcoinswap.com.

TypeScript — Escrow Release Handler
// BUGGY: TOCTOU race — dispute check and release are not atomic
async function releaseEscrow(tradeId: string) {
  const trade = await db.getTrade(tradeId);
  if (trade.status !== 'held') throw new Error('invalid state');
  const isDisputed = await db.hasActiveDispute(tradeId);
  if (isDisputed) throw new Error('disputed');
  await wallet.send(trade.buyerAddress, trade.amount);
  await db.updateTrade(tradeId, { status: 'released' });
}
09 — FAQ

Frequently asked questions

Is localcoinswap.com fully in scope?

Yes. Any host or subdomain LocalCoinSwap operates is in scope.

What qualifies as a critical?

Escrow bypass, unauthorized release, dispute manipulation, or admin account takeover.

Ready to probe LocalCoinSwap?

Find a critical? $5,000 is waiting.

Start at localcoinswap.com