60 lines
2.3 KiB
Plaintext
60 lines
2.3 KiB
Plaintext
// NAC 宪法层辖区规则 — 毛里求斯(Mauritius)
|
||
// 监管机构:FSC(Financial Services Commission Mauritius)
|
||
// 关键法律:Virtual Asset and Initial Token Offering Services Act 2021(VAITOS)
|
||
// CBPP 原则:约法即是治法 | 宪法即是规则 | 参与即是共识 | 节点产生区块交易决定区块大小
|
||
// 生效方式:辖区授权CA(MU_FSC_CA)签名后直接生效,无需链上投票
|
||
|
||
JURISDICTION MU {
|
||
name: "毛里求斯(Mauritius)"
|
||
regulator: "FSC(Financial Services Commission Mauritius)"
|
||
key_law: "Virtual Asset and Initial Token Offering Services Act 2021(VAITOS)"
|
||
ca_authority: "MU_FSC_CA"
|
||
tier: "TIER_2"
|
||
|
||
// 支持的资产类型
|
||
supported_asset_types: ["虚拟资产", "代币", "基金份额", "债券", "股权"]
|
||
|
||
// 禁止事项(直接生效,无需投票)
|
||
prohibited_activities: ["未持VAITOS牌照的虚拟资产服务", "匿名交易"]
|
||
}
|
||
|
||
CLAUSE MU_VAITOS_001 {
|
||
jurisdiction: "MU"
|
||
type: "COMPLIANCE_RULE"
|
||
description: "虚拟资产服务须向FSC申请VAITOS牌照"
|
||
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效,无需链上投票(约法即是治法)
|
||
effective_immediately: true
|
||
}
|
||
|
||
CLAUSE MU_AML_001 {
|
||
jurisdiction: "MU"
|
||
type: "COMPLIANCE_RULE"
|
||
description: "须符合毛里求斯反洗钱法规(FIAMLA 2002)"
|
||
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效,无需链上投票(约法即是治法)
|
||
effective_immediately: true
|
||
}
|
||
|
||
CLAUSE MU_KYC_001 {
|
||
jurisdiction: "MU"
|
||
type: "COMPLIANCE_RULE"
|
||
description: "KYC须核实客户身份,保留7年记录"
|
||
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效,无需链上投票(约法即是治法)
|
||
effective_immediately: true
|
||
}
|
||
|
||
CLAUSE MU_AFRICA_001 {
|
||
jurisdiction: "MU"
|
||
type: "COMPLIANCE_RULE"
|
||
description: "跨非洲辖区交易须符合非洲联盟数字资产框架"
|
||
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效,无需链上投票(约法即是治法)
|
||
effective_immediately: true
|
||
}
|
||
|
||
CLAUSE MU_REPORT_001 {
|
||
jurisdiction: "MU"
|
||
type: "COMPLIANCE_RULE"
|
||
description: "年度向FSC提交VAITOS合规报告"
|
||
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效,无需链上投票(约法即是治法)
|
||
effective_immediately: true
|
||
}
|