Get the sGHO savings vault
get_sgho_vaultv3 only, Ethereum only. Savings GHO (sGHO) is an ERC-4626 vault that pays a target rate on deposited GHO. Returns the vault's targetRatePct, totalAssets, supplyCap and paused flag; pass 'user' to add that wallet's shares, their GHO value, its GHO wallet balance, and the maxDeposit / maxWithdraw the contract allows right now. Two things this rate is not: it is set by governance rather than by utilisation, so it does not move with borrowing demand, and it is not a lending position - sGHO earns yield but is not Aave collateral and cannot be borrowed against. Deposits and withdrawals are instant, with no cooldown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Optional wallet address (0x, 40 hex) to include its position. Omit the argument entirely for vault state only. | |
| version | No | Optional, and only 'v3': this tool exists on v3 only. |