multiversx-spec-compliance

Verify MultiversX smart contracts against specifications, whitepapers, and MIPs.

12|5|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-spec-compliance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: multiversx-spec-compliance
Source: https://github.com/multiversx/mx-ai-skills/tree/main/skills/multiversx-spec-compliance
Command: npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-spec-compliance

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill bridges the gap between documentation and code, ensuring that MultiversX smart contracts precisely adhere to their specified requirements, whitepapers, and improvement proposals.

Core Features & Use Cases

  • Specification Verification: Audit smart contracts against design documents and MIPs.
  • Claim Extraction & Mapping: Systematically identify requirements from specifications and locate their implementation in the code.
  • Use Case: When auditing a new staking contract, use this Skill to verify that its implementation strictly follows the minimum staking amount, reward calculation formula, and withdrawal lock periods detailed in the project's whitepaper.

Quick Start

Use the multiversx-spec-compliance skill to verify the attached smart contract code against its whitepaper.

Frequently Asked Questions about multiversx-spec-compliance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify MultiversX smart contract compliance against a whitepaper?

Verifying MultiversX smart contract compliance involves extracting claims from the whitepaper, mapping them to the codebase, and checking the implementation logic to ensure the contract follows the specified economic formulas.

What is smart contract specification auditing for tokenomics?

Smart contract specification auditing for tokenomics is the process of systematically identifying requirements from design documents and verifying that the codebase strictly implements the stated reward calculations and staking rules.

How do I audit MultiversX Improvement Proposals implementation in code?

Auditing MultiversX Improvement Proposals implementation requires mapping the extracted MIP requirements directly to the smart contract code, verifying that the logic matches the proposal specifications, and documenting any discrepancies.

Can I check if a staking contract matches the minimum staking amount from its specification?

Yes, you can check if a staking contract matches its specification by extracting the minimum staking amount, reward calculation formula, and withdrawal lock periods from the whitepaper and verifying them against the code.

What is the best way to document findings when auditing MultiversX smart contracts?

The best way to document findings when auditing MultiversX smart contracts is to systematically map extracted specification claims to the code, verify the logic, and record any deviations from the whitepaper or MIPs.