376 lines
12 KiB
JSON
376 lines
12 KiB
JSON
{
|
||
"category": "terminology",
|
||
"title": "NAC术语映射表",
|
||
"description": "NAC不是任何公链的继承、衍生或扩展,使用独特的术语体系",
|
||
"last_updated": "2026-02-07",
|
||
"version": "2.0",
|
||
"mappings": [
|
||
{
|
||
"mapping_id": "TERM_001",
|
||
"wrong_term": "Token",
|
||
"correct_term": "Asset",
|
||
"chinese": "资产",
|
||
"category": "asset",
|
||
"explanation": "NAC使用Asset(资产)而非Token(代币),强调实物资产支撑",
|
||
"examples": [
|
||
"Asset Holdings(资产持有量)",
|
||
"Asset Transfer(资产转移)",
|
||
"RWA Asset(真实世界资产)"
|
||
],
|
||
"must_not_use": [
|
||
"Token",
|
||
"Coin",
|
||
"Cryptocurrency"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_002",
|
||
"wrong_term": "Contract",
|
||
"correct_term": "Certificate",
|
||
"chinese": "证书",
|
||
"category": "smart_contract",
|
||
"explanation": "NAC使用Certificate(证书)而非Contract(合约),强调合规性和法律效力",
|
||
"examples": [
|
||
"Certificate Contract(证书合约)",
|
||
"CR_CREATE(创建证书收据)",
|
||
"Certificate Deployment(证书部署)"
|
||
],
|
||
"must_not_use": [
|
||
"Smart Contract",
|
||
"Contract"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_003",
|
||
"wrong_term": "Balance",
|
||
"correct_term": "Holdings",
|
||
"chinese": "持有量",
|
||
"category": "asset",
|
||
"explanation": "NAC使用Holdings(持有量)而非Balance(余额),强调资产所有权",
|
||
"examples": [
|
||
"Asset Holdings(资产持有量)",
|
||
"Check Holdings(查询持有量)"
|
||
],
|
||
"must_not_use": [
|
||
"Balance",
|
||
"Account Balance"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_004",
|
||
"wrong_term": "PoW/PoS/DPoS/BFT",
|
||
"correct_term": "CBPP",
|
||
"chinese": "宪政区块生产协议",
|
||
"category": "consensus",
|
||
"explanation": "NAC使用CBPP(Constitutional Block Production Protocol)共识,基于规则验证而非节点协商",
|
||
"examples": [
|
||
"CBPP Consensus(CBPP共识)",
|
||
"Constitutional Receipt(宪法收据)",
|
||
"Open Production Network(开放生产网络)"
|
||
],
|
||
"must_not_use": [
|
||
"Proof of Work",
|
||
"Proof of Stake",
|
||
"Delegated Proof of Stake",
|
||
"Byzantine Fault Tolerance",
|
||
"任何传统共识算法名称"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_005",
|
||
"wrong_term": "IBC/TCP/IP",
|
||
"correct_term": "CSNP",
|
||
"chinese": "宪政结构化网络协议",
|
||
"category": "network",
|
||
"explanation": "NAC使用CSNP(Constitutional State Network Protocol)网络协议,不使用IBC或TCP/IP",
|
||
"examples": [
|
||
"CSNP Protocol(CSNP协议)",
|
||
"CSNP Message(CSNP消息)",
|
||
"Cross-Chain via CSNP(通过CSNP跨链)"
|
||
],
|
||
"must_not_use": [
|
||
"IBC (Inter-Blockchain Communication)",
|
||
"TCP/IP",
|
||
"任何传统网络协议名称"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_006",
|
||
"wrong_term": "SPV",
|
||
"correct_term": "Constitutional Layer Validation",
|
||
"chinese": "宪法层验证",
|
||
"category": "validation",
|
||
"explanation": "NAC使用Constitutional Layer Validation而非SPV(Simplified Payment Verification)",
|
||
"examples": [
|
||
"L2 Constitutional Layer(L2宪法层)",
|
||
"Constitutional Validation(宪法验证)"
|
||
],
|
||
"must_not_use": [
|
||
"SPV",
|
||
"Simplified Payment Verification"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_007",
|
||
"wrong_term": "Solidity/JavaScript/Python",
|
||
"correct_term": "Charter",
|
||
"chinese": "Charter语言",
|
||
"category": "programming_language",
|
||
"explanation": "NAC使用Charter作为智能合约语言,不使用Solidity、JavaScript或Python",
|
||
"examples": [
|
||
"Charter Language(Charter语言)",
|
||
"Charter Compiler(Charter编译器)",
|
||
"Charter Certificate(Charter证书)"
|
||
],
|
||
"must_not_use": [
|
||
"Solidity",
|
||
"JavaScript",
|
||
"Python",
|
||
"Vyper",
|
||
"任何以太坊智能合约语言"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_008",
|
||
"wrong_term": "ERC-20/ERC-721",
|
||
"correct_term": "ACC-20/ACC-20C",
|
||
"chinese": "ACC-20协议",
|
||
"category": "protocol",
|
||
"explanation": "NAC使用ACC-20(Asset Certificate Contract)协议,不使用ERC标准",
|
||
"examples": [
|
||
"ACC-20 Protocol(ACC-20协议)",
|
||
"ACC-20C Certificate(ACC-20C证书)"
|
||
],
|
||
"must_not_use": [
|
||
"ERC-20",
|
||
"ERC-721",
|
||
"ERC-1155",
|
||
"任何以太坊ERC标准"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_009",
|
||
"wrong_term": "Miner/Validator",
|
||
"correct_term": "Constitutional Block Producer (CBP)",
|
||
"chinese": "宪法区块生产者",
|
||
"category": "node_role",
|
||
"explanation": "NAC使用CBP(Constitutional Block Producer)而非Miner或Validator",
|
||
"examples": [
|
||
"CBP Node(CBP节点)",
|
||
"Register as CBP(注册为CBP)",
|
||
"CBP Rewards(CBP奖励)"
|
||
],
|
||
"must_not_use": [
|
||
"Miner",
|
||
"Validator",
|
||
"Block Producer(除非明确指CBP)"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_010",
|
||
"wrong_term": "Gas",
|
||
"correct_term": "Gas (保留)",
|
||
"chinese": "Gas(保留)",
|
||
"category": "fee",
|
||
"explanation": "NAC保留Gas概念但有不同的计算方式(基于宪法规则)",
|
||
"examples": [
|
||
"Gas Limit(Gas上限)",
|
||
"Dynamic Gas Adjustment(动态Gas调整)"
|
||
],
|
||
"notes": "Gas概念保留,但计算方式由宪法定义,与以太坊不同"
|
||
},
|
||
{
|
||
"mapping_id": "TERM_011",
|
||
"wrong_term": "P2P/Gossip",
|
||
"correct_term": "CSNP",
|
||
"chinese": "宪政结构化网络协议",
|
||
"category": "network",
|
||
"explanation": "NAC使用CSNP(Constitutional State Network Protocol)而非传统P2P或Gossip协议",
|
||
"examples": [
|
||
"CSNP Network(CSNP网络)",
|
||
"CSNP Node Discovery(CSNP节点发现)",
|
||
"CSNP Message Routing(CSNP消息路由)"
|
||
],
|
||
"must_not_use": [
|
||
"P2P",
|
||
"Peer-to-Peer",
|
||
"Gossip Protocol",
|
||
"Libp2p"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_012",
|
||
"wrong_term": "RPC/JSON-RPC",
|
||
"correct_term": "NAC Lens",
|
||
"chinese": "NAC远程过程调用协议3.0",
|
||
"category": "protocol",
|
||
"explanation": "NAC使用NAC Lens而非传统RPC或JSON-RPC",
|
||
"examples": [
|
||
"NAC Lens API(NAC Lens接口)",
|
||
"NAC Lens Client(NAC Lens客户端)",
|
||
"NAC Lens Endpoint(NAC Lens端点)"
|
||
],
|
||
"must_not_use": [
|
||
"RPC",
|
||
"JSON-RPC",
|
||
"gRPC",
|
||
"XML-RPC"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_013",
|
||
"wrong_term": "EVM",
|
||
"correct_term": "NVM",
|
||
"chinese": "NAC虚拟机",
|
||
"category": "virtual_machine",
|
||
"explanation": "NAC使用NVM(NAC Virtual Machine)而非EVM(Ethereum Virtual Machine)",
|
||
"examples": [
|
||
"NVM Execution(NVM执行)",
|
||
"NVM OpCode(NVM操作码)",
|
||
"NVM State(NVM状态)"
|
||
],
|
||
"must_not_use": [
|
||
"EVM",
|
||
"Ethereum Virtual Machine",
|
||
"EVM-compatible"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_014",
|
||
"wrong_term": "SHA256/Keccak256",
|
||
"correct_term": "Blake3",
|
||
"chinese": "Blake3哈希算法",
|
||
"category": "cryptography",
|
||
"explanation": "NAC统一使用Blake3作为哈希算法,不使用SHA256或Keccak256",
|
||
"examples": [
|
||
"Blake3 Hash(Blake3哈希)",
|
||
"Blake3 Digest(Blake3摘要)",
|
||
"Blake3 Merkle Tree(Blake3默克尔树)"
|
||
],
|
||
"must_not_use": [
|
||
"SHA256",
|
||
"SHA-256",
|
||
"Keccak256",
|
||
"SHA3",
|
||
"MD5"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_015",
|
||
"wrong_term": "Governance Token",
|
||
"correct_term": "XIC",
|
||
"chinese": "XIC治理币",
|
||
"category": "token",
|
||
"explanation": "NAC的治理币是XIC,不使用通用的Governance Token术语",
|
||
"examples": [
|
||
"XIC Holder(XIC持有者)",
|
||
"XIC Voting(XIC投票)",
|
||
"XIC Staking(XIC质押)"
|
||
],
|
||
"must_not_use": [
|
||
"Governance Token",
|
||
"Gov Token",
|
||
"DAO Token"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_016",
|
||
"wrong_term": "Stablecoin/USDT/USDC",
|
||
"correct_term": "XTZH",
|
||
"chinese": "XTZH资产代币",
|
||
"category": "token",
|
||
"explanation": "NAC的资产代币是XTZH,基于SDR锚定和黄金储备的稳定币机制",
|
||
"examples": [
|
||
"XTZH Token(XTZH代币)",
|
||
"XTZH Reserve(XTZH储备)",
|
||
"XTZH Stability Mechanism(XTZH稳定机制)"
|
||
],
|
||
"must_not_use": [
|
||
"Stablecoin",
|
||
"USDT",
|
||
"USDC",
|
||
"DAI"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_017",
|
||
"wrong_term": "Asset Classification",
|
||
"correct_term": "GNACS",
|
||
"chinese": "全球NAC资产分类系统",
|
||
"category": "system",
|
||
"explanation": "NAC使用GNACS(Global NAC Asset Classification System)进行资产分类",
|
||
"examples": [
|
||
"GNACS Category(GNACS分类)",
|
||
"GNACS Code(GNACS编码)",
|
||
"GNACS Standard(GNACS标准)"
|
||
],
|
||
"must_not_use": [
|
||
"Asset Classification",
|
||
"Token Type",
|
||
"NFT Category"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_018",
|
||
"wrong_term": "Wallet",
|
||
"correct_term": "Asset Vault",
|
||
"chinese": "资产保险库",
|
||
"category": "storage",
|
||
"explanation": "NAC使用Asset Vault(资产保险库)而非Wallet(钱包),强调资产安全性",
|
||
"examples": [
|
||
"Asset Vault(资产保险库)",
|
||
"Vault Address(保险库地址)",
|
||
"Multi-Sig Vault(多签保险库)"
|
||
],
|
||
"must_not_use": [
|
||
"Wallet",
|
||
"Hot Wallet",
|
||
"Cold Wallet"
|
||
]
|
||
},
|
||
{
|
||
"mapping_id": "TERM_019",
|
||
"wrong_term": "Transaction",
|
||
"correct_term": "Asset Transfer",
|
||
"chinese": "资产转移",
|
||
"category": "operation",
|
||
"explanation": "NAC使用Asset Transfer(资产转移)而非Transaction(交易),强调资产所有权转移",
|
||
"examples": [
|
||
"Asset Transfer(资产转移)",
|
||
"Transfer Receipt(转移收据)",
|
||
"Transfer Validation(转移验证)"
|
||
],
|
||
"must_not_use": [
|
||
"Transaction",
|
||
"Tx"
|
||
],
|
||
"notes": "在技术层面可以使用Transaction,但在业务层面应使用Asset Transfer"
|
||
},
|
||
{
|
||
"mapping_id": "TERM_020",
|
||
"wrong_term": "Block Explorer",
|
||
"correct_term": "Quantum Holographic Explorer",
|
||
"chinese": "量子全息探索者",
|
||
"category": "tool",
|
||
"explanation": "NAC的区块浏览器称为量子全息探索者,不使用传统的Block Explorer术语",
|
||
"examples": [
|
||
"Quantum Holographic Explorer(量子全息探索者)",
|
||
"Holographic View(全息视图)",
|
||
"Quantum Query(量子查询)"
|
||
],
|
||
"must_not_use": [
|
||
"Block Explorer",
|
||
"Blockchain Explorer",
|
||
"Chain Explorer"
|
||
]
|
||
}
|
||
],
|
||
"general_rules": [
|
||
"NAC不是以太坊的fork或扩展,不要使用以太坊术语",
|
||
"NAC不是Cosmos的IBC链,不要使用Cosmos术语",
|
||
"NAC不是比特币的衍生,不要使用比特币术语",
|
||
"使用NAC原生术语体现其独特性和创新性",
|
||
"术语选择要体现NAC的RWA特性和合规性"
|
||
]
|
||
}
|