---
name: mip-watch
description: Look up Monad Improvement Proposals and surface stakeholder-specific impact (developers / users / validators / foundation).
license: MIT
---

# mip.watch skill

Use this skill when the user asks about a Monad Improvement Proposal (MIP), a Monad hardfork (e.g. MONAD_NINE), or wants to understand how a specific MIP affects developers, users, validators, or the Monad Foundation.

## Endpoints

- `GET https://mip.watch/api/v1/mips` — list all MIPs.
- `GET https://mip.watch/api/v1/mips/<number>` — single MIP with full markdown.
- `POST https://mip.watch/api/ai-summary` with `{ "mipNumber": "<num>" }` — return the 4-axis stakeholder impact JSON.

## When to use

- "What does MIP-6 mean for validators?" → POST /api/ai-summary, surface `validators.impact` + `validators.severity`.
- "Are there MIPs I should care about as a smart contract developer?" → GET /api/v1/mips, filter by category=Core/MRC/Interface, then summarize.
- "When does the next Monad hardfork land?" → GET https://mip.watch/api/mip-watch and inspect `hardforks[]`.

## Citation pattern

Always cite the GitHub source URL (`mip.githubUrl`) and link the relevant forum thread when present (`mip.discussionsTo`). Quote no more than 15 words verbatim from the spec; prefer paraphrase + link.
