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: Angle Protocol savings
  • Asset: EURA (Euro stablecoin), USDA (USD stablecoin)
  • Receipt token: stEUR, stUSD
  • Networks: Ethereum, Arbitrum, Optimism, Base
Angle’s savings protocol allows users to stake their stablecoins (EURA or USDA) to earn yield. Rewards accrue via the pricePerShare parameter, and tokens are redeemable at any time.

Required inputs

ParameterDescription
yieldIdThe specific Angle savings yield ID
addressUser’s wallet address
amountAmount to stake

Actions & lifecycle

Action: Stake EURA or USDA
  • Supply the stablecoin
  • Receive stEUR or stUSD representing your stake
  • Begin earning rewards immediately

Example flow

1

Get yield metadata

Fetch available Angle savings yields.
2

Enter position

Call the enter action with your stake 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/ethereum-usda-angle-savings \
  --header 'accept: application/json' \
  --header 'x-api-key: <API_KEY>'

Operational notes

Angle savings has no pending actions. Rewards accrue automatically.
Staked tokens are redeemable immediately with no unbonding period.
Angle is available on Ethereum, Arbitrum, Optimism, and Base.

Yield IDs for this protocol

Yield IDNetworkAsset
ethereum-eura-angle-savingsEthereumEURA
arbitrum-eura-angle-savingsArbitrumEURA
ethereum-usda-angle-savingsEthereumUSDA
arbitrum-usda-angle-savingsArbitrumUSDA
base-usda-angle-savingsBaseUSDA
optimism-usda-angle-savingsOptimismUSDA

See also

Quickstart

Get started with Yield.xyz

Actions & Balances

Understand how actions work