For the complete documentation index, see llms.txt. This page is also available as Markdown.

Periphery

Venus Protocol periphery contracts extend core protocol functionality with auxiliary features for advanced DeFi operations. These contracts integrate with the Venus Comptroller and vToken markets to provide atomic, gas-efficient operations.

Overview

The Venus periphery consists of specialized smart contracts designed to streamline complex DeFi operations:

  • RelativePositionManager - Orchestrate the full lifecycle of Venus Trade positions, from activation and opening to proportional closing and deactivation

  • LeverageStrategiesManager - Enter and exit leveraged positions atomically using flash loans

  • SwapHelper - Execute backend-authorized token swaps with signature verification

Key Features

  • Flash loan-based atomic execution

  • EIP-712 signature verification for authorized operations

  • EIP-1153 transient storage for efficient callback state management

  • Comprehensive account safety validation

  • Slippage protection on all swap operations

Deployment

Periphery contracts are currently deployed on BNB Chain Mainnet. See Deployed Contracts for addresses and deployment information.

Last updated