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

User Positions

The complete lifecycle of a borrower's position in Varla — from opening an account to liquidation mechanics.
✦ Key Takeaways
  • Cross-margin — all deposited collateral is in one account with a single health factor
  • Continuous interest — debt grows per-second via a global borrow index
  • Health factor — ratio of weighted collateral value to outstanding debt
  • Permissionless liquidation — anyone can liquidate unhealthy positions (HF < 1.0)

Position Lifecycle

Lifecycle overview
1. Open    → Deposit PM positions as collateral
2. Supply  → Add more collateral to improve health factor
3. Borrow  → Draw stablecoins against collateral
4. Manage  → Monitor health factor, add/remove collateral
5. Repay   → Pay back debt (partially or fully)
6. Withdraw → Remove collateral after repaying debt
7. Liquidate → If HF < 1.0, anyone can liquidate

Health Factor

Your health factor is the ratio of your weighted collateral value to your outstanding debt. It must stay above 1.0 to avoid liquidation.

Health factor formula
healthFactor = Σ(positionValue × liquidationThreshold) / totalDebt

Example:
├── Position A: $5,000 × 85% = $4,250
├── Position B: $3,000 × 70% = $2,100
└── Total debt: $4,000
────────────────────────────────────────
HF = $6,350 / $4,000 = 1.59 ✓ Healthy

Position Actions

Open Positions

How to deposit collateral and create a new borrowing account.

Supply Assets

Add more collateral to an existing position.

Borrow Assets

Draw stablecoins against your deposited collateral.

Withdraw Assets

Remove collateral when health factor allows.

Repay Loans

Pay back debt partially or in full to free collateral.

Liquidations

How permissionless liquidations work and the incentive structure.

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