pinion-fund

Return ETH and USDC balances for a Base address with funding instructions.

95|6|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/chu2bard/pinion-os --skill pinion-fund-chu2bard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinion-fund
Source: https://github.com/chu2bard/pinion-os/tree/main/skills/fund
Command: npx skills add https://github.com/chu2bard/pinion-os --skill pinion-fund-chu2bard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Returns ETH and USDC balances for any Base address along with step-by-step funding instructions and minimum recommended amounts.

Core Features & Use Cases

  • Balance retrieval: fetch ETH and USDC balances for a Base address.
  • Funding guidance: provide step-by-step funding instructions and minimum recommendations.
  • Use cases: prepare wallets for onboarding, liquidity provisioning, and automated skill runs on Base.

Quick Start

Query the fund endpoint with a Base address to obtain balances and funding steps.

Frequently Asked Questions about pinion-fund

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

FAQPage Schema
How do I check ETH and USDC balances for a Base network wallet?

You can check ETH and USDC balances for a Base network wallet by querying the deterministic GET endpoint with a target address to retrieve current token balances alongside minimum recommended funding amounts.

What are the step-by-step instructions to fund a Base wallet with USDC?

Step-by-step instructions to fund a Base wallet with USDC are returned directly by querying the endpoint, providing minimum recommended amounts and following the EIP-3009 TransferWithAuthorization payment flow.

Does this funding tool follow the EIP-3009 TransferWithAuthorization payment flow?

Yes, the funding tool follows the EIP-3009 TransferWithAuthorization payment flow and implements x402 pricing to deliver deterministic balance retrieval and funding guidance for Base addresses.

Can I use this to prepare wallets for automated Base skill operations?

Yes, you can use this to prepare wallets for onboarding, liquidity provisioning, and automated Base-based skill operations by retrieving balance data and minimum funding requirements for agents and apps.

What is the best way to retrieve minimum recommended funding amounts for a Base address?

The best way to retrieve minimum recommended funding amounts for a Base address is to request the endpoint, which returns both ETH and USDC balances with step-by-step funding guidance.