TVL: ~$3M | Type: Delta-Neutral USDC Vault | Docs: sherpa.fi
Overview
Sherpa runs delta-neutral strategies to generate yield on USDC without directional market exposure. Depositors receive vault shares; yield is accrued continuously and reflected in the share price. Multiple vaults may run distinct strategies with different risk/reward profiles.Functions
getSherpaVaults()
Returns all active Sherpa vaults with current APY and total assets. ReturnsSherpaVault[]
| Field | Type | Description |
|---|---|---|
address | string | Vault contract address |
asset | string | Underlying token address (typically USDC) |
totalAssets | bigint | Total assets under management (raw) |
apy | number | Current APY as a decimal (e.g. 0.118) |
strategy | string | Strategy description or name |
protocol | 'sherpa' | Protocol identifier |
getSherpaVault(address)
Returns data for a single Sherpa vault by address.| Parameter | Type | Description |
|---|---|---|
address | string | Vault contract address |
SherpaVault
getSherpaAPY()
Returns the best current APY across all Sherpa vaults. Returnsnumber
getSherpaTVL()
Returns total value locked across all Sherpa vaults in USD. Returnsnumber
Usage Example
Contract Addresses
| Contract | Address |
|---|---|
| VaultFactory | 0x8A5Ef4f01DC60f3a7b1a5C91c08c2a8F0d59b786 |