General
What is Varla?
What is Varla?
Varla is lending and risk infrastructure for prediction markets. You can borrow stablecoins (USDC/USDT) against your prediction market positions without selling them, and you can lend stablecoins to earn yield from borrower interest.
Which prediction markets does Varla support?
Which prediction markets does Varla support?
Varla is live on:
- Polygon: Polymarket positions (USDC)
- BSC: Opinion Protocol positions (USDT)
Is Varla custodial?
Is Varla custodial?
No. Collateral is held by the protocol’s on-chain VarlaCore contract — not a company or individual. The smart contract enforces all rules. Withdrawals follow on-chain conditions (health factor must remain safe).See also: Custody
What makes Varla unique?
What makes Varla unique?
Key features:
- Cross-margin: Portfolio-level collateral management, not isolated positions
- Tiered LTV: 50-80% LTV based on market risk tier
- Permissionless liquidations: Fully on-chain with variable bonus (5-15%)
- Multi-chain: Live on Polygon (Polymarket) and BSC (Opinion)
Borrowing
What assets can I borrow?
What assets can I borrow?
Polygon (Polymarket) uses USDC. BSC (Opinion) uses USDT.
How much can I borrow?
How much can I borrow?
Borrowing power depends on your collateral’s risk tier:
- Conservative tier: up to 80% LTV
- Moderate tier: up to 65% LTV
- Risk tier: up to 50% LTV
What triggers liquidation?
What triggers liquidation?
Your position is liquidatable when health factor < 1.0.Health factor = (LTV-weighted collateral value) / debtLiquidation can still be temporarily blocked by oracle safety guards (stale prices or grace periods).
Why does my borrow power sometimes drop suddenly?
Why does my borrow power sometimes drop suddenly?
Varla treats collateral with an unavailable oracle price (stale/invalid) as worth $0 for borrowing power. This is a safety choice to avoid protocol-wide failures when oracle data is missing.Once the oracle updates, your borrow power will return to normal.
Can I repay immediately after borrowing?
Can I repay immediately after borrowing?
No. Varla enforces a 1-minute minimum borrow duration before repayment is allowed. This prevents flash loan attacks and manipulation.
What's the minimum borrow amount?
What's the minimum borrow amount?
The minimum borrow is 10 units of the collateral token (10 USDC or 10 USDT). Partial repays cannot leave debt below this threshold — you must repay to zero or keep at least 10 units borrowed.
What happens to my position when a market resolves?
What happens to my position when a market resolves?
When a market resolves:
- Your position becomes worth its final outcome value (1 per share)
- If your position loses value, your health factor may drop
- If HF < 1.0, liquidation can occur
- After resolution, the position can no longer be used as collateral for new borrows
Lending
How do I earn yield?
How do I earn yield?
Deposit USDC (Polygon) or USDT (BSC) into the VarlaPool. You receive ERC-4626 vault shares. As borrower interest accrues, the share price increases — your shares become worth more over time.
What APY can I expect?
What APY can I expect?
Rates are dynamic and depend on pool utilization:
- Lower utilization = lower APY
- Higher utilization = higher APY
Why can withdrawals be limited?
Why can withdrawals be limited?
The lending pool can only pay out funds that aren’t currently borrowed. Withdrawals are limited by available liquidity (cash in the pool minus the protocol reserve).At high utilization, you may need to wait for borrowers to repay before withdrawing.
Is there a lock-up period?
Is there a lock-up period?
No. You can withdraw anytime, subject to available liquidity.
What happens if borrowers default?
What happens if borrowers default?
Varla has multiple protections:
- Permissionless liquidations ensure unhealthy positions are resolved quickly
- 10% reserve fee on borrower interest funds first-loss coverage
- Conservative oracle pricing prevents inflated collateral values
Risk & Liquidations
What's the liquidation threshold?
What's the liquidation threshold?
Liquidation occurs when health factor < 1.0.Unlike some protocols with separate “liquidation threshold” and “LTV,” Varla uses health factor as the single measure. Your health factor = collateral value (after LTV weighting) / debt.
What's the liquidation bonus/penalty?
What's the liquidation bonus/penalty?
Liquidators receive a variable bonus based on how unhealthy the position is:
- Near HF 1.0: ~5% bonus
- Near HF 0.8: ~15% bonus (max)
What is early-closure?
What is early-closure?
As markets approach resolution, risk increases. Varla applies early-closure rules:
- Deposits may be blocked in the final days before resolution
- Effective LTV may decrease (reducing borrow power)
Can liquidation be blocked?
Can liquidation be blocked?
Yes, temporarily. Liquidation is blocked when:
- Any collateral position has an unavailable oracle price (stale/invalid)
- The oracle just recovered from a stale period (grace window)
Technical
What wallet do I need?
What wallet do I need?
Varla supports any EVM-compatible wallet:
- MetaMask, Trust Wallet, Rainbow, Rabby
- Gnosis Safe (used by Polymarket)
- WalletConnect-compatible mobile wallets
- Hardware wallets (Ledger, Trezor via WalletConnect)
- Email/social login via Privy (for Polymarket users who signed up with email)
What approvals are needed?
What approvals are needed?
Two approvals:
- ERC-1155 approval: Allow VarlaCore to transfer your prediction market positions
- ERC-20 approval: Allow VarlaCore to pull USDC/USDT for repayment
Are the contracts audited?
Are the contracts audited?
Varla is undergoing security audits. Audit reports will be published when complete.See: Security Audits
Where can I find contract addresses?
Where can I find contract addresses?
All deployed contracts are verified on block explorers:See: Contract Addresses