ideabrowser.com — find trending startup ideas with real demand
Try itnpx skills add https://github.com/franalgaba/grimoire --skill grimoire-pendleUse this skill to inspect Pendle metadata and preflight Pendle routing configuration before running spells.
Preferred invocations:
grimoire venue pendle ...npx -y @grimoirelabs/cli venue pendle ... (no-install)bun run packages/cli/src/index.ts venue pendle ... (repo-local)grimoire-pendle ... (direct binary from @grimoirelabs/venues)Recommended preflight:
grimoire venue doctor --adapter pendle --chain 1 --rpc-url <rpc> --jsongrimoire 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>]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 json
https://api-v2.pendle.finance/core.--base-url or PENDLE_API_BASE_URL.--format json for automation and nested payloads.swap currently supports mode: exact_in only.assetOut, outputs), use bare address literals (0x...) and not quoted strings (\"0x...\").QUOTED_ADDRESS_LITERAL.max_slippage is validated as integer bps in [0, 10000] and converted to decimal (bps / 10000) before API requests.