cmta

Implement a modular security-token framework for EVM chains with configurable rules and deployment scripts.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/darioloetsc/audit-cmtat --skill cmta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cmta
Source: https://github.com/darioloetsc/audit-cmtat/tree/main/lib/Rules/lib/RuleEngine/.claude/skills/cmtat
Command: npx skills add https://github.com/darioloetsc/audit-cmtat --skill cmta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CMTAT (CMTA Token) is a security token framework for tokenizing real-world financial assets on EVM-compatible blockchains. It's developed by the Capital Markets and Technology Association (CMTA).

Core Features & Use Cases

  • Modular architecture enabling plug-and-play tokenization workflows (core ERC20 logic, debt metadata, and transfer controls)
  • Rule engine and whitelist support for compliant transfers and governance
  • Flexible deployment variants (Standalone, Upgradeable, Debt, ERC-7551, ERC-1363, Cross-Chain)
  • Debt and documentation extensions for legally enforceable instruments

Quick Start

Follow the deployment and integration guide to configure and deploy a CMTAT debt token with an allowlist on your target blockchain.

Frequently Asked Questions about cmta

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

FAQPage Schema
How do I tokenize real-world financial assets on EVM chains with compliance rules?

Tokenizing debt instruments on EVM chains involves configuring a security-token framework with debt metadata extensions and whitelist-based transfer controls, ensuring legally enforceable instruments are represented on-chain.

What is a rule engine for security tokens and how does it control transfers?

A modular rule engine for security tokens controls transfers by validating transactions against configurable governance logic, ensuring only whitelisted addresses can send or receive tokens.

Can I deploy an upgradeable security token with debt and whitelist features?

Yes, you can deploy an upgradeable security token with debt and whitelist features by selecting the upgradeable deployment variant and configuring the modular set to include debt metadata and allowlist components.

What's the best way to automate provisioning and RBAC for a security token deployment?

The best way to automate provisioning and RBAC for a security token deployment is by using deployment scripts with role-based access control to configure and provision the modular token framework on your target blockchain.

Does the CMTAT framework support cross-chain and ERC-1363 deployment variants?

Yes, the CMTAT framework supports cross-chain and ERC-1363 deployment variants, alongside standalone, upgradeable, debt, and ERC-7551 configurations for flexible asset tokenization on EVM blockchains.