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

Glossary

Key terms and definitions used throughout the Varla protocol documentation.
TermDefinition
CTFConditional Token Framework — the ERC-1155 token standard used by Polymarket and others for prediction market positions.
Early-Closure DecayProgressive reduction of a position's effective LTV as its market approaches resolution date.
ERC-1155Multi-token standard that allows a single contract to manage multiple token types. Used by prediction markets for outcome tokens.
ERC-4626Tokenized vault standard. VarlaPool implements this for lender deposits and share accounting.
Health Factor (HF)Ratio of weighted collateral value to outstanding debt. HF < 1.0 triggers liquidation.
LiquidationProcess where a third party repays a borrower's debt in exchange for their collateral (plus a bonus), triggered when HF drops below 1.0.
Liquidation ThresholdThe percentage at which a position's collateral value is counted for liquidation purposes. Always slightly higher than LTV.
LTV (Loan-to-Value)Maximum percentage of collateral value that can be borrowed. Varies by risk tier: 80%, 65%, or 50%.
NegRiskPolymarket's wrapper for multi-outcome markets. Allows YES/NO positions on individual outcomes within a multi-option question.
OracleSystem that provides on-chain price data for prediction market positions. Uses min(spot, TWAP) for manipulation resistance.
PositionAn ERC-1155 token representing a stake in a prediction market outcome (e.g., 100 YES tokens on "Event X").
Reserve FactorPercentage of borrow interest diverted to the protocol reserve fund (currently 10%).
ResolutionThe moment a prediction market settles — outcomes become either $0 (wrong) or $1 (right).
Risk TierClassification assigned to each position based on market liquidity, age, and volatility. Determines LTV.
Scaled DebtA borrower's debt divided by the current borrow index. Actual debt = scaled debt × current index.
StalenessWhen oracle data is too old (>15 minutes). Stale data blocks new borrows and withdrawals.
TWAPTime-Weighted Average Price — smoothed price over a window (30 min default). Resists short-term manipulation.
UtilizationRatio of total borrows to total pool assets. Drives interest rate calculations via the kinked curve model.
Vault SharesERC-4626 tokens representing a lender's proportional claim on the VarlaPool. Value increases as interest accrues.

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