Skip to content

feat(ecosystem): add Monad skill (concepts, gas, addresses, HyperIndex)#38

Open
SahilAujla wants to merge 1 commit into
mainfrom
ecosystem-monad
Open

feat(ecosystem): add Monad skill (concepts, gas, addresses, HyperIndex)#38
SahilAujla wants to merge 1 commit into
mainfrom
ecosystem-monad

Conversation

@SahilAujla
Copy link
Copy Markdown
Contributor

Summary

  • Adds Monad as an ecosystem partner skill (skills/ecosystem/monad/), curated subset of therealharpaljadeja/monskills
  • Covers Monad-specific topics: architecture concepts (async / parallel execution, EIP-7702, block states, reserve balance), gas pricing rules (gas_limit not gas_used, opcode repricing), canonical contract addresses on Monad mainnet, and HyperIndex (Envio Cloud) for on-chain event indexing
  • Adds the path to .claude-plugin/plugin.json so the Vercel npx skills CLI discovers it

Scope

In: Monad concepts that differ from Ethereum (async/parallel execution, 10 MON reserve balance floor, native EIP-7702), gas pricing rules (cold state 3-4× more expensive, precompiles 2-5×), canonical addresses (Wrapped MON, ERC-4337 EntryPoint v0.6/v0.7, Safe, Multicall3, Permit2, bridged stables/ETH/BTC, ERC-8004 agent registry), HyperIndex indexer setup on Envio Cloud.

Out (routes back to first-party Alchemy):

  • Live JSON-RPC queries on Monad → alchemy-cli / alchemy-mcp
  • App-code JSON-RPC on Monad → alchemy-api (with API key) or alchemy-agentic-gateway (without)
  • Account Kit / Bundler / Smart Account for agent wallets on Monad → alchemy-cli / alchemy-api
  • Gas Manager / paymaster on Monad → alchemy-cli / alchemy-api
  • Token / NFT / Prices / Portfolio on Monad → not yet supported by Alchemy; routed to the on-chain indexer reference

Notes

  • Alchemy's Token / NFT / Prices / Portfolio APIs do not yet support Monad mainnet, so those needs are explicitly routed to the on-chain indexer in scope_out
  • Reciprocal PR adding Alchemy's RPC + Account Kit + Gas Manager to therealharpaljadeja/monskills is coming next

Made with Cursor

Adds Monad as an ecosystem partner skill (skills/ecosystem/monad/).
Curated subset of therealharpaljadeja/monskills focused on Monad-native
topics that complement Alchemy's first-party Monad surfaces:

- concepts.md  — async execution, parallel execution, block states,
                 reserve balance, EIP-7702, real-time data sources
- gas.md       — gas_limit pricing (not gas_used), base fee controller,
                 opcode repricing (cold state 3-4x, precompiles 2-5x)
- addresses.md — canonical contracts on Monad mainnet (Wrapped MON,
                 ERC-4337 EntryPoint v0.6/v0.7, Safe, Multicall3,
                 Permit2, bridged stables/ETH/BTC, ERC-8004 agent
                 registry)
- indexer.md   — HyperIndex on Envio Cloud (envio-cloud CLI) for
                 historical on-chain event indexing

Alchemy's Monad RPC, Account Kit, Bundler, and Gas Manager are routed
back to alchemy-cli / alchemy-api / alchemy-agentic-gateway in
scope_out. Token / NFT / Prices / Portfolio APIs are not yet supported
by Alchemy on Monad and are routed to the indexer reference.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant