education_getChecklist
Retrieve an interactive checklist of Web3 considerations for categories such as tokens, math, automation, security, vaults, and defi. Returns questions with warnings to guide developer learning.
Instructions
Get an interactive checklist of Web3 considerations for a specific category.
Use this to walk developers through important concepts as teaching moments.
Categories:
tokens: Decimals, approvals, transfers (CRITICAL: USDC has 6 decimals!)
math: Percentages, rounding, precision (CRITICAL: No floats in Solidity!)
automation: Triggers, keepers, incentives (CRITICAL: Nothing is automatic!)
security: Reentrancy, access control, oracles
vaults: ERC-4626, share accounting, inflation attacks
defi: MEV, slippage, liquidity, protocol integration
all: Get all lessons
Returns questions with short warnings. Use education_explainLesson for deep dives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | Yes | Category of lessons to retrieve |