Neutrl is a delta-neutral yield vault on Ethereum. It exposes a single vault (sNUSD) that earns yield through a market-neutral strategy.
sNUSD vault deposit with balance, APY, exchange rate, and vault metrics
query { walletPositions(inputs: [ { protocol: "neutrl", chainId: 1, walletAddress: "0x742d35Cc6634C0532925a3b8D4C9db96C4b4d8b6" } ]) { data { ... on NeutrlWalletPositions { protocol walletAddress chainId vaultPosition { underlyingAsset { symbol } balanceUsd apy exchangeRate vaultMetrics { totalAssets totalSupply } } } } errors { protocol error { code message } } } }