NAC_Blockchain/memory/principles/terminology.json

376 lines
12 KiB
JSON
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.

{
"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使用CBPPConstitutional Block Production Protocol共识基于规则验证而非节点协商",
"examples": [
"CBPP ConsensusCBPP共识",
"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使用CSNPConstitutional State Network Protocol网络协议不使用IBC或TCP/IP",
"examples": [
"CSNP ProtocolCSNP协议",
"CSNP MessageCSNP消息",
"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而非SPVSimplified Payment Verification",
"examples": [
"L2 Constitutional LayerL2宪法层",
"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 LanguageCharter语言",
"Charter CompilerCharter编译器",
"Charter CertificateCharter证书"
],
"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-20Asset Certificate Contract协议不使用ERC标准",
"examples": [
"ACC-20 ProtocolACC-20协议",
"ACC-20C CertificateACC-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使用CBPConstitutional Block Producer而非Miner或Validator",
"examples": [
"CBP NodeCBP节点",
"Register as CBP注册为CBP",
"CBP RewardsCBP奖励"
],
"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 LimitGas上限",
"Dynamic Gas Adjustment动态Gas调整"
],
"notes": "Gas概念保留但计算方式由宪法定义与以太坊不同"
},
{
"mapping_id": "TERM_011",
"wrong_term": "P2P/Gossip",
"correct_term": "CSNP",
"chinese": "宪政结构化网络协议",
"category": "network",
"explanation": "NAC使用CSNPConstitutional State Network Protocol而非传统P2P或Gossip协议",
"examples": [
"CSNP NetworkCSNP网络",
"CSNP Node DiscoveryCSNP节点发现",
"CSNP Message RoutingCSNP消息路由"
],
"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 APINAC Lens接口",
"NAC Lens ClientNAC Lens客户端",
"NAC Lens EndpointNAC 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使用NVMNAC Virtual Machine而非EVMEthereum Virtual Machine",
"examples": [
"NVM ExecutionNVM执行",
"NVM OpCodeNVM操作码",
"NVM StateNVM状态"
],
"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 HashBlake3哈希",
"Blake3 DigestBlake3摘要",
"Blake3 Merkle TreeBlake3默克尔树"
],
"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 HolderXIC持有者",
"XIC VotingXIC投票",
"XIC StakingXIC质押"
],
"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 TokenXTZH代币",
"XTZH ReserveXTZH储备",
"XTZH Stability MechanismXTZH稳定机制"
],
"must_not_use": [
"Stablecoin",
"USDT",
"USDC",
"DAI"
]
},
{
"mapping_id": "TERM_017",
"wrong_term": "Asset Classification",
"correct_term": "GNACS",
"chinese": "全球NAC资产分类系统",
"category": "system",
"explanation": "NAC使用GNACSGlobal NAC Asset Classification System进行资产分类",
"examples": [
"GNACS CategoryGNACS分类",
"GNACS CodeGNACS编码",
"GNACS StandardGNACS标准"
],
"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特性和合规性"
]
}