multiversx-factory-manager

Deploy, track, and upgrade child smart contracts from a MultiversX template.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of deploying, tracking, and upgrading multiple instances of the same smart contract from a single template, streamlining the management of decentralized applications that require numerous similar contract deployments.

Core Features & Use Cases

  • Contract Deployment: Deploy new child contracts by cloning a specified template contract.
  • Instance Tracking: Maintain a registry of all deployed child contract addresses for easy lookup and management.
  • Contract Upgrades: Facilitate the upgrade of existing child contracts to a new template version.
  • Use Case: Ideal for building marketplaces, launchpads, or multi-tenant systems where each user or entity requires its own dedicated contract instance managed by a central factory.

Quick Start

Use the multiversx-factory-manager skill to deploy a new child contract with the ID 'user123' using the current template.

Frequently Asked Questions about multiversx-factory-manager

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

FAQPage Schema
How do I deploy multiple child smart contracts from a single template on MultiversX?

A factory pattern smart contract deploys new child instances by cloning a specified template contract on the MultiversX blockchain, maintaining a registry of all deployed addresses for easy lookup and management.

How does the factory pattern handle contract upgrades for deployed child instances?

The factory pattern handles contract upgrades by facilitating the migration of existing child contracts to a new template version, ensuring all deployed instances remain synchronized with the latest codebase.

When do I need a factory pattern for smart contract deployment on MultiversX?

You need a factory pattern for smart contract deployment on MultiversX when building decentralized applications like marketplaces, launchpads, or multi-tenant systems where each user or entity requires its own dedicated contract instance managed centrally.

Can I track all deployed child contract addresses using a factory manager on MultiversX?

Yes, the factory manager tracks all deployed child contract addresses using an explicit registry, ensuring secure and manageable operations by validating and recording every managed child contract instance on the MultiversX blockchain.

What are the limitations of using a factory pattern to manage smart contracts on MultiversX?

The main limitation of using a factory pattern to manage smart contracts on MultiversX is the requirement for explicit tracking and validation of all managed child contracts to ensure secure operations, which can increase deployment complexity and gas costs.