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

LTV & Thresholds

How Varla determines how much you can borrow — risk tiers, liquidation thresholds, and the safety buffer between them.

Two Key Numbers

Each position has two parameters: the LTV (loan-to-value) which determines max borrowing, and the liquidation threshold which determines when liquidation triggers. The threshold is always higher than LTV to create a safety buffer.

TierLTV (max borrow)Liq. ThresholdBuffer
Conservative80%85%5%
Moderate65%70%5%
Risk50%55%5%
Example
Position: $10,000 in Conservative tier (80% LTV / 85% liq threshold)

Max borrow:         $10,000 × 80% = $8,000
Liquidation starts: when debt > $10,000 × 85% = $8,500

The 5% buffer ($500) gives you time to react before liquidation.

How Tiers Are Assigned

CriteriaConservativeModerateRisk
Orderbook depth>$1M$100K–$1M<$100K
Market ageEstablishedActiveNew/niche
Time to resolution>30 days7–30 days<7 days
Historical volatilityLowMediumHigh

Cross-Margin Weighted LTV

Since Varla uses cross-margin, your effective LTV is a weighted average across all deposited positions.

Weighted LTV example
Portfolio:
├── $5,000 Conservative (80% LTV) → capacity: $4,000
├── $3,000 Moderate (65% LTV)     → capacity: $1,950
└── $2,000 Risk (50% LTV)         → capacity: $1,000
───────────────────────────────────────────────
Total collateral: $10,000
Total capacity:    $6,950
Effective LTV:     69.5%
ℹ Governance overrides
Governance can set per-position LTV overrides that only reduce the tier default — never increase it. This allows the protocol to respond to changing market conditions without upgrading contracts.

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