01. Identity Isolation
The foundation of operational security is strict compartmentalization. Total separation between your real-life identity and your Tor network persona is non-negotiable.
- Never mix identities: Do not use handles, usernames, or email addresses that have ever been utilized on the clearnet.
- No credential reuse: Passwords must be completely unique, randomly generated, and managed securely.
- Zero personal data: Never distribute personal contact information under any circumstances. Overlapping communication channels destroys anonymity.
02. Interception Defense & Verification
Man-in-the-Middle (MitM) attacks and malicious directory spoofing are the primary vectors for credential and fund theft. Attackers clone market interfaces to intercept your data.
Mandatory Verification Protocol: Visual inspection of a URL is utterly inadequate. Verifying the PGP signature of the `.onion` link against the known public key is the ONLY cryptographic method to guarantee authenticity.
- Import the official DarkMatter public PGP key into your keychain.
- Verify the `/pgp.txt` or `/mirrors.txt` clearsign message natively.
- Do NOT trust links blindly sourced from random wikis, open forums, or Reddit threads.
03. Tor Browser Hardening
Default Tor configurations offer baseline anonymity, but navigating complex infrastructure requires hardening your local client against active execution attacks.
Security Slider
Must be set to "Safer" or "Safest". This disables dangerous HTML5 features and limits execution environments.
NoScript
Disable JavaScript globally. Malicious scripts can decloak your IP address outside the Tor tunnel.
Window Sizing
Never resize the browser window. Doing so allows advanced window fingerprinting to identify your exact display metrics.
04. Financial Hygiene
Blockchain analysis firms actively monitor transaction graphs. Poor financial routing directly links your true identity to infrastructure deposits.
- Never send directly from an exchange: Sending from KYC-compliant environments (Coinbase, Binance, Kraken) directly to a darknet deposit address flags your account instantly.
- Use intermediary wallets: Always route funds through a personal wallet you control (e.g., Electrum for BTC, Monero GUI for XMR).
- XMR Preference: Monero (XMR) is strongly recommended over Bitcoin (BTC). The transparent nature of the Bitcoin ledger requires complex coin-control and mixing, whereas Monero is natively fungible and private.
05. PGP Encryption (The Golden Rule)
Reliance on server-side encryption is a catastrophic failure of OPSEC. If the server is compromised or seized, all unencrypted communications become immediately visible.
Client-Side Encryption
All sensitive data must be encrypted on your local machine using tools like Kleopatra or GnuPG before ever pasting it into a browser field.
Auto-Encrypt Features
Never check the "Auto-Encrypt" box on any marketplace. You must assume the server processing that request is already compromised.