grimoire-pendle
Original:🇺🇸 English
Translated
Fetches Pendle Hosted SDK metadata using the Grimoire venue CLI. Use when you need supported chains, aggregators, markets, assets, or market token details.
4installs
Sourcefranalgaba/grimoire
Added on
NPX Install
npx skill4agent add franalgaba/grimoire grimoire-pendleTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Grimoire Pendle Skill
Use this skill to inspect Pendle metadata and preflight Pendle routing configuration before running spells.
Preferred invocations:
grimoire venue pendle ...- (no-install)
npx -y @grimoirelabs/cli venue pendle ... - (repo-local)
bun run packages/cli/src/index.ts venue pendle ... - (direct binary from
grimoire-pendle ...)@grimoirelabs/venues
Recommended preflight:
grimoire venue doctor --adapter pendle --chain 1 --rpc-url <rpc> --json
Commands
grimoire venue pendle info [--base-url <url>] [--format <auto|json|table>]grimoire venue pendle chains [--base-url <url>] [--format <auto|json|table>]grimoire venue pendle supported-aggregators --chain <id> [--base-url <url>] [--format <auto|json|table>]grimoire venue pendle markets [--chain <id>] [--active <true|false>] [--base-url <url>] [--format <auto|json|table>]grimoire venue pendle assets [--chain <id>] [--type <PT|YT|LP|SY>] [--base-url <url>] [--format <auto|json|table>]grimoire venue pendle market-tokens --chain <id> --market <address> [--base-url <url>] [--format <auto|json|table>]
Examples
bash
grimoire venue pendle info --format table
grimoire venue pendle chains
grimoire venue pendle supported-aggregators --chain 1 --format json
grimoire venue pendle markets --chain 1 --active true --format table
grimoire venue pendle assets --chain 8453 --type PT --format table
grimoire venue pendle market-tokens --chain 8453 --market 0x... --format jsonNotes
- Default API base URL is .
https://api-v2.pendle.finance/core - Override base URL with or
--base-url.PENDLE_API_BASE_URL - Use for automation and nested payloads.
--format json - Pendle currently supports
swaponly.mode: exact_in - Aggregators are disabled by default in adapter actions unless explicitly enabled.
- For Pendle token outputs (,
assetOut), use bare address literals (outputs) and not quoted strings (0x...).\"0x...\" - Quoted address-like token values trigger validator code .
QUOTED_ADDRESS_LITERAL - is validated as integer bps in
max_slippageand converted to decimal ([0, 10000]) before API requests.bps / 10000