Revert
  • Introduction
  • Position Analytics
    • Uniswap V2 Positions
    • Uniswap V3 Positions
    • Detecting staked LP tokens
  • Liquidity incentives
    • Time-vested v3 Staker
    • Migrating from Mainnet
      • To Optimism
      • To Polygon
  • Top Positions
  • Initiator
    • Start providing liquidity
  • Auto-compounder
    • User Guide
    • Performance improvement
  • Position Management
  • Auto-Exit
  • Auto-Range
  • Revert Lend
    • Borrowing
    • Lending
    • Repaying
    • Withdrawing
    • Leverage
    • Liquidations
  • TECHNICAL DOCS
    • Auto-compounder
    • Backtester
    • Self-compounder
    • Auto-Exit
    • Auto-Range
    • Revert Lend
      • Configuration parameters
  • Resources
    • Contract Addresses
    • Security
    • Auto-compounder v1 FAQ
    • Twitter
    • Discord
    • GitHub
    • Blog
Powered by GitBook
On this page
  • Supported Chains and Tokens
  • Collateral factors
  1. TECHNICAL DOCS
  2. Revert Lend

Configuration parameters

PreviousRevert LendNextContract Addresses

Last updated 9 months ago

The initial configuration of Revert Lend supported tokens and parameters was defined by using the risk framework from described in detail in this document (TODO link).

Supported Chains and Tokens

Currently Revert Lend is available on Arbitrum.

The lend token is USDC

The supported collateral tokens are: USDC, USDC.e, USDT, DAI, WETH, WBTC, ARB, wstETH.

Collateral factors

To decide the collateral factor of a LP position, the lower collateral factor of the two tokens is applied.

Token
Collateral factor

USDC

85.0%

USDC.e

85.0%

USDT

85.0%

DAI

85.0%

WETH

77.5%

WBTC

77.5%

ARB

60%

wstETH

72.5%

Anthias