megaeth-ai-developer-skillsEnd-to-end MegaETH development playbook (Feb 2026). Covers wallet operations, token swaps (Kyber Network), eth_sendRawTransactionSync (EIP-7966) for instant receipts, JSON-RPC batching, real-time mini-block subscriptions, storage-aware contract patterns (Solady RedBlackTreeLib), MegaEVM gas model, WebSocket keepalive, bridging from Ethereum, and debugging with mega-evme. Use when building on MegaETH, managing wallets, sending transactions, or deploying contracts.
Install via ClawdBot CLI:
clawdbot install 0xBreadguy/megaeth-ai-developer-skillsUse this Skill when the user asks for:
| Network | Chain ID | RPC | Explorer |
|---------|----------|-----|----------|
| Mainnet | 4326 | https://mainnet.megaeth.com/rpc | https://mega.etherscan.io |
| Testnet | 6343 | https://carrot.megaeth.com/rpc | https://megaeth-testnet-v2.blockscout.com |
eth_sendRawTransactionSync (EIP-7966) β returns receipt in <10mseth_getTransactionReceiptaggregate3) for batching multiple eth_call requestseth_call is 2-10x faster; Multicall amortizes per-RPC overheadeth_getLogs) with fast ones in same requestNote: Earlier guidance recommended JSON-RPC batching over Multicall for caching benefits. With v2.0.14's performance improvements, Multicall is now preferred.
eth_chainId every 30 secondsminiBlocks subscription for real-time dataeth_maxPriorityFeePerGas (returns 0)eth_estimateGas (MegaEVM costs differ from standard EVM)eth_sendRawTransactionSync β done--skip-simulationAlways be explicit about:
When implementing changes, provide:
Generated Mar 1, 2026
Building a decentralized finance aggregator that leverages Kyber Network for token swaps on MegaETH, utilizing eth_sendRawTransactionSync for instant transaction receipts and WebSocket subscriptions for real-time price updates. This scenario focuses on optimizing RPC calls with Multicall for batch queries and managing gas costs with stable base fees.
Creating an online gaming platform where in-game transactions and asset transfers occur on MegaETH, using mini-block subscriptions for live updates and storage-efficient smart contracts with Solady's RedBlackTreeLib to handle player inventories. This involves frontend integration with React/Next.js for seamless user experiences.
Developing a service to bridge ETH from Ethereum to MegaETH, implementing wallet management for users and optimizing transaction flows with hardcoded gas limits and remote gas estimation. This scenario requires debugging with mega-evme CLI to ensure reliable and cost-effective transfers.
Implementing a supply chain tracking system on MegaETH, using smart contracts with storage-aware patterns to log product movements and WebSocket keepalive for continuous data streaming. This involves RPC configuration for efficient data retrieval and testing with Foundry to validate contract logic.
Launching an NFT marketplace that utilizes MegaETH's fast transaction capabilities via eth_sendRawTransactionSync for instant purchase confirmations and token operations. Focus on frontend development for real-time updates and gas optimization to minimize costs for frequent storage changes.
Offering a platform that charges small fees per transaction for services like token swaps or cross-chain bridging on MegaETH, leveraging optimized RPC methods and gas savings to maximize profit margins. Revenue scales with user transaction volume and network activity.
Providing a software-as-a-service toolset for developers building on MegaETH, including pre-configured RPC clients, contract templates with storage optimization, and debugging tools like mega-evme. Revenue comes from subscription tiers based on usage and support levels.
Offering consulting services to help businesses integrate MegaETH into their operations, focusing on gas cost analysis, contract deployment, and performance optimization. Revenue is generated through project-based contracts or hourly rates for expert guidance.
π¬ Integration Tip
Always hardcode gas limits and use eth_sendRawTransactionSync for instant receipts to reduce latency in transaction-heavy applications.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.