forum-research
Research and read content on forum.dfinity.org (Discourse). Use when the user asks to browse, search, summarize, or analyze Dfinity forum topics or users. Read-only access with authenticated browsing and JSON endpoints.
EVM RPC Integration
Call Ethereum and EVM chains from IC canisters. JSON-RPC, transaction signing, and cross-chain workflows.
HTTPS Outcalls
Make HTTP requests from canisters to external APIs. Consensus-safe request patterns, transform functions, and cost management.
Multi-Canister Architecture
Design and deploy multi-canister dapps with inter-canister calls, shared state patterns, and upgrade strategies.
icp-cli
Guides use of the icp command-line tool for building and deploying Internet Computer applications. Covers project configuration (icp.yaml), recipes, environments, canister lifecycle, and identity management. Use when building, deploying, or managing any IC project. Use when the user mentions icp, dfx, canister deployment, local network, or project setup. Do NOT use for canister-level programming patterns like access control, inter-canister calls, or stable memory — use domain-specific skills instead.
ICRC Ledger Standard
Deploy and interact with ICRC-1/ICRC-2 token ledgers. Minting, approvals, transfers, and metadata.
ckBTC Integration
Accept, send, and manage ckBTC in your canister. Covers minting, transfers, balance checks, and UTXO management.
SNS DAO Launch
Configure and launch an SNS DAO. Token economics, proposal types, nervous system parameters, and decentralization swap.
IC Dashboard APIs
Use the public REST APIs that power dashboard.internetcomputer.org. Get data for canisters, ledgers, SNS, and metrics.