Skip to main content

Documentation Index

Fetch the complete documentation index at: https://yieldxyz.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

What this yield is

  • Protocol: Venus Protocol lending markets
  • Asset: USDC, USDT, BNB, BTC, ETH, and 20+ other tokens
  • Receipt token: vTokens (e.g., vBTC, vUSDC)
  • Network: BNB Chain (BSC)
Upon lending into Venus, users receive vTokens which accrue value via the pricePerShare parameter. These tokens are redeemable for the underlying asset at any time.

Required inputs

ParameterDescription
yieldIdThe specific Venus lending yield ID
addressUser’s wallet address
amountAmount to deposit

Actions & lifecycle

Action: Deposit assets into Venus pool
  • Supply the underlying asset
  • Receive vToken representing your position
  • Yield accrues via pricePerShare increase

Example flow

1

Get yield metadata

Fetch available Venus pools and their current rates.
2

Enter position

Call the enter action with your deposit amount.
3

Sign & submit

Sign the transaction and broadcast to the network.
4

Track balances

Monitor your position via the balances endpoint.
curl --request GET \
  --url https://api.yield.xyz/v1/yields/binance-usdc-venus-lending \
  --header 'accept: application/json' \
  --header 'x-api-key: <API_KEY>'

Operational notes

Base yield accrues directly to the vToken via pricePerShare parameter increase. No claiming required for base yield.
Some pools may have additional token incentives that can be claimed using CLAIM_REWARDS.
vTokens are redeemable for underlying assets at any time, subject to pool liquidity.

Yield IDs for this protocol

Yield ID pattern: binance-{asset}-venus-lending

BSC Core Pools

Yield IDName
binance-usdc-venus-lendingUSDC Binance Venus Lending
binance-usdt-venus-lendingUSDT Binance Venus Lending
binance-bnb-venus-lendingBNB Binance Venus Lending
binance-btcb-venus-lendingBTCB Binance Venus Lending
binance-eth-venus-lendingETH Binance Venus Lending
binance-cake-venus-lendingCAKE BSC Venus Lending
binance-xvx-venus-lendingXVS BSC Venus Lending
binance-dot-venus-lendingDOT Binance Venus Lending
binance-aave-venus-lendingAAVE Binance Venus Lending
binance-uni-venus-lendingUNI Binance Venus Lending
binance-dai-venus-lendingDAI Binance Venus Lending
binance-link-venus-lendingLINK Binance Venus Lending
binance-wbeth-venus-lendingwbETH Binance Venus Lending
binance-sol-venus-lendingSOL Binance Venus Lending
binance-fdusd-venus-lendingFDUSD Binance Venus Lending
binance-trx-venus-lendingTRX Binance Venus Lending
binance-doge-venus-lendingDOGE Binance Venus Lending
binance-xrp-venus-lendingXRP Binance Venus Lending
binance-ada-venus-lendingADA Binance Venus Lending
binance-matic-venus-lendingMATIC Binance Venus Lending

See also

Quickstart

Get started with Yield.xyz

Actions & Balances

Understand how actions work