NAC_Blockchain/nac-jurisdiction-rules/VG/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 宪法层辖区规则 — 英属维京群岛British Virgin Islands
// 监管机构FSCFinancial Services Commission
// 关键法律BVI Business Companies Act 2004 & Virtual Assets Service Providers Act 2022
// CBPP 原则:约法即是治法 | 宪法即是规则 | 参与即是共识 | 节点产生区块交易决定区块大小
// 生效方式辖区授权CAVG_FSC_CA签名后直接生效无需链上投票
JURISDICTION VG {
name: "英属维京群岛British Virgin Islands"
regulator: "FSCFinancial Services Commission"
key_law: "BVI Business Companies Act 2004 & Virtual Assets Service Providers Act 2022"
ca_authority: "VG_FSC_CA"
tier: "TIER_2"
// 支持的资产类型
supported_asset_types: ["股权", "债券", "基金份额", "虚拟资产", "知识产权"]
// 禁止事项(直接生效,无需投票)
prohibited_activities: ["无牌照VASP运营", "匿名壳公司"]
}
CLAUSE VG_VASP_001 {
jurisdiction: "VG"
type: "COMPLIANCE_RULE"
description: "虚拟资产服务商须向FSC申请VASP牌照"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE VG_BVI_001 {
jurisdiction: "VG"
type: "COMPLIANCE_RULE"
description: "BVI公司须在公司注册处登记保留受益所有人信息"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE VG_AML_001 {
jurisdiction: "VG"
type: "COMPLIANCE_RULE"
description: "须符合防洗钱及恐怖融资(防制)法规"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE VG_KYC_001 {
jurisdiction: "VG"
type: "COMPLIANCE_RULE"
description: "KYC须核实最终受益人UBO至25%持股门槛"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}
CLAUSE VG_REPORT_001 {
jurisdiction: "VG"
type: "COMPLIANCE_RULE"
description: "向FSC提交年度合规报告"
enforcement: "CA_SIGNED" // 辖区授权CA签名后直接生效无需链上投票约法即是治法
effective_immediately: true
}