← Latest papers
💻 computer science

From Multi-sig to DLCs: Modern Oracle Designs on Bitcoin

This paper examines the evolution of Bitcoin oracle designs, noting a significant shift from multisig-based co-signers toward attestation-based mechanisms like Discreet Log Contracts (DLCs) that offer better practical implementation and community support.

Original authors: Giulio Caldarelli

Published 2026-02-11
📖 4 min read☕ Coffee break read

Original authors: Giulio Caldarelli

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Bitcoin "Truth Problem": A Simple Guide to the Paper

Imagine you and a friend make a bet on a football game. You both agree that the winner gets $100. But there’s a problem: you don’t trust each other to actually hand over the money once the game ends.

In the world of Bitcoin, you can’t just "ask" the blockchain to watch the game for you. Bitcoin is like a very secure, very strict vault that only opens if certain mathematical keys are turned. It doesn't know what a "touchdown" is, and it doesn't know who won the Super Bowl. It only knows numbers and signatures.

This paper, written by Giulio Caldarelli, explores how we can bring "outside truth" (like sports scores or weather) into the Bitcoin vault without breaking the vault or having to trust a middleman.


1. The Old Way: The "Grumpy Referee" (Multi-sig)

In the early days, if you wanted to make a conditional bet on Bitcoin, you had to use a Multi-signature (Multi-sig) setup.

The Analogy: Imagine a safe that requires two keys to open: one held by you, one by your friend, and a third held by a Referee. The Referee watches the game, and if your team wins, the Referee turns their key to help you unlock the money.

The Problem: This is clunky. The Referee is a "single point of failure." If the Referee is corrupt, or if they lose their key, or if they simply refuse to show up, your money is stuck forever. Plus, everyone watching the blockchain can see that a "Referee" is involved, which ruins your privacy.

2. The Modern Way: The "Secret Envelope" (DLCs)

The paper highlights a massive shift toward something called Discreet Log Contracts (DLCs). This is the "modern design" mentioned in the title.

The Analogy: Instead of hiring a Referee to stand by the safe, you and your friend prepare two Secret Envelopes in advance.

  • Envelope A contains the instructions to pay the winner.
  • Envelope B contains the instructions to give the money back to both of you (a refund) if nothing happens.

You both lock the money in the vault. You don't need a Referee to turn a key. Instead, the "Oracle" (the source of truth) simply sends a digital note (an attestation) saying, "The score was 21-14."

Because of some clever math (called adaptor signatures), that tiny note acts like a magic spell. The moment that note is released, it "unlocks" the correct envelope. To anyone watching the blockchain, it looks like a normal, boring transaction. They can't even tell you were making a bet!

3. The "Super-Oracle" Upgrade (VweTS)

The paper also discusses even newer, more complex math (like VweTS).

The Analogy: If the DLC is a single secret envelope, VweTS is like having a Jury. Instead of trusting one person to send the "magic note," you wait for a group of people to agree. This makes it much harder for one bad actor to lie to you, though it makes the "math homework" required to set it up a lot harder.

4. The Big Picture: Why does this matter?

The author concludes with a few important observations:

  • Bitcoin isn't Ethereum: Ethereum is like a giant, programmable supercomputer where you can build anything. Bitcoin is like a high-security gold vault. You can't build a whole casino inside the vault, but you can use DLCs to settle specific, high-value bets using the vault.
  • The "Grey Literature" Mystery: Interestingly, the most important breakthroughs in Bitcoin aren't happening in fancy university journals; they are happening in "the trenches"—in developer forums, whitepapers, and coding communities.
  • The Limits of the Vault: While these new designs are amazing, they are still best for "Yes/No" questions (Did it rain? Did the team win?). If you want to do something complex, like a stock market with prices changing every second, Bitcoin's "vault" is currently too slow and expensive. You're better off doing the "thinking" outside the vault and only using Bitcoin to "settle the bill."

Summary Table

Feature The Old Way (Multi-sig) The New Way (DLCs)
The Middleman A "Referee" who must actively participate. A "Messenger" who just sends a note.
Privacy Everyone sees the Referee is involved. It looks like a normal transaction.
Security If the Referee is bad, you're in trouble. Math protects you; the Referee can't easily lie.
Best Use Simple, low-stakes stuff. Private, sophisticated, high-value bets.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →