YieldETF
Explore vaults

Quickstart

From zero to holding a vault share in four steps.

Connect to the chain

YieldETF settles on Robinhood Chain mainnet. Add the network to your wallet, bridge ETH in, and you are ready. Gas is paid in ETH.

# Robinhood Chain mainnet
Chain ID:   4663
RPC:        https://rpc.mainnet.chain.robinhood.com
Explorer:   https://robinhoodchain.blockscout.com
Gas token:  ETH

Deposit

  1. Pick a vault. GRAD10 is the broad index; see Vaults for all three.
  2. Call deposit() on the vault with the ETH you want to invest.
  3. You receive shares priced at the current NAV, minted in the same transaction.

Shares are plain ERC-20 tokens. You can transfer them, LP them, or hold them; the NAV behind each share moves with the basket and its compounding fees.

Redeem

  1. Call redeem(shares) with the amount you want to exit.
  2. Your shares burn, and ETH at the current NAV returns in the same transaction.

Redemptions pull from the vault's idle ETH. A very large redemption can exceed what is idle and revert until the executor unwinds positions; see Risk for the details.