Proof-of-Trade Peer-to-Peer Barter System
"Money is Memory" - Distributed algorithmic barter chains
"Proof-of-Trade Swapchains: A Peer-to-Peer Economic Exchange"
Read the full PDF whitepaper here (published in 2022).
Cryptocurrency has failed its original mission by becoming a speculative asset rather than a useful medium of exchange. The paper proposes replacing money entirely with algorithmically-generated barter chains ("swapchains") using a novel "treasure hunt" hashing mechanism that distributes computational work efficiently over peer-to-peer networks.
The paper identifies 8 major failures of Bitcoin and other cryptocurrencies:
Instead of cryptocurrency, the paper proposes a system where people directly barter goods and services in algorithmically-optimized multi-party chains. Key components:
Unlike Bitcoin's wasteful proof-of-work (racing to find hashes with leading zeros), nodes collaboratively search for the next block's location on IPFS by manipulating salts. Requires ~256 hashes instead of quintillions.
Two token types create trust without storing value:
"You're only as good as your last trade" - credits are medium of exchange, not store of value.
All transactions, offers, wants, contracts, and code stored on InterPlanetary File System. Content-addressed storage (hash = URL) enables distributed hosting, automatic deduplication, and garbage collection.
The paper makes a compelling case that cryptocurrency failed its mission by becoming speculative rather than useful. It proposes technically innovative solutions (treasure hunt hashing, proof-of-trade credits, energy-as-standard) that could enable direct peer-to-peer barter without financialization. The infrastructure layer is well-specified, though the application layer (discovery algorithms, valuation mechanisms) is left as future work. Most viable for small-to-medium communities exchanging goods/services without needing global currency, especially if energy infrastructure integration becomes practical.
All parties have received their desired items. Credits awarded.
Instead of racing to find hashes with leading zeros (proof-of-work), nodes collaboratively search for the next block's location on IPFS by manipulating salts. The lowest hash value wins, but all valid hashes are accepted.
Two token types enable trust without storing value:
"You're only as good as your last trade" - Trust is earned per transaction
From the paper: "Money is Memory" (Kocherlakota, 1998). A distributed ledger with sufficient memory can surpass money's utility:
InterPlanetary File System provides the distributed backbone:
"The actual work of creating a mutually agreeable swapchain is a monumental computational task, worthy of a distributed network's processing power... using technologically aided barter has the potential to create a truly transformational model of economic exchange with greater value to humanity than mere speculative currency."
Publish offer chains to IPFS network
Nodes propose counter-offers (new IPFS docs)
Negotiate until all parties send termination blocks
Countersign with spend credit + burn credits
Burn credits created when all nodes countersign
Spend credit issued with array of burn credit locations
Pin burn credits upon satisfactory trade
DAO formed, governance tokens distributed
DAO can exchange resources for logistics/insurance
First 2 hex digits identify document type (requires ~256 hash attempts):
| Metric | Bitcoin (PoW) | Swapchains |
|---|---|---|
| Energy Use | 141 TWh/year | Minimal (no mining) |
| Hash Rate | 200 quintillion/sec | ~256 per document |
| Device Reqs | ASIC miners (~$7k) | Any CPU/mobile |
| Useful Work | 1 in 120 sextillion | All collaborative |
| Social Utility | Speculation | Direct exchange |
We asked an LLM to analyze the paper's strengths and weaknesses. This is what it came back with:
The paper correctly identifies cryptocurrency's fundamental flaw: it became a speculative asset instead of a medium of exchange.
Treasure hunt hashing vs proof-of-work is genuinely clever:
The spend/burn credit system is genuinely novel:
Strong academic foundation citing Kocherlakota's "Money is Memory":
National Kidney Registry proves algorithmic barter chains work at scale. Tens of thousands of donor-recipient pairs successfully matched using similar NP-hard optimization problems.
The paper acknowledges barter chain optimization is NP-hard but provides no algorithm:
With Bitcoin's 200 quintillion hashes/sec, brute-forcing larger chains is trivial, but this is the largest crypto network in the world. Heuristic algorithms (genetic, simulated annealing) are essential but not specified in the paper.
How do you compare a laptop to guitar lessons to a camera without currency?
Proposes stored electrical energy as a universal fungible quality - a unit of account without being currency:
This is clever: electricity could function as a "standard of deferred payment" and "unit of account" (two of money's functions) without being a "store of value" (the third function). However, this essentially recreates currency with different properties.
"You need a credit to enter the market" + "Credits come from trades" = deadlock
Physical delivery addresses provide natural identity verification. Each exchange requires real-world presence (shipping address, in-person pickup, service location). Creating 1000 fake identities is less useful if you need 1000 real mailboxes. The paper may be intentionally scoping identity verification as outside its focus - letting existing systems (postal services, local meetups) handle it through side-channels.
The paper hand-waves logistics as "conventions will emerge":
The paper acknowledges trust challenges at three levels (Section 3):
The paper states: "zero-trust system will never achieve interdependence" yet also "prefers first-time interactions" between unknown parties. These appear contradictory but may be reconcilable.
Instead of "giving away" free credits to new entrants (which the paper suggests in Section 11 but risks Sybil attacks), the system could exchange initial spend credits for identity verification. Options:
This adds friction for first-time entry but dramatically reduces Sybil attack surface. After initial verification, pseudonymity is preserved and trust is earned through successful trades. The burn credit mechanism handles ongoing trust.
Paper assumes IPFS hosting is free but:
The system likely assumes asynchronous distributed communication (standard for P2P systems):
Asynchronous operation is a feature, not a bug. Many real-world barter scenarios (Craigslist, Facebook Marketplace) already involve days of negotiation. The paper explicitly states "not all nodes need be online to complete transactions" (Section 7). The real question is whether users will accept multi-day transaction completion times, which may be fine for non-urgent exchanges but problematic for time-sensitive trades.
Paper explicitly acknowledges (Section 11) services are "harder to evaluate than material goods":
The authors acknowledge this limitation upfront and suggest conventions will need to emerge. They're not claiming to solve service verification - just providing infrastructure where such conventions could be built. This is honest scoping, not a fatal flaw.
Section 14 (Conclusion) is explicit about scope:
"The actual work of creating a mutually agreeable swapchain is a monumental computational task... However, this paper describes only the proof-of-trade/swapchain system, which constitutes a layer underneath the actual negotiation of the trade... The precise mechanisms and algorithms through which equitable, sustainable voluntary exchange on the human level may be achieved through the use of swapchains are beyond the scope of this paper."
This is like how TCP/IP doesn't define web applications - it provides the transport layer. Many criticisms confuse infrastructure with applications.
The paper is explicit about its scope: it describes the infrastructure layer (proof-of-trade credits, treasure hunt hashing, IPFS architecture) and intentionally leaves "precise mechanisms and algorithms through which equitable, sustainable voluntary exchange may be achieved" as future work (Section 14).
Small to medium communities (50-500 people) with established trust, exchanging mostly digital goods/services or local physical goods. Geographic clustering naturally solves shipping costs. Physical delivery requirements provide side-channel identity verification. Think: local skill-sharing networks, hackerspaces, intentional communities, neighborhood exchanges.
Global commerce, physical goods requiring logistics, transactions between strangers, any scenario requiring stored value or deferred payment.
The paper is correct that cryptocurrency failed by becoming a speculative asset. The diagnosis is brilliant. The proposed solution - replacing money with computationally-assisted barter - may be impractical at global scale but could work in constrained contexts. The paper acknowledges (Section 11) that "much of how any system operates in reality has to do with the conventions and practices of end users" - it's providing infrastructure, not solving all social problems.
The paper may intentionally leave certain problems to existing infrastructure:
Like how email protocols don't solve spam - they define message format and let others build spam filters.
Core technical challenges that can't be outsourced:
The paper succeeds as a foundational infrastructure spec and philosophical critique. It correctly identifies cryptocurrency's core failure (speculation over utility) and proposes genuinely novel mechanisms (treasure hunt hashing, proof-of-trade credits). The energy efficiency alone makes it worth exploring.
Its scope is appropriate: define the blockchain layer and credit system, let conventions emerge for discovery algorithms, valuation, and logistics. Physical delivery provides natural Sybil resistance. The comparison to email protocols is apt - SMTP doesn't solve spam, but enables others to build solutions.
The real limitation: barter fundamentally requires either (a) small communities with known valuations, or (b) currency-equivalent units of account. The paper's proposal for electricity-as-fungible-quality (Section 12) is actually brilliant - it could function as a unit of account and medium of exchange without being a store of value, addressing the valuation problem while avoiding cryptocurrency's speculation trap. However, widespread adoption would require energy infrastructure integration. But for local communities wanting to trade without financialization, this provides a workable technical foundation.
Score: Philosophical achievement ⭐⭐⭐⭐⭐ | Technical innovation ⭐⭐⭐⭐☆ | Practical viability ⭐⭐⭐☆☆