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

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

HodlHodl at https://hodlhodl.com/ operates as a global P2P Bitcoin exchange using multisig escrow: trade listings, offer books, 2-of-3 multisig deposit holds, release authorization, dispute arbitration, chat mediation, API automation, admin consoles — the entire HodlHodl-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 ·
#HodlHodl #hodlhodl.com #P2P #BugBounty
$5,000per critical
Full scopeno carve-outs
Chain + PoCkill chain · attack succeeds
01 — Overview

Multisig escrow & P2P Bitcoin surfaces

HodlHodl concentrates peer-to-peer Bitcoin trading with 2-of-3 multisig escrow: trade listings, multisig address generation, deposit confirmation, release authorization, dispute arbitration, fee accounting, chat mediation — fertile ground for multisig key theft, escrow bypass, dispute manipulation, coin stealing via signature replay. Each critical earns $5,000.

As a non-custodial P2P exchange, HodlHodl uses multisig where the platform holds one key, buyer one key, seller one key — 2 of 3 signatures release funds. Any bug that lets an attacker forge, steal, or bypass a signature requirement is a direct critical. In scope materially: every host under hodlhodl.com and subdomains for trading, APIs, chat, dispute panels, admin consoles, wallet infrastructure.
Civil exclusions only: theft-as-a-service against counterparties, harassment.

02 — Why this matters

Why pressure-test HodlHodl?

Flat $5K critical payouts

Validated critical exploits earn exactly $5,000 USD.

Full-scope boundary

Every endpoint HodlHodl operates is in-scope.

Multisig risk

2-of-3 escrow means a single key leak or signature logic bug unlocks real Bitcoin. Every such vulnerability is a critical.

03 — Reward

The critical reward benchmark

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

What's in scope

TargetCategoryReward
hodlhodl.com, subdomains, web UIWeb$5,000 / validated bug
P2P trade & multisig escrow APIsBackend$5,000 / validated bug
Multisig key management · signature verificationCrypto$5,000 / validated bug
Dispute arbitration · admin overridesOps$5,000 / validated bug
05 — Full Scope Policy

Everything HodlHodl operates — no exclusions list

Sandbox multisig environments, Telegram/bot hooks, API integrations — all eligible.

  • Vanity domains CNAME'd into HodlHodl edge
  • Multisig SDKs or scripts HodlHodl ships to traders
  • On-ramp/off-ramp callbacks verified with HodlHodl secrets
06 — Rules

Rules of engagement

  1. Prove exploitation success. Provide scripts, HARs, signature traces.
  2. Number your hops. Entry → multisig bypass → BTC loss.
  3. Minimize real-user blast radius. Prefer testnet/mirrors.
  4. Private coordination first. Use official intake on hodlhodl.com.
  5. Duplicate fairness. First qualifying PoC wins.
07 — Submit

How to submit a report

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

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

Multisig signature replay · show parallel signatures

Illustrative signature reuse across trades — worthless without on-chain evidence on hodlhodl.com.

TypeScript — Multisig Release Handler
// BUGGY: signature not bound to trade ID — can be replayed across trades
function verifyAndRelease(tradeId: string, sig: string, pubKey: string) {
  const tx = db.getReleaseTx(tradeId);
  const valid = bitcoin.verifySignature(tx.toHex(), sig, pubKey);
  // Missing: check nonce/tradeId in signed message!
  if (!valid) throw new Error('invalid sig');
  await broadcast.send(tx); // Re-used signature releases different trade's BTC
}
09 — FAQ

Frequently asked questions

Is hodlhodl.com fully in scope?

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

What qualifies as a critical?

Multisig key theft, signature bypass, escrow release without 2-of-3, dispute manipulation, admin takeover.

Can I test on mainnet?

Prefer testnet. If mainnet is unavoidable, use minimal amounts and document every step.

Ready to probe HodlHodl's multisig escrow?

Find a critical? $5,000 is waiting.

Start at hodlhodl.com