What Are Prediction Markets?
Prediction markets let you trade on the outcome of real-world events. Instead of buying stocks or crypto, you buy shares that pay out based on whether something happens. How it works:- A market is created for an event (e.g., “Will X win the election?”)
- Traders buy YES or NO shares
- At resolution, winning shares pay 0
- Before resolution, shares trade between 1 based on perceived probability
If YES shares trade at $0.65, the market implies a 65% probability of that outcome.
Why Prediction Markets Are Different
Prediction market positions have unique properties that traditional lending protocols aren’t designed for:Binary Outcomes
Positions resolve to exactly 1. No gradual price discovery like stocks — resolution is sudden and final.
Time-Bound
Every market has a resolution date. Positions become worthless or valuable at a specific moment.
Liquidity Patterns
Liquidity varies dramatically by market. Major elections have deep orderbooks; niche events don’t.
Correlation Risk
Related markets can move together. Election markets, for example, often correlate strongly.
The Capital Efficiency Problem
If you hold prediction market positions, your capital is locked until resolution — potentially months or years.- Without Varla
- With Varla
Why Traditional Lending Doesn’t Work
Most DeFi lending protocols (Aave, Compound, Morpho) are designed for fungible tokens like ETH or stablecoins.| Property | Standard Collateral | PM Positions |
|---|---|---|
| Resolution | Continuous price | Binary (1) at deadline |
| Liquidity | Deep, predictable | Varies by market |
| Risk | Gradual decline | Sudden resolution risk |
| Token standard | ERC-20 | ERC-1155 |
- No ERC-1155 support — PM positions are ERC-1155, not ERC-20
- Wrong risk model — LTV designed for gradual price moves, not binary outcomes
- No resolution awareness — can’t handle markets approaching settlement
- Isolated positions — can’t cross-margin multiple markets
What Varla Does Differently
Varla is built specifically for prediction market collateral:- Cross-margin architecture — multiple positions in one account
- Tiered LTV — risk-adjusted by market liquidity and volatility
- Early-closure rules — reduces exposure as markets approach resolution
- Conservative oracle — uses min(spot, TWAP) to protect lenders
- ERC-1155 native — built for the token standard PM platforms use