concepts
Installation
SKILL.md
Monad is Ethereum-compatible but its architecture introduces behaviors that developers must understand. Only fetch the references relevant to the task at hand.
What to Fetch by Task
| I'm dealing with... | Fetch |
|---|---|
| Newly funded accounts can't send transactions, funding delays | async-execution.md |
| Whether existing Solidity contracts need changes for Monad | parallel-execution.md |
Choosing between latest, safe, finalized block tags |
block-states.md |
| Transaction reverts due to low balance, 10 MON floor, emptying transactions | reserve-balance.md |
| Smart wallet delegation, EIP-7702, session keys, gas sponsorship | eip-7702.md |
| Subscribing to events, WebSocket feeds, high-throughput data ingestion | realtime-data.md |
| Block lifecycle events, speculative data, BLOCK_START/QC/FINALIZED | execution-events.md |