weth-base-sepolia

Manage WETH balances, wrapping, unwrapping, and ERC-20 allowances on Base Sepolia.

181|10|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/keypo-us/keypo-cli --skill weth-base-sepolia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weth-base-sepolia
Source: https://github.com/keypo-us/keypo-cli/tree/main/skills/contracts/weth-base-sepolia
Command: npx skills add https://github.com/keypo-us/keypo-cli --skill weth-base-sepolia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of working with Wrapped Ether on Base Sepolia by giving you a reliable way to inspect balances, wrap and unwrap ETH, and manage token approvals without manually assembling contract calls.

Core Features & Use Cases

  • Balance and allowance checks: Read WETH name, symbol, decimals, supply, balances, and spender allowances before sending a transaction.
  • Wrap and unwrap ETH: Deposit native ETH into WETH or withdraw WETH back to ETH with the correct contract interaction.
  • Approve and transfer flows: Set ERC-20 allowances, transfer WETH directly, or move tokens with transferFrom when approval already exists.
  • Wallet-executed transactions: Use keypo-wallet for sending single calls or batched calls on Base Sepolia when you need secure onchain execution.

Quick Start

Ask the skill to help you check a Base Sepolia address's WETH balance, then wrap the ETH amount you choose or prepare the exact calldata needed for an approval or transfer through keypo-wallet.

Frequently Asked Questions about weth-base-sepolia

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

FAQPage Schema
How do I wrap ETH to WETH on Base Sepolia?

To wrap ETH to WETH on Base Sepolia, you deposit native ETH into the verified WETH contract. This Skill prepares the correct 18-decimal amount handling and submits the deposit transaction via keypo-wallet.

How can I check my WETH balance and allowances on Base Sepolia?

You can check WETH balances and spender allowances on Base Sepolia by reading the verified WETH contract. This Skill retrieves token name, symbol, decimals, supply, and specific address allowances before sending transactions.

What is the best way to unwrap WETH back to native ETH?

The best way to unwrap WETH back to native ETH is by withdrawing from the WETH contract. This Skill manages the correct contract interaction and calldata encoding to convert your WETH balance back to ETH.

Can I batch WETH transfers and token approvals in a single transaction?

Yes, you can batch WETH transfers and ERC-20 token approvals in a single transaction. This Skill uses keypo-wallet to encode multiple calls and submit them together as a secure batched onchain execution on Base Sepolia.

Do I need a specific wallet to execute WETH contract calls on Base Sepolia?

Yes, you need keypo-wallet to execute WETH contract calls on Base Sepolia. This Skill relies on keypo-wallet for secure transaction submission, using Base Sepolia RPC access and cast calldata encoding for single or batched calls.