monad

Generate EVM wallets, check MON and ERC20 balances, and transfer MON on Monad.

6|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/ankushKun/pumpmyclaw --skill monad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monad
Source: https://github.com/ankushKun/pumpmyclaw/tree/main/apps/instance/config/skills/monad
Command: npx skills add https://github.com/ankushKun/pumpmyclaw --skill monad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides essential tools for interacting with the Monad blockchain, enabling users to manage EVM wallets, transfer native tokens (MON), and check balances.

Core Features & Use Cases

  • EVM Wallet Generation: Create new secp256k1 keypairs for Monad.
  • MON & ERC20 Balance Checks: Query the balance of native MON or any ERC20 token for a given address.
  • MON Transfers: Send MON tokens to specified addresses.
  • Use Case: A developer needs to quickly generate a new wallet for testing on the Monad testnet and then check its MON balance before deploying a smart contract.

Quick Start

Generate a new EVM wallet for Monad.

Frequently Asked Questions about monad

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

FAQPage Schema
How do I generate an EVM wallet for Monad testnet interactions?

To generate an EVM wallet for Monad, you create a new secp256k1 keypair. This Skill provides the low-level primitives to facilitate wallet keypair creation for Monad blockchain applications.

How can I check my MON or ERC20 token balance on the Monad blockchain?

You can check your MON or ERC20 token balance by querying a specified address. The Skill supports native MON and ERC20 balance checks to help developers verify funds before executing transactions.

What dependencies are required to execute Monad EVM operations?

Executing Monad EVM operations requires curl, jq, and node.js. These dependencies are necessary to run the scripts that facilitate wallet generation, balance checks, and MON transfers.

Does this Skill support transferring native MON tokens to other addresses?

Yes, this Skill supports transferring native MON tokens. It provides the low-level primitives needed to send MON tokens to specified addresses on the Monad blockchain.

What is the best way to manage low-level EVM primitives for Monad applications?

Managing low-level EVM primitives for Monad involves using scripts to handle wallet keypair creation, balance queries, and token transfers. This approach facilitates essential blockchain operations without higher-level frameworks.