Definition
Trustless is shorthand for a system in which participants do not have to trust each other or a central intermediary, because the rules are enforced by cryptography and verifiable computation that anyone can check. It is a slightly misleading word: the goal is not the absence of all trust, but the replacement of trust in people and institutions with trust in mathematics and open code that you can independently audit.
What replaces the middleman
In traditional finance you trust a bank not to alter your balance and a clearinghouse to settle honestly. Bitcoin removes those parties by making every rule checkable. Each full node independently validates every block and transaction against consensus rules, rejecting anything invalid, so a node operator never has to take a counterparty's word that the money is real or unspent. Proof of work makes rewriting history prohibitively expensive, which is what lets strangers settle final payments without an arbiter.
Minimised, not eliminated
Honest usage of the term recognises that trust is minimised rather than abolished. You still trust that the cryptographic assumptions hold, that your hardware and software are not compromised, and that the protocol's economic incentives behave as expected. The practical discipline that flows from this is to verify what you can: run your own node, check your own signatures, and confirm your own balances. That discipline has a name, verify, don't trust.
Trustlessness underpins Bitcoin's other properties; without it, permissionless access and censorship resistance would collapse back into reliance on a gatekeeper.
In Simple Terms
Trustless is shorthand for a system in which participants do not have to trust each other or a central intermediary, because the rules are enforced…
