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: Maple Finance (Syrup vaults)
  • Asset: USDC, USDT
  • Receipt token: syrupUSDC, syrupUSDT
  • Additional rewards: Drips (Maple points)
  • Withdrawal period: Up to 30 days (most under 24 hours)
  • Network: Ethereum
Maple’s Syrup vaults generate yield from fixed-rate, overcollateralized loans to institutional borrowers. Users continue earning during the withdrawal period.

Required inputs

ParameterDescription
yieldIdThe specific Maple vault yield ID
addressUser’s wallet address
amountAmount to deposit

Actions & lifecycle

Action: Deposit into Syrup vault
  • Supply USDC or USDT
  • Receive syrupToken representing your share
  • Begin earning yield immediately
  • Earn Drips rewards on top of base yield

Example flow

1

Get yield metadata

Fetch available Maple vaults 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/ethereum-usdc-syrupusdc-0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b-4626-vault' \
  --header 'accept: application/json' \
  --header 'x-api-key: <API_KEY>'

Operational notes

Withdrawals are processed first-in, first-out as liquidity becomes available. Assets are sent directly to your wallet—no additional transaction required. Most complete in under 24 hours, but can take up to 30 days.
Maple’s Drips program distributes SYRUP tokens. Rewards accrue every 4 hours at 1 Drip per 1 USDC/USDT per day. Claim windows open on the 18th of each month.
Users continue earning yield during the entire withdrawal period.

Yield IDs for this protocol

Ethereum

Yield IDName
ethereum-usdc-syrupusdc-0x80ac24aa929eaf5013f6436cda2a7ba190f5cc0b-4626-vaultsyrupUSDC
ethereum-usdt-syrupusdt-0x356b8d89c1e1239cbbb9de4815c39a1474d5ba7d-4626-vaultsyrupUSDT

See also

Quickstart

Get started with Yield.xyz

Actions & Balances

Understand how actions work