1. Scope & rules of engagement
This playbook describes conversion engineering: turning on-chain balances into bankable fiat with controlled risk of freeze, KYT flags, and operational leakage. It is an ops document for operator-owned flows and lab/cashout design under authorized engagement.
- Never deposit high-taint UTXOs/tokens straight into a KYC CEX.
- Never reuse the same deposit address family across unrelated sinks.
- Never document live sink keys / real bank coords in this public surface — redacted here; full secrets only in local vault.
- Prefer dry-run amounts (dust) before full size on a new path.
- One path change at a time — if something freezes, you need a clean blame line.
| Layer | Goal | Failure mode |
|---|---|---|
| Hygiene | Break heuristic linkage | Cluster still tagged |
| Venue | Swap crypto → fiat claim | Account lock / RFI |
| Landing | Bank or cash access | Wire reverse / SAR |
| OpSec | No identity leakage | KYC cross-match |
2. Decision tree
AMOUNT?
├─ < $2k USD
│ └─ P2P / card ramp / small CEX (if clean) → bank or cash
├─ $2k – $25k
│ └─ hygiene hop → mid CEX or OTC desk → staggered wire
├─ $25k – $150k
│ └─ multi-hop + OTC preferred · split landings · time buffer
└─ > $150k
└─ OTC-only primary · multi-entity landing · compliance story pre-built
TAINT?
├─ clean / own mint / CEX-withdraw history → short path OK
├─ mixed / unknown cluster → hygiene mandatory
└─ known high-risk (mixer-adjacent, exploit labels) → long hop + OTC, no retail CEX
“Taint” here means how a commercial KYT product or CEX risk engine is likely to score the funds, not a moral label. Score before you move.
3. Phase 0 — Assess
3.1 Inventory
- Chains, tokens, native balances, NFT dust (ignore or burn later).
- Wallet software: hot / hardware / multi-sig / CEX residual.
- Exact USD notionals at current mid; gas + bridge fee budget (2–8% depending on path).
3.2 Score taint (quick)
- Run address through 1–2 KYT UIs or APIs (see appendix).
- Check label exposure: stolen, sanctions, darknet, mixer, ransomware, gambling.
- Classify: clean mixed hot
3.3 Choose destination shape
- Bank wire — needs clean story + KYC identity.
- Cash / P2P — lower paper trail, higher street risk.
- Stablecoin park — intermediate; not fiat, but de-risks volatility.
- Card spend — virtual/physical crypto cards; good for burn, bad for large cashout.
4. Phase 1 — Consolidate & hygiene
4.1 Consolidation
- Sweep to a fresh ops intermediate wallet (hardware preferred for size).
- Do not consolidate unrelated hot clusters into one address if you want path diversity later.
- Leave dust if sweeping would link many source clusters unnecessarily.
4.2 Hygiene patterns (engineering)
| Pattern | What it does | Notes |
|---|---|---|
| Fresh receive | New address per hop | Baseline; never skip |
| DEX swap | Asset change (e.g. token → ETH → USDT) | Breaks simple token tracing; not enough alone if amount fingerprint unique |
| Bridge hop | L1 ↔ L2 or cross-chain | Different explorers / risk models; bridge contracts themselves are watched |
| CEX internal | Deposit → trade → withdraw other asset/chain | Only with clean enough funds; creates CEX paper trail |
| Time delay | Hours–days between hops | Breaks “burst campaign” heuristics |
| Amount reshape | Split / merge non-round sizes | Avoid 1.000000 / 10000.00 fingerprints |
5. Phase 2 — Hops & bridges
5.1 Preferred hop graph (generic)
source wallet(s)
→ intermediate A (same chain, swap to liquid major)
→ bridge to secondary chain (or L2)
→ intermediate B (swap again)
→ venue deposit address (unique)
5.2 Chain preferences (ops defaults)
- Liquidity majors: BTC, ETH, USDT/USDC, BNB, SOL, TRX.
- CEX-friendly stables: USDT (TRC20 / BEP20 / ERC20) — pick the network the venue expects.
- Avoid for large off-ramp: obscure low-liquidity tokens, unvetted bridges, “privacy coin → CEX” without OTC.
5.3 Bridge selection criteria
- Volume and age of bridge contract.
- Whether destination chain has liquid CEX/OTC.
- Historical exploit status (if bridge is under active incident → skip).
- Fee vs. size (don’t pay 4% to hop $800).
6. Phase 3 — Conversion venues
6.1 Venue matrix
| Venue | Best for | KYC | Freeze risk | Speed |
|---|---|---|---|---|
| Tier-1 CEX (Binance, Coinbase, Kraken, OKX, Bybit…) | Clean mid size, liquid pairs | Full | High if taint | Fast once cleared |
| Regional CEX | Local fiat rails | Full / lighter | Med–High | Varies |
| P2P (platform escrow or direct) | Small–mid, cash/local bank | Platform-dependent | Med (counterparty) | Hours |
| OTC desk | Large size, custom settlement | Usually full | Lower if relationship | Same day–T+2 |
| Crypto card | Spend / burn, not cashout | Light–full | Med | Instant spend |
| ATM / cash desk | Small physical cash | ID limits | Physical risk | Immediate |
6.2 CEX path (clean / mixed-clean)
- Use a long-lived KYC account with normal history if available — brand-new accounts + large deposit = review queue.
- Deposit only the reshaped asset/network the UI shows.
- Trade to the fiat pair or stable, then withdraw fiat via preferred rail.
- If deposit sits “under review” > SLA → do not spam support with contradictions; one clean narrative.
6.3 P2P path
- Prefer escrow platforms over raw Telegram meets for first contact.
- Match method: bank transfer / mobile money / cash — pick what your landing identity can receive without bounce.
- Split orders under platform soft limits; different counterparties.
- Record release only after irreversible fiat settlement (not “pending” bank status).
6.4 OTC path (preferred > ~$25k)
- RFQ with 2–3 desks; compare spread + settlement options (wire, USDT park, multi-currency).
- Share only the due-diligence pack they require — consistent story across desks.
- Settle in tranches if desk or bank prefers; never wire full size into an untested bank corridor.
6.5 What not to do at venues
- Deposit → instant full withdraw of same asset (pass-through flag).
- Round-trip mixer → CEX in < 1h with identical amounts.
- Login from high-risk IP/ASN right after large deposit.
- Change KYC name / bank beneficiary mid-flow.
7. Phase 4 — Fiat landing
7.1 Bank readiness
- Account aged and used for ordinary activity before large crypto-sourced wires.
- Beneficiary name matches KYC / OTC contract exactly.
- Know the bank’s crypto policy; some auto-RFI any exchange-tagged wire.
7.2 Narrative (when asked)
Prepare a one-paragraph source-of-funds story that matches the paper trail (exchange statements, OTC invoice, contract). Do not improvise per agent call.
7.3 Staggered landing
Week 0 dust test wire Week 1 10–20% tranche Week 2 30–40% tranche Week 3+ remainder if no RFI
7.4 Cash landing
- Limits, camera coverage, transport risk.
- Never schedule multi-counterparty cash meets from the same device identity pattern.
8. Sizing & timing
| Bucket | Notional | Suggested path | Time budget |
|---|---|---|---|
| Micro | < $2k | P2P or card; minimal hops | same day |
| Small | $2k–$10k | 1–2 hygiene hops → CEX/P2P | 1–3 days |
| Mid | $10k–$50k | Full hop graph → CEX or light OTC | 3–10 days |
| Large | $50k–$250k | OTC primary; multi-landing | 1–4 weeks |
| Whale | > $250k | Desk relationship + legal/tax frame | weeks–months |
9. KYT / chain analysis awareness
Commercial engines (Chainalysis, TRM, Elliptic, Merkle Science, etc.) score deposits for CEX/OTC. Your job is not to “beat math forever” — it is to avoid obvious high-risk features and keep scores below venue thresholds.
9.1 Features that raise scores
- Direct edges to labeled high-risk clusters.
- Peel-chain / mixer-like structures with known heuristics.
- Fresh wallet + large first deposit + fast exit.
- Reuse of addresses across many counterparties.
9.2 Features that help
- Interaction with major DEX pools and bridges over time.
- Non-unique amounts; organic fee patterns.
- Prior normal CEX history on the receiving account.
- Delay between hops.
9.3 Pre-deposit gate
- Score final hop address / tx pattern.
- If elevated → extra hop or route to OTC, not retail CEX.
- Dust-test deposit ($20–100) before main size on new venue accounts.
10. OpSec baseline
- Identity silos: KYC persona, banking, email, phone, device, residential story stay consistent within a silo and never cross-contaminate with another silo.
- Network: stable residential or clean VPS exit per silo; no Tor→CEX login right after deposit.
- Devices: dedicated browser profile / phone per silo; hardware wallet offline for large keys.
- Comms: OTC/P2P only on silo-matched accounts; no personal TG linked.
- Logging: private ops log (local) of txids, amounts, times, venues — needed for freeze response; never commit secrets to this site.
11. Quick runbooks
RB-1 · Micro (< $2k) — speed
- Swap to venue-preferred stable on a liquid DEX if needed.
- P2P escrow sell → local bank/mobile money or crypto card spend.
- Done. Log counterparty + receipt.
RB-2 · Mid ($10k–$50k) — balanced
- Sweep → intermediate A; swap to ETH or USDT; non-round size.
- Bridge once; wait ≥ 6–24h.
- Swap again on destination; send to CEX deposit (unique address).
- Dust-test if account/path new; then main deposit.
- Trade → fiat rail; 2–3 outbound tranches.
RB-3 · Large (> $50k) — OTC
- Hygiene hop to desk-agreed asset/chain.
- RFQ lock; send to desk deposit with memo/ref as specified.
- Settlement schedule in contract; first small wire validates corridor.
- Complete tranches; archive statements.
RB-4 · Hot / high-risk score
- Do not touch KYC retail CEX.
- Long hygiene graph + time; consider OTC that accepts higher risk (wider spread).
- If no acceptable desk → park in stables on self-custody and reassess; forcing a path is how freezes happen.
12. Freeze / incident response
- Stop movement on related addresses and accounts.
- Snapshot balances, open tickets, last txids, support chat.
- Single narrative for support — align with SoF docs.
- Do not open parallel accounts to “retry” the same funds while review is open (correlates harder).
- Legal threshold: if amount/legal exposure warrants counsel, escalate before more emails.
- Write postmortem into ops log: which heuristic likely fired; update this playbook.
13. Pre-flight checklist
14. Appendix — tools
| Class | Examples (public) | Use |
|---|---|---|
| Explorers | Etherscan, BscScan, Solscan, Tronscan, Mempool.space | Confirm hops, fees, finality |
| KYT / screening | Vendor UIs/APIs used by exchanges; free address checkers vary | Pre-deposit score |
| DEX / bridge | Major AMM frontends + established bridges | Asset + chain change |
| Price / sizing | CoinGecko, venue order books | Slippage budget |
| Ops log | Local encrypted notes / vault | IR + audit |
Venue names above are illustrative of market categories. Operator maintains the live allow-list of desks and accounts in private config — not on this host.