Varla
OverviewWhat it is and why it matters.How It WorksLending against prediction markets, step by step.FeaturesLending, borrowing, leverage, and risk management.Supported MarketsPolymarket, Opinion, Kalshi, and more.
DocumentationProtocol docs, guides, and architecture.Smart ContractsPool, Collateral Manager, Oracle, Liquidation Engine.SDK ReferenceTypeScript SDK for protocol interactions.API ReferenceREST and GraphQL endpoints for market data.
BlogLatest news and announcements from Varla.FAQsFrequently asked questions about the protocol.Security & AuditsProtocol security, audits, and trust assumptions.Brand AssetsLogos, colors, and typography guidelines.
Sign up
Varla
Protocol
Overview What it is and why it matters.
How It Works Lending against prediction markets, step by step.
Features Lending, borrowing, leverage, and risk management.
Supported Markets Polymarket, Opinion, Kalshi, and more.
Developers
Documentation Protocol docs, guides, and architecture.
Smart Contracts Pool, Collateral Manager, Oracle, Liquidation Engine.
SDK Reference TypeScript SDK for protocol interactions.
API Reference REST and GraphQL endpoints for market data.
Resources
Blog Latest news and announcements from Varla.
FAQs Frequently asked questions about the protocol.
Security & Audits Protocol security, audits, and trust assumptions.
Brand Assets Logos, colors, and typography guidelines.
Sign up

Introduction

Overview
Varla 101

Protocol

Overview
Lending Model
Supply & Borrow Interest Rates Reserves
User Positions
Open Positions Supply Assets Borrow Assets Withdraw Assets Repay Loans
Risk Engine
Health Factor LTV & Thresholds Liquidations Market Resolution Oracle System

Markets

Overview
Polymarket
Opinion
Kalshi
Adapters

Token

Overview
Distribution
Utility & Governance
Varla Gems

Security

Overview
Trust Assumptions
Risk Disclosure
Risk Parameters

Resources

FAQ
Glossary
Links
Brand Assets

Getting Started

Overview
TypeScript SDK
GraphQL API
Smart Contracts

Smart Contracts

Overview
Core Protocol
VarlaPool VarlaOracle Interest Rate Liquidators Market Adapters
Governance & Access
Governance

References

SDK Reference
API Reference

Operations

Testing & Debugging
Contract Addresses

Security

Overview
Trust Assumptions
Risk Disclosure
Risk Parameters

Risk Engine

Varla's risk engine manages collateral valuation, LTV tiers, early-closure rules, and the oracle system — all designed for the unique properties of prediction market positions.
✦ Key Takeaways
  • Tiered LTV — 50%, 65%, or 80% based on market liquidity and maturity
  • Conservative oracle — min(spot, TWAP) protects against manipulation
  • Early-closure decay — LTV reduces as markets approach resolution
  • Staleness checks — blocks borrowing/withdrawing on outdated price data
  • Liquidity thresholds — illiquid markets can't be used as collateral

The 3 Questions

When you borrow in Varla, three things determine your risk:

#QuestionAnswer
1How much can I borrow?LTV Tiers — 50%, 65%, or 80% depending on collateral risk
2When can I be liquidated?Health Factor — when HF drops below 1.0
3What if oracle data is missing?Oracles — that collateral contributes $0 borrow power
⚠ The one rule that matters
If your health factor drops below 1.0, you can be liquidated. Everything else flows from this.

How Varla Protects Lenders

ProtectionWhat it does
Tiered LTVLimits borrow power based on collateral risk — riskier positions get lower LTV
Conservative pricingUses min(spot, TWAP) — prevents inflated collateral valuations
Early-closure decayReduces LTV as markets approach resolution — forces borrowers to repay
Liquidation bonus5–15% incentive for liquidators to clear bad positions quickly
Reserve fund10% of interest as first-loss coverage before socializing bad debt

What Borrowers Should Watch

Three things to monitor as an active borrower:

MonitorWhyTarget
Health factorDrops below 1.0 = liquidationStay above 1.2, ideally above 1.5
Time to resolutionEarly-closure rules kick in 7 days beforeRepay or withdraw before the window
Oracle statusStale price = $0 borrow power for that positionDiversify collateral across markets

Risk Stack Overview

Risk engine layers
Layer 1: Oracle System
├── Spot price from orderbook
├── TWAP (time-weighted average price)
├── Final price = min(spot, TWAP)
└── Staleness check (15min default)

Layer 2: Risk Tiers
├── Conservative: 80% LTV (high liquidity)
├── Moderate: 65% LTV (standard)
└── Risk: 50% LTV (lower liquidity)

Layer 3: Early-Closure Rules
├── LTV decays as resolution approaches
├── Forces borrowers to repay before expiry
└── Prevents resolution-risk exposure

Layer 4: Health Factor
├── HF = weighted collateral / total debt
├── HF < 1.0 → liquidatable
└── Liquidation bonus scales with HF severity

Deep Dives

Health Factor

The single number that decides liquidation — formula, HF zones, and worked examples.

LTV & Thresholds

How LTV tiers work, liquidation thresholds, and the safety buffer between them.

Market Resolution

Early-closure decay, resolution handling, and what happens when markets expire.

Oracle System

Price feeds, TWAP mechanics, staleness checks, and manipulation resistance.

Menu

  • Overview
  • How it works
  • Features
  • Documentations
  • FAQs

Ecosystem

  • Prediction markets
  • Builders
  • Integrations
  • Governance

Company

  • About
  • Terms
  • Privacy
  • Support

©2026 Varla Labs Inc. All rights reserved