grimoire-morpho-blue
Original:🇺🇸 English
Translated
Fetches Morpho Blue public deployment metadata using the Grimoire venue CLI. Use when you need contract addresses or adapter info.
12installs
Sourcefranalgaba/grimoire
Added on
NPX Install
npx skill4agent add franalgaba/grimoire grimoire-morpho-blueTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Grimoire Morpho Blue Skill
Use the Grimoire CLI to read Morpho Blue deployment data.
Preferred:
grimoire venue morpho-blue ...
If you installed directly, you can also use .
@grimoirelabs/venuesgrimoire-morpho-blueWhen to use
- Fetch Morpho Blue addresses or vaults for quick VM prototyping.
- Produce snapshot blocks with
paramsfor VM runs.--format spell
Prerequisites
- Global CLI:
npm i -g @grimoirelabs/cli - No install:
npx -y @grimoirelabs/cli venue morpho-blue ...
VM snapshot usage
Use to emit a VM-ready block you can paste into a spell.
--format spellparams:The snapshot includes provenance fields (, ) and APY data.
snapshot_atsnapshot_sourceAPY semantics:
- /
apyare decimal rates (for examplenet_apy=0.0408).4.08% - When reporting, include both decimal and percent display when possible.
Commands
grimoire venue morpho-blue info [--format <json|table>]grimoire venue morpho-blue addresses [--chain <id>] [--format <json|table>]grimoire venue morpho-blue vaults [--chain <id>] [--asset <symbol>] [--min-tvl <usd>] [--min-apy <decimal>] [--min-net-apy <decimal>] [--sort <field>] [--order <asc|desc>] [--limit <n>] [--format <json|table|spell>]
Examples
bash
grimoire venue morpho-blue info --format table
grimoire venue morpho-blue addresses --chain 1
grimoire venue morpho-blue addresses --chain 8453
grimoire venue morpho-blue vaults --chain 8453 --asset USDC --min-tvl 5000000 --format table
grimoire venue morpho-blue vaults --chain 8453 --asset USDC --min-tvl 5000000 --format spellExample VM provenance output fields to preserve:
snapshot_atsnapshot_source- (for example
units,net_apy=decimal,net_apy_pct=percent)tvl_usd=usd
Default Markets (Base)
The adapter ships with pre-configured markets for Base (chain 8453):
| Market | Collateral | LLTV |
|---|---|---|
| cbBTC/USDC | cbBTC | 86% |
| WETH/USDC | WETH | 86% |
When no collateral is specified in a spell, the first matching market by loan token is selected.
Notes
- Outputs JSON plus a human-readable table.
- Uses the SDK's chain address registry.