Multiverse Finance

05.12.2025|Dave White

Animation by Dave Whyte

Introduction

Prediction markets let you bet on outcomes, but so much more is possible.

This paper introduces Multiverse Finance, which splits the financial system into parallel universes so you can short the market today only if your favorite candidate is going to lose the next election.

Intuition

Consider a prediction market on whether Jerome Powell will be fired in 2025. If you think he won't be, you can buy a notFiredUSD token for 89 cents which will be worth $1 in 2026 if he isn't fired.

But that's a long time to wait, and in the meantime you can't use your notFiredUSD as collateral in most financial systems -- if Powell were suddenly fired, the token's value could drop to 0 faster than the system could liquidate your debt.

However, there is no problem when using notFiredUSD as collateral to borrow, say notFiredETH. If Powell is suddenly fired, both your collateral and the asset you borrowed become worthless simultaneously, so there is no liquidation issue.

This idea is what makes Multiverse Finance possible.

The simplest version of Multiverse Finance could be implemented today on mainnet by allowing conditional tokens for the same outcomes (like firedEth and firedUSD) to be borrowed and lent against each other on an Aave-like protocol.

Further expansions are possible, including (liquidity issues aside) complete financial ecosystems with limitless chains of composibility -- you could take your firedUSD, borrow firedETH against it, provide liquidity on firedSwap to earn firedSwap tokens, stake those in firedFarm, and so on.

Like prediction markets or futarchies of the type implemented by MetaDAO, in addition to allowing participants new opportunities to express financial views or hedge exposure, Multiverse Finance produces useful information about the world as a positive externality.

Mechanism

Verses

A "verse" is a parallel universe where some event we care about has happened or will happen at some point in the future.

Mathematically, verses correspond to events in probability theory, which are sets of outcomes (possible states of the world) with the following structure:

  • Any verse has a complement verse such that the two combine to cover all possible states of the world (e.g., "Powell fired by 2026" and "Powell not fired by 2026")
  • Verses can be combined through countable unions to form new verses (e.g., "Powell fired by 2026 OR recession by 2026" is a verse where one of the two, or both, happen)
  • The intersection of a countable set of verses forms a new verse (e.g., "Powell fired by 2026 AND recession by 2026" is a verse)

Today's universe, where the regular financial system exists, corresponds to the event containing the whole sample space.

We call a verse a "parent" to another verse if the child verse is a subset of the parent, meaning every outcome in the child verse is also in the parent verse. So, for example, "Powell fired by 2026" and "recession by 2026" are both parents of "Powell fired by 2026 AND recession by 2026."

Today's universe is a parent to all verses (although some verses, such as "Powell Fired by May 2025" become empty of possible outcomes as time goes on).

We call a set of child verses a partition of their parent verse if the child verses are disjoint (non-overlapping) and their union makes up the entire parent verse. For example, "Powell fired by 2026" and "Powell not fired by 2026" form a partition of today's universe.

Ownership Intuition

The high-level intuition when working with verses in Multiverse Finance is that owners can choose to push ownership down to a partition, or pull it up from a partition.

In other words, let's say we have a verse

VV
and some partition
P1,P2,P3P_1,P_2,P_3
of
VV
.

If I own 1 unit of a given token

TT
in
VV
, I can choose to "push down" my ownership to the partition, meaning I give up my ownership of
TT
in
VV
and instead now own 1 unit of
TT
in each of
P1,P2P_1,P_2
and
P3P_3
. This is equivalent to how you can always take $1 and mint one YES and one NO token for a given prediction market.

Conversely, if I own 1 of token

TT
in each of
P1,P2P_1,P_2
, and
P3P_3
, I can choose to "pull up" my ownership of
TT
to
VV
, losing my ownership of it in each of those partition verses. This is equivalent to how you can take a YES and a NO token for a given prediction market and get back $1.

Verse Resolution

Verses, like prediction markets, rely on some underlying oracle for resolution. This paper is agnostic to which type of oracle you might use.

At the time of resolution, any verse that does not contain the observed outcome reported by the oracle immediately disappears, together with all of its state.

If we had some partition

P1,P2,,PNP_1,P_2,\ldots,P_N
of a parent verse
AA
, and a resolution evaporates all but one of them, such that only a single verse
PiP_i
remains,
PiP_i
now forms a complete partition of
AA
in and of itself, and we can pull up ownership of any given assets from
PiP_i
directly to
AA
.

For example, if I owned 1 USD in the "Powell not fired by 2026" verse and it's now Jan 1, 2026 and Powell has not been fired, the "Powell fired by 2026" verse disappears and "Powell not fired by 2026" partitions the full outcome space by itself, so I can pull my $1 up to the present day universe and withdraw it from the system. In this case, this is identical to normal prediction market resolution.

Multiverse Maps

The ownership behavior described above is somewhat conceptual and could be implemented in many possible ways. We'll provide one example method here: the multiverse map.

This is a map (a.k.a. dictionary) datatype with two keys: verse ID and owner address.

The multiverse map is governed by two rules: one for splitting, and one for combining. We'll describe an additive, non-negative multiverse map with a single unsigned integer value.

  • Splitting: The user controlling the owner address of a map entry for a given parent verse can subtract some quantity
    xx
    from the entry's value that leaves the entry non-negative, and then add
    xx
    to their balance in each of a set of verses that form a partition of the parent verse.
  • Combining: The user controlling the owner address of a given map entry in each of a group of verses can subtract some quantity
    xx
    from the entry's values in each of those verses that leaves them all nonnegative, and then add
    xx
    to their balance in some parent verse that that group of verses form a partition of. As mentioned above, if the parent verse is the complete universe, this serves as a way for users to withdraw funds after event resolution.

Multiverse Aware Applications

This primitive could be used to construct, say, a wrapper contract to make standard ERC20 tokens multiverse-ready.

Developers can also build more custom multiverse-aware applications using data structures like the multiverse map. A lending protocol like the one discussed above might, for example, specify that only assets from the same verse may be borrowed and lent against one another.

Designed properly, these protocols should be readily composable with one another as long as they are in the same verse. Again, the core insight is that developers don't need to worry about a token like notFiredEth disappearing suddenly and breaking a chain of composability, because every token in the verse should disappear simultaneously.

Future Work

We're curious what multiverse native applications this concept might unlock.

If you have ideas, we'd love to hear from you.


Acknowledgements

Alpin Yukseloglu, Arjun Balaji, Dan Robinson, David Swain, Frankie, Matt Huang, Storm Slivkoff, Will Price, Jordi Alexander, Fozzy Diablo, Ella Papanek, Matt Liston, Serge Ravitch, Cristian Strat, Czar102, jdougy, Liam Zebedee, Mewny

Written by

Biography

Dave White is a Research Partner at Paradigm. Previously, Dave was a quantitative trader and researcher at firms including Headlands, Two Sigma, and Cutler Group. He is three credits shy of an A.B. in Mathematics from Harvard University.

Disclaimer: This post is for general information purposes only. It does not constitute investment advice or a recommendation or solicitation to buy or sell any investment and should not be used in the evaluation of the merits of making any investment decision. It should not be relied upon for accounting, legal or tax advice or investment recommendations. This post reflects the current opinions of the authors and is not made on behalf of Paradigm or its affiliates and does not necessarily reflect the opinions of Paradigm, its affiliates or individuals associated with Paradigm. The opinions reflected herein are subject to change without being updated.

Copyright © 2025 Paradigm Operations LP All rights reserved. “Paradigm” is a trademark, and the triangular mobius symbol is a registered trademark of Paradigm Operations LP