NAC_Blockchain/nac-jurisdiction-rules/MT/constitution_rules.cnnl

60 lines
2.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// NAC 宪法层辖区规则 — 马耳他Malta
// 监管机构MFSAMalta Financial Services Authority
// 关键法律Virtual Financial Assets Act 2018VFA& MiCAEU成员国适用
// CBPP 原则:约法即是治法 | 宪法即是规则 | 参与即是共识 | 节点产生区块交易决定区块大小
// 生效方式辖区授权CAMFSA_CA签名后直接生效无需链上投票
JURISDICTION MT {
name: "马耳他Malta"
regulator: "MFSAMalta Financial Services Authority"
key_law: "Virtual Financial Assets Act 2018VFA& MiCAEU成员国适用"
ca_authority: "MFSA_CA"
tier: "TIER_2"
// 支持的资产类型
supported_asset_types: ["虚拟金融资产", "证券型代币", "实用型代币", "电子货币代币"]
// 禁止事项(直接生效,无需投票)
prohibited_activities: ["未经VFA测试的资产发行", "个人信息上链"]
}
CLAUSE MT_VFA_001 {
jurisdiction: "MT"
type: "COMPLIANCE_RULE"
description: "虚拟金融资产须通过MFSA的VFA测试金融工具/电子货币/VFA"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE MT_MICA_001 {
jurisdiction: "MT"
type: "COMPLIANCE_RULE"
description: "作为EU成员国须同时符合MiCA法规"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE MT_GDPR_001 {
jurisdiction: "MT"
type: "COMPLIANCE_RULE"
description: "个人数据处理须符合GDPR禁止个人信息直接上链"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE MT_AML_001 {
jurisdiction: "MT"
type: "COMPLIANCE_RULE"
description: "须符合EU第六反洗钱指令6AMLD"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE MT_AGENT_001 {
jurisdiction: "MT"
type: "COMPLIANCE_RULE"
description: "须通过MFSA认可的VFA代理人提交申请"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}