A suite of paywalled on-chain intelligence skills for the Base network: balance lookups, transaction decoding, token prices, wallet generation, an AI chat endpoint, and utilities to construct/send/broadcast transactions. The service gates access via an x402 USDC micropayment flow (each call ~ $0.01).
Use when you need programmatic Base chain data (balances, decoded txes, token prices), to generate or fund wallets, to produce unsigned transactions for signing, or to chat with an attached AI agent about on-chain state. Also useful when experimenting with micropayment-gated API patterns (x402).
skills/ for each endpoint (balance, tx, price, wallet, chat, send, trade, fund, broadcast).Compatible with agents that can call web APIs and manage payment flows; mentions Anthropic Claude integration and TypeScript SDK examples (good fit for developer-oriented assistants).
Pinion Chain Intel provides 9 on-chain intelligence and wallet tools for Base blockchain, paywalled via x402 USDC micropayments ($0.01/call). The SKILL.md is well-structured with clear endpoint documentation, directory layout, and usage examples. No bundled scripts to test — all functionality is API-based via external server. Niche but practical for crypto developers working on Base.
No scripts included — all functionality is external API calls. The skill is essentially a well-documented API client wrapper. The x402 payment mechanism is transparent and documented. Security concerns are minimal since no code runs locally, but users should be aware of the private key requirement and per-call costs.