grimoire-pendle

Fetch Pendle Hosted SDK metadata and routing configuration via Grimoire venue CLI.

6|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/franalgaba/grimoire --skill grimoire-pendle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grimoire-pendle
Source: https://github.com/franalgaba/grimoire/tree/main/skills/grimoire-pendle
Command: npx skills add https://github.com/franalgaba/grimoire --skill grimoire-pendle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill fetches Pendle Hosted SDK metadata and preflight routing configuration via the Grimoire venue CLI so users and agents can reliably discover supported chains, aggregators, markets, and exact token addresses before authoring or executing spells.

Core Features & Use Cases

  • Market & Token Discovery: List available Pendle markets, expiries, and resolve PT/YT/SY token addresses for a target chain.
  • Preflight Validation: Run Pendle-specific venue checks and gather adapter-ready information to avoid failed or misconfigured spells.
  • Automation-Friendly Output: Return JSON or human-readable tables, accept base URL overrides, and support commands for chains, supported-aggregators, markets, assets, and market-tokens.

Quick Start

Run the Grimoire venue pendle markets command with the target chain and format json to list active markets and then query market-tokens for the chosen market.

Frequently Asked Questions about grimoire-pendle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover supported chains and token addresses for Pendle markets?

To discover Pendle markets and token addresses, query the Pendle Hosted SDK metadata using the Grimoire venue CLI. It returns structured JSON or table outputs listing active markets, supported aggregators, and exact PT, YT, and SY token addresses for your target chain.

What is a Pendle preflight check and when do I need to run it?

A Pendle preflight check validates routing configuration and gathers adapter-ready information before executing spells. You need to run it to verify supported chains and aggregators, ensuring your spell authoring avoids failed or misconfigured transactions.

How to list active Pendle markets and resolve PT, YT, and SY tokens step by step?

Run the Grimoire venue pendle markets command with your target chain and format json to list active markets. Then, query the market-tokens command with your chosen market to resolve the exact PT, YT, and SY token addresses.

Does the Grimoire Pendle CLI support JSON output for automation workflows?

Yes, the Grimoire Pendle CLI supports JSON output for automation workflows. You can use format flags and base URL overrides to return structured market lists, assets, and token mappings, enabling deterministic spell authoring for agents.

Can I use custom base URL overrides when fetching Pendle SDK routing configuration?

Yes, you can use custom base URL overrides when fetching Pendle SDK routing configuration. The CLI accepts these overrides alongside format flags to retrieve market lists, supported aggregators, and token mappings across multiple chains.