Strip away the setting and a darknet market is an old idea in an unusual place: two strangers want to trade, neither trusts the other, and there is no authority standing behind the deal. On the ordinary web a card network and a bank quietly play referee, ready to claw money back if a sale goes wrong. Here there is no referee, so the market builds one into the middle of every transaction and calls it escrow. Almost everything else about how these places behave follows from that single missing piece of trust.
What a darknet market is
A darknet market is a website reached through an onion address rather than the ordinary web. It lists sellers and their goods, takes payment in cryptocurrency such as Bitcoin or Monero, and holds that payment while a deal plays out. The market is not usually the seller. It is closer to a venue that rents space to many vendors and provides the plumbing, including the escrow, the messaging and the dispute process. That distinction matters, because a market can be reachable and still be full of vendors you should avoid.
How a sale is meant to work
In the intended path, a buyer funds an order and the market holds the coins rather than passing them straight to the vendor. The vendor sees the order is funded and ships. When the buyer confirms they received what they paid for, the market releases the escrow to the vendor. If something goes wrong, a dispute opens instead, and a member of staff weighs both sides before deciding where the money goes. The escrow is the whole reason a stranger will ship to another stranger.
The parts a market is assembled from
A darknet market is easier to reason about once you stop treating it as a single mysterious thing and start seeing the components. Most of them are unremarkable pieces of ordinary web software; what makes the combination unusual is who is running it and what happens when they stop.
An account layer with no recovery path
Registration typically wants nothing but a username and a password — no email, no phone, no identity. That is the point, and it has a consequence people meet the hard way: with no contact address on file, there is usually no password reset. Some services hand out a recovery phrase at signup and expect you to keep it. Others simply have no path back into a locked account at all.
Vendor accounts, usually behind a bond
Selling generally requires a separate kind of account, and it is common for it to cost something up front. That fee is not primarily revenue; it is friction. A bond means an account is not free to create, which raises the cost of spinning up a fresh identity every time an old one accumulates complaints. It works in the sense that it slows churn, and it is not a guarantee of anything, because a bond is a cost of doing business for anyone whose plan is large enough.
Listings, feedback and a reputation system
Listings are pages, and feedback is a database of ratings tied to completed orders. It is worth being clear-eyed about what those numbers are. Every one of them lives inside the market's own system, is calculated by the market's own code, and is visible to you only as the market chooses to display it. There is no external auditor and no way to reconstruct the history from outside. That does not make feedback useless — a long, consistent record is genuinely harder to fake than a short one — but it does mean reputation is a claim by the operator, not an independent fact you have checked.
A wallet system and a ledger
Somewhere behind the interface is a set of cryptocurrency wallets and a ledger tracking what each account is owed. That ledger is a number in a database. It is not, in most designs, coins segregated per user, and the difference between "my balance says four" and "four is set aside for me" is the entire subject of the section below.
A dispute queue staffed by people
When a deal fails, somebody has to decide. That somebody is a staff member of the market, applying whatever policy the market has, with no appeal beyond them. The quality of this function varies enormously and is one of the few things that becomes visible over time, because a market that stops resolving disputes is exposing something about its condition it cannot easily hide.
Mirrors, and why there are so many
Onion services get overwhelmed, whether by traffic or deliberately, so most markets publish several addresses that reach the same system. This is operationally sensible and it is also the single largest source of danger for a visitor, because "here is another address that also works" is exactly the shape of the sentence an attacker needs you to accept. Every mirror is another address that has to be verified, not a convenience that lets you skip verifying.
torhaven safety note
Notice what is missing from that list: any component operated by a party other than the market itself. Accounts, balances, reputation, disputes and the mirror list are all produced by one codebase under one party's control. That is not an accusation, it is a structural fact, and it is why outside verification of an address is worth so much more than any assurance displayed on the inside of the site.
Escrow, disputes and finalising
Three words come up constantly, and they are worth pinning down. Escrow is money held by the market until a deal is confirmed. A dispute is what you open when it is not, so a third party can decide. Finalising early means telling the market to release the escrow before you have confirmed receipt, usually because a vendor asks. The moment you finalise early, your protection is gone.
| Arrangement | Who holds the money | Your protection |
|---|---|---|
| Escrow | The market, until you confirm | Full, while the market is honest |
| Finalise early | The vendor, straight away | None once released |
| Multisig | Split across keys, no single party | Survives the market vanishing |
torhaven warning
Treat any request to finalise early as a red flag on its own. The pitch is always reasonable in the moment, a delay to explain, a favour to a busy seller, but it asks you to give up the one thing keeping the deal honest. A vendor confident in their own shipping does not need your money before it arrives.
Where the money physically sits
The table above describes three arrangements in terms of protection. It is worth going one level down, into where the coins actually are under each one, because that is what determines what happens on the day something goes wrong — and the answer is frequently not what the interface implies.
The deposit-wallet model
The most common arrangement asks you to send funds to an address the market gives you, after which a number appears next to your account name. From that moment the coins are in the market's control and your balance is a row in the market's database. Nothing separates your funds from anyone else's, and nothing prevents the operator from moving all of it at once. This is not a hidden flaw; it is how the design works, and it is why the standing advice is never to hold a balance you are not prepared to lose. A displayed balance is a promise, and its value is exactly the value of the promiser.
Direct payment per order
Some services skip the balance entirely and generate a payment address per order, so funds move once, at the moment of purchase. This narrows the window in which money is sitting somewhere you do not control, which is a real improvement over a standing balance. It does not remove the escrow question, because the funds still have to rest somewhere between payment and confirmation, and during that interval the same party is holding them.
Multisignature escrow, and why it is rarer than it should be
The arrangement with the best properties works like this. Three keys are created, one held by the buyer, one by the vendor, one by the market, and the funds are locked into an address that requires any two of the three signatures to move. In the normal case the buyer and vendor agree and sign; the market never touches it. In a dispute the market signs alongside whichever party it decides for. And in the case everyone worries about — the market disappearing — the buyer and vendor still hold two keys between them and can release the funds without it, which is the property that makes multisig structurally different from every other arrangement on this page.
Given that, the obvious question is why it is not universal. The honest answer is friction on all sides. It requires the buyer to handle keys and partially-signed transactions rather than clicking a button, it requires the vendor to participate in signing, and it requires the market to build and support something considerably more complex than a balance column. It also does not work identically across every currency. The result is that multisig is offered patchily, is often optional, and is frequently unused even where it is available, because the easy path is right there next to it.
torhaven warning
Be careful with the word "multisig" as a label rather than a mechanism. A site can display the term without the arrangement existing behind it, and from the outside those two situations look identical. If you are relying on the property, the thing to confirm is that you personally hold a key you could actually sign with, not that the checkout page used the word.
Withdrawal is where the risk becomes visible
Balances go in easily and come out on the operator's terms. Delays, minimums, maintenance notices and quietly raised fees on withdrawal are the points where a gap between the ledger and the actual reserves would first show, which is why sustained trouble withdrawing is treated by experienced users as a more serious signal than almost anything else a market says about itself. It is not proof of anything on its own — genuine technical problems exist — but it is one of the few indicators that comes from behaviour rather than from claims.
Where the real risk sits
People picture the danger as hacking, and that is rarely the story. Two failures account for most of the loss. The first is the exit scam, where a market that has earned enough trust simply closes and keeps every coin sitting in escrow. The second is quieter and more common: you never reach the real market at all, because you followed a look-alike address into a copy built to take your deposit. The first risk is hard to see coming. The second is entirely preventable, and it is the one worth your attention.
torhaven safety note
You cannot audit a market from the outside, so spend your caution where it changes the outcome. Confirm you are on the real address, keep funds in escrow until you have what you paid for, and never hold more on a market than you are prepared to watch disappear. Those three habits survive almost every way one of these places goes bad.
Why exit scams are hard to predict in advance
A market planning to exit scam has every incentive to look normal right up until it happens — support tickets get answered, orders ship, disputes resolve, because appearing healthy maximizes the balance sitting in escrow when the operators disappear. There is no reliable early-warning sign visible from outside; this is exactly why the third safety habit above, never holding more than you can afford to lose, matters more than trying to predict timing.
Law enforcement seizure versus exit scam, from the outside
Both can look identical at first: the market goes offline without warning. A seizure sometimes leaves a banner on the seized infrastructure identifying the agency responsible; an exit scam usually leaves nothing, or a brief message blaming an unrelated technical issue. Neither distinction changes what you should have already done, which is keep verification and escrow discipline tight regardless of which outcome eventually explains an outage.
Why we describe them and do not rank them
You will find sites that rank markets like restaurants, complete with scores. We do not, and the reason is not coyness. A ranking reads as a recommendation, and recommending a place whose owners can vanish with the escrow overnight is a promise no one can honestly keep. What we can do is explain the mechanics, so you can judge a specific situation yourself, and point you at a signed source for the one fact that is checkable, which is the address.
Reaching one, and the one check that matters
If you do go further, the single habit that protects you is confirming the address against a signed source before anything moves. Here is the shape of a real market address, shown as text so you can see how much of it you have to compare:
torhaven verification check
marskp4ozu3nv2ez3in5ofyukovali7o5ioxyuvubeus74cu2bjl5nid.onionTeaching example only, not an endorsement of any market. Read all 56 characters from a signed source before you trust the page. Cross-check the canonical list on torindex and confirm the signature on torverify before you rely on it.
Then run the full routine before you fund anything. Our torhaven guide on verifying an onion address before you deposit is the step-by-step version of that habit.
The account security you actually control
Almost everything discussed so far is outside your hands: whether the operator is honest, whether the escrow is real, whether the dispute queue gets staffed. The account layer is the part that is genuinely yours, and it is also the part most often handled carelessly because it feels like ordinary web signup.
- Use a username that exists nowhere else. Handles are the cheapest way to link accounts across services, forums and old clearnet history, and the linking is done by anyone who cares to search, not by anything sophisticated. A username you have used before brings its whole history with it.
- Use a password that exists nowhere else, generated rather than invented. Credential reuse is the mechanism behind a large share of account compromise everywhere on the internet, and here there is no support desk to help afterwards. A password manager solves this properly; a memorised pattern with a site name in it does not.
- Write down the recovery phrase at the moment it is offered. If a service shows you a mnemonic at registration, that is very likely the only time you will ever see it, and it may be the only route back into the account. Treating that screen as a formality to click past is a decision you cannot revisit.
- Turn on PGP two-factor authentication if it is available. It removes the case where a leaked or guessed password alone is enough. Understand what it does not do: a page sitting between you and the real service can relay a genuine login challenge to you and use your answer, so this protects the password, not the address. Verifying the address is still the thing that covers that.
- Keep the login separate from everything else you do. Log in inside Tor Browser only, never through a clearnet convenience page offering the same thing, and do not carry a session across into other browsing.
- Assume messages are readable unless you encrypted them. Built-in messaging runs on the operator's server. Where a conversation contains anything you would not want retained, encrypt it to the recipient's key yourself rather than relying on a claim that messages are deleted after some interval.
The uniting idea is that these are the controls that keep working regardless of what the operator turns out to be. Every other protection on this page depends on someone else behaving as advertised. A unique credential, a saved recovery phrase and an encrypted message do not.
How darknet markets end
Understanding how markets typically stop existing explains why the habits on this torhaven page — escrow, address verification, never over-committing to one platform — matter as much as they do.
Seizure
Law enforcement sometimes operates a seized market covertly for a period, quietly logging activity, before publicly replacing its pages with a takedown banner. A market that suddenly displays unfamiliar branding or an official-looking notice where the usual login sat is the visible endpoint of this process, though by the time it is visible the exposure may have already happened.
Exit scam
An exit scam is the operators freezing withdrawals and disappearing with escrow funds, no banner and no explanation — support simply stops responding. This is the single biggest argument for never treating a market as a place to store value; move funds through it for a transaction, not as a wallet.
Orderly shutdown or migration
Less dramatically, a market sometimes announces its own closure or a move to new infrastructure through its usual signed channel, giving users a window to withdraw. This is the one ending pattern that a verification habit actually helps you benefit from — a genuine, signed announcement is distinguishable from an opportunistic impostor claiming the same thing.
Signals worth more weight than they usually get
How long an address has been stable
A market address that has been consistent and verifiable for an extended stretch, with routine rather than emergency rotations, says more about operational maturity than any marketing claim on the market's own front page.
Whether escrow disputes get resolved at all
Independent, verifiable reports of disputes actually reaching a resolution — in either direction — are a more concrete signal than an abstract claim of "trusted escrow" with nothing behind it.
Common torhaven questions
Is a darknet market the same as the dark web?
No. The dark web is the set of sites reached through networks like Tor. A darknet market is one kind of site among many, so every market is on the dark web, but most of the dark web is not a market.
What is an exit scam?
It is when a market that has built up trust shuts down and keeps the funds held in escrow. Because there is no authority to appeal to, the money is gone, which is why holding large balances on any market is a bad idea.
Does escrow make a market safe?
It reduces one risk, a vendor taking your money without shipping, but it does nothing about the market itself vanishing. Escrow only helps while the party holding it stays honest.
Can you tell me which market is trustworthy?
No, and anyone who does is guessing or selling something. We explain how these places work and how to reach the real address, and we leave the judgement, and its consequences, with you.
Do all darknet markets eventually shut down?
Most do, eventually, through one of the endings above — the field has a consistently short average lifespan compared to ordinary online businesses. That is a structural feature of operating outside any legal accountability, not a reason to expect any one market's outcome specifically.
Is my balance on a market the same as holding the coins?
No. In the common design, a balance is a number in the operator's database and the coins themselves are in wallets the operator controls, not segregated per user. The number is a promise, and it is worth what the promiser is worth. This is the reason for the standing advice never to hold more on a market than you would accept losing outright.
What is multisig escrow, in plain terms?
Three keys are created — buyer, vendor and market — and the funds sit at an address that needs any two of the three signatures to move. Normally buyer and vendor agree and sign. In a dispute the market signs with whichever side it decides for. If the market disappears, buyer and vendor still hold two keys between them and can release the funds without it, which is the property that makes it structurally different from ordinary escrow.
If multisig is better, why is it not everywhere?
Friction on every side. It asks the buyer to handle keys and partially-signed transactions instead of clicking a button, asks the vendor to take part in signing, and asks the operator to build and support something far more complex than a balance column. It also does not work identically across currencies. Where it is offered it is often optional, and the easy path sits right next to it.
Can I trust a market's vendor ratings and feedback?
They are produced by the market's own code, stored in the market's own database, and shown to you exactly as the market chooses. There is no external auditor and no way to reconstruct the history independently. A long, consistent record is harder to fabricate than a short one, so it is not worthless — but it is a claim by the operator, not a fact you have verified.
Why is trouble withdrawing treated as such a serious signal?
Because it is behaviour rather than a claim. Deposits are easy for an operator to accept; withdrawals are where any gap between the ledger and the actual reserves would first become visible. Delays, new minimums, sudden maintenance and quietly raised withdrawal fees are not proof of anything on their own, since genuine technical problems exist — but they are one of the few indicators that does not depend on trusting what the site says about itself.
Why this torhaven guide comes right before the Torzon profile
torhaven put this torhaven page immediately before its Torzon profile for a specific reason: escrow, finalising and exit scams are abstract until you have a real name to test them against, and a torhaven profile that assumed you already understood escrow would have to re-explain half of itself. Read in order, this torhaven guide does the explaining once, and the profile that follows only has to apply it.
What this torhaven guide deliberately does not do
Notice that nothing above ranks a market or tells you which one to trust — that omission is not an oversight, it is torhaven's editorial policy in practice. torhaven describes mechanisms, not verdicts, because a mechanism (how escrow works, why finalising early is risky) stays true regardless of which market you eventually use, while a verdict about a specific market ages the moment its operators change behaviour.
How the earlier torhaven guides feed into this one
By the time you reach this torhaven page, you have ideally already read torhaven's guides on onion addresses and verifying one before you deposit — both assumed here rather than repeated, since this torhaven guide is about what happens after the address checks out, not the address check itself.