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

Pool Contract

VarlaPool — an ERC-4626 tokenized vault that manages lender deposits, share pricing, and reserve accrual.

Overview

VarlaPool is the liquidity hub. Lenders deposit stablecoins and receive vault shares. As borrowers pay interest, the share price increases — lenders earn yield simply by holding shares.

Key Functions

FunctionDescriptionAccess
deposit(assets, receiver)Deposit stablecoins, receive vault sharesPublic
withdraw(assets, receiver, owner)Burn shares, receive stablecoinsPublic
redeem(shares, receiver, owner)Redeem specific share amountPublic
totalAssets()Total stablecoins in pool + outstanding borrowsView
convertToShares(assets)Preview shares for a deposit amountView
convertToAssets(shares)Preview assets for a share amountView

Share Price Growth

Share price formula
sharePrice = totalAssets / totalShares

totalAssets = availableLiquidity + totalBorrows - reserves

As borrowers pay interest:
├── totalBorrows grows (interest accrues)
├── 90% goes to lenders (increases totalAssets)
├── 10% goes to reserves
└── sharePrice increases → lenders earn yield
ℹ ERC-4626 compatible
VarlaPool implements the full ERC-4626 standard. Any wallet, aggregator, or DeFi protocol that supports ERC-4626 vaults can integrate with Varla's lending pool.

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