Morpho Vault Scanner — Curated Lending Vaults TVL and APY avatar

Morpho Vault Scanner — Curated Lending Vaults TVL and APY

Pricing

$5.00 / 1,000 runs

Go to Apify Store
Morpho Vault Scanner — Curated Lending Vaults TVL and APY

Morpho Vault Scanner — Curated Lending Vaults TVL and APY

Scans Morpho Protocol curated vaults (Gauntlet, Steakhouse, RE7) across Ethereum and Base: TVL, gross APY, net APY after fees, curator info. Public GraphQL API, no auth. $0.005/run.

Pricing

$5.00 / 1,000 runs

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

15 days ago

Last modified

Categories

Share

What does Morpho Vault Scanner do?

Morpho Vault Scanner queries the Morpho Blue public GraphQL API to surface every curated lending vault across Ethereum, Base, and Polygon — including TVL, gross APY, net APY after curator fees, collateral quality, liquidity risk, and a composite vault quality score. It computes over 20 analytics fields per vault so you can instantly compare Gauntlet, Steakhouse, RE7, and other curators side-by-side without building your own data pipeline. The actor also emits an ecosystem summary with the best-yield and safest vault rankings across the entire Morpho protocol.

Why use Morpho Vault Scanner?

  • No API key required — the Morpho Blue GraphQL endpoint is fully public, so you can start scraping immediately without account setup or rate-limit negotiations.
  • Risk-adjusted analytics built in — every vault ships with vault_quality_score, liquidation_buffer_health, oracle_risk_level, bad_debt_risk_detailed, and collateral_quality_tier so you can filter by risk profile, not just APY.
  • Multi-chain coverage — fetches Ethereum, Base, and Polygon vaults in a single run; filter by chain or asset to narrow results.
  • Curator due diligence — each record includes curator_reputation (top_tier / established / independent / unknown), curator_verified, and curator_track_record to distinguish Gauntlet-managed vaults from anonymous ones.
  • MORPHO rewards includedmorpho_rewards_boost_pct and total_apy_pct (net APY + token rewards) give you the all-in yield rather than the base rate alone.

How to use Morpho Vault Scanner

  1. Go to the Apify Store and find Morpho Vault Scanner.
  2. Click Try for free to open the actor in Apify Console.
  3. Configure inputs: set minTvlUsdM (minimum TVL in millions), optionally filter by asset (e.g., USDC) or chain (e.g., Base).
  4. Click Start — the run completes in under 30 seconds.
  5. Download results as JSON, CSV, or connect directly to your dataset via the Apify API.

Input

FieldTypeDefaultDescription
minTvlUsdMnumber1Minimum vault TVL in millions USD. Vaults below this threshold are excluded.
assetstring(all)Filter by underlying asset symbol: USDC, WETH, USDT, wstETH, etc. Leave blank for all assets.
chainstring(all)Filter by chain name: Ethereum, Base, or Polygon. Leave blank for all chains.

Output

[
{
"type": "summary",
"vaults_qualified": 42,
"total_tvl_usd": 3800000000,
"total_morpho_tvl_usd": 4100000000,
"avg_utilization_rate_pct": 71.4,
"best_yield_vaults": [
{ "vault_name": "Steakhouse USDC", "asset_symbol": "USDC", "chain": "Ethereum", "total_apy_pct": 9.82, "tvl_usd": 420000000 }
],
"morpho_ecosystem_growth": "rapid",
"fetched_at": "2026-09-02T08:00:00Z"
},
{
"rank": 1,
"vault_name": "Gauntlet USDC Core",
"vault_symbol": "gUSDC",
"vault_address": "0x8eB67A509616cd6A7c1B3c8C21D48FF57df3d458",
"asset_symbol": "USDC",
"asset_name": "USD Coin",
"chain": "Ethereum",
"chain_id": 1,
"tvl_usd": 850000000,
"apy_gross_pct": 7.4812,
"apy_net_pct": 6.7331,
"curator_fee_pct": 0.7481,
"curators": ["Gauntlet"],
"utilization_rate_pct": 78.2,
"liquidity_risk_label": "medium",
"curator_track_record": "established",
"collateral_diversity_score": 80,
"bad_debt_risk": "minimal",
"optimal_deposit_size_usd": { "min": 2700, "optimal": 9000, "max_practical": 45000 },
"apy_spread_pct": 0.7481,
"curator_verified": true,
"max_lltv_pct": 86.0,
"weighted_avg_lltv_pct": 81.5,
"vault_age_days": 412,
"available_liquidity_usd": 185700000,
"vault_quality_score": 91,
"liquidation_buffer_health": "adequate",
"oracle_risk_level": "minimal",
"collateral_quality_tier": "blue_chip",
"curator_reputation": "top_tier",
"supply_demand_balance": "balanced",
"bad_debt_risk_detailed": "negligible",
"morpho_rewards_boost_pct": 1.12,
"total_apy_pct": 7.8531,
"fetched_at": "2026-09-02T08:00:00Z"
}
]

Data fields

FieldDescription
vault_nameHuman-readable vault name (e.g., "Gauntlet USDC Core")
vault_symbolVault token symbol (e.g., "gUSDC")
vault_addressOn-chain contract address of the vault
asset_symbolUnderlying asset symbol (USDC, WETH, USDT, etc.)
chainChain name: Ethereum, Base, or Polygon
chain_idNumeric EVM chain ID
tvl_usdTotal value locked in USD
apy_gross_pctRaw APY from lending market yield before fees
apy_net_pctAPY after curator performance fee
curator_fee_pctPerformance fee taken by the risk curator
curatorsList of curator names managing this vault
utilization_rate_pctBorrowed / supplied assets × 100
liquidity_risk_labelWithdrawal risk: low / medium / high / critical
curator_track_recordCurator experience: established / new / unknown
collateral_diversity_score0–100 score; higher = more collateral types
bad_debt_riskSimple bad debt risk: minimal / moderate / elevated
optimal_deposit_size_usdMin/optimal/max deposit sizes (break-even in 30 days vs gas)
apy_spread_pctDifference between gross and net APY (= curator fee capture)
curator_verifiedWhether any curator holds a verified status on Morpho
max_lltv_pctHighest LLTV across all allocated markets (%)
weighted_avg_lltv_pctSupply-weighted average LLTV (%)
vault_age_daysDays since vault creation
available_liquidity_usdApproximate withdrawable USD liquidity
vault_quality_score0–100 composite score (TVL + curator + collateral + oracle)
liquidation_buffer_healthBorrower safety proxy: safe / adequate / tight / at_risk
oracle_risk_levelInferred oracle reliability: minimal / low / moderate / high
collateral_quality_tierCollateral class: blue_chip / established / mid_tier / volatile / exotic
curator_reputationCurator tier: top_tier / established / independent / unknown
supply_demand_balanceVault utilization state: empty / oversupplied / balanced / undersupplied
bad_debt_risk_detailedDetailed bad debt risk: negligible / low / moderate / elevated / high_risk
morpho_rewards_boost_pctAdditional APY from MORPHO/WELL token rewards
total_apy_pctAll-in yield: net APY + MORPHO rewards

Cost estimation

ScenarioVaults returnedCost
Small (default 1M+ TVL, one chain)~15–25 vaults$0.005
Medium (all chains, 500K TVL filter)~40–60 vaults$0.005
Large (all chains, no TVL filter)100–200 vaults$0.005

All scenarios are billed as a single flat $0.005 per run — there is no per-vault charge.

FAQ

Does this actor require an API key? No. The Morpho Blue GraphQL API (blue-api.morpho.org/graphql) is fully public. No authentication, no signup required.

How fresh is the data? Data is fetched live at run time directly from the Morpho API. Schedule runs every 15–60 minutes using Apify's built-in scheduler for near-real-time monitoring.

Can I filter to only stablecoin vaults with low risk? Yes — combine asset: "USDC" (or USDT) with the minTvlUsdM filter, then post-filter on vault_quality_score, bad_debt_risk_detailed, or curator_reputation in your pipeline.

Disclaimer: This actor provides data for informational and research purposes only. Nothing in this output constitutes financial or investment advice. DeFi protocols carry smart contract risk, oracle risk, and market risk. Always conduct your own research before depositing funds into any lending vault.

Keywords: Morpho vault scanner, Morpho Blue APY, curated vault yield, Gauntlet Steakhouse RE7 vaults, DeFi lending rates, Morpho TVL, net APY after fees, Morpho Base Ethereum, vault quality score, DeFi yield comparison


Feedback

If this actor powers your DeFi yield research, a review helps others find it: Leave a review on Apify Store