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: Blend Capital lending protocol
  • Asset: USDC, XLM, EURC
  • Receipt token: bTokens (e.g., bUSDC)
  • Additional rewards: BLND tokens
  • Network: Stellar, Stellar Testnet
Blend is a Stellar-native lending protocol. Upon deposit, users receive bTokens that accrue value via pricePerShare parameter increase. Tokens are redeemable at any time.

Required inputs

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

Actions & lifecycle

Action: Deposit assets into Blend pool
  • Supply the underlying asset
  • Receive bToken representing your position
  • Yield accrues via pricePerShare each block

Example flow

1

Get yield metadata

Fetch available Blend pools and their current rates.
2

Enter position

Call the enter action with your deposit amount.
3

Sign & submit

Sign the Stellar transaction and broadcast.
4

Track balances

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

Operational notes

Blend operates on the Stellar blockchain. Ensure you have a Stellar-compatible wallet and sufficient XLM for transaction fees.
Incentive rewards are distributed in BLND tokens and must be claimed separately.
Blend offers multiple pool types including Fixed Pool V2 and YieldBlox pools.

Yield IDs for this protocol

Yield ID pattern: stellar-{asset}-blend-lending-{pool}

Stellar (Mainnet)

Yield IDName
stellar-usdc-blend-lending-fixed-pool-v2Blend USDC Lending
stellar-xlm-blend-lending-fixed-pool-v2Blend XLM Lending
stellar-eurc-blend-lending-fixed-pool-v2Blend EURC Lending
stellar-eurc-blend-lending-yieldblox-poolBlend EURC Lending (YieldBlox)
stellar-xlm-blend-lending-yieldblox-poolBlend XLM Lending (YieldBlox)
stellar-usdc-blend-lending-yieldblox-poolBlend USDC Lending (YieldBlox)

Stellar Testnet

Yield IDName
stellar-testnet-usdc-blend-lending-testnet-poolBlend USDC Lending
stellar-testnet-xlm-blend-lending-testnet-poolBlend XLM Lending

See also

Quickstart

Get started with Yield.xyz

Actions & Balances

Understand how actions work