Worldcoin价格
(美元)$1.279
+$0.002 (+0.15%)
USD
无法搜索到该币种。请检查您的拼写或重新搜索币种名称。
市值
$26.95亿 #36
流通总量
21.07亿 / 100亿
历史最高价
$11.96
24 小时成交量
$9,451.27万
3.1 / 5


了解Worldcoin
WLD,即 Worldcoin,是一种旨在创建全球身份和金融网络的加密货币。它基于以太坊作为 ERC-20 代币构建,利用零知识证明等尖端技术在保护隐私的同时验证人类身份。Worldcoin 的目标是通过提供一种安全且去中心化的方式,让用户在无需依赖中心化平台的情况下在线验证身份,从而实现数字经济的公平访问。其主要应用包括打击身份欺诈、促进公平的在线参与,以及支持在人工智能和自动化时代的相关应用。随着全球数百万用户的验证,WLD 被定位为 Web3 生态系统中建立信任和以人为本创新的基础代币。
本内容由 AI 生成
免责声明
本页面的社交内容 (包括由 LunarCrush 提供支持的推文和社交统计数据) 均来自第三方,并按“原样”提供,仅供参考。本文内容不代表对任何数字货币或投资的认可或推荐,也未获得欧易授权或撰写,也不代表我们的观点。我们不保证所显示的用户生成内容的准确性或可靠性。本文不应被解释为财务或投资建议。在做出投资决策之前,评估您的投资经验、财务状况、投资目标和风险承受能力并咨询独立财务顾问至关重要。过去的表现并不代表未来的结果。您的投资价值可能会波动,您可能无法收回您投资的金额。您对自己的投资选择自行承担全部责任,我们对因使用本信息而造成的任何损失或损害不承担任何责任。提供外部网站链接是为了用户方便,并不意味着对其内容的认可或控制。
请参阅我们的 使用条款 和 风险警告,了解更多详情。通过使用第三方网站(“第三方网站”),您同意对第三方网站的任何使用均受第三方网站条款的约束和管辖。除非书面明确说明,否则欧易及其关联方(“OKX”)与第三方网站的所有者或运营商没有任何关联。您同意欧易对您使用第三方网站而产生的任何损失、损害和任何其他后果不承担任何责任。请注意,使用第三方网站可能会导致您的资产损失或贬值。本产品可能无法在所有司法管辖区提供或适用。
请参阅我们的 使用条款 和 风险警告,了解更多详情。通过使用第三方网站(“第三方网站”),您同意对第三方网站的任何使用均受第三方网站条款的约束和管辖。除非书面明确说明,否则欧易及其关联方(“OKX”)与第三方网站的所有者或运营商没有任何关联。您同意欧易对您使用第三方网站而产生的任何损失、损害和任何其他后果不承担任何责任。请注意,使用第三方网站可能会导致您的资产损失或贬值。本产品可能无法在所有司法管辖区提供或适用。
Worldcoin 的价格表现
近 1 年
-37.46%
$2.05
3 个月
+42.27%
$0.90
30 天
+41.23%
$0.91
7 天
-13.62%
$1.48
Worldcoin 社交媒体动态

为了验证,zkRollups 每年要烧掉 $10,000,000
想不到吧!Swap、借贷、投票等等都要用到验证服务,ZK 证明已经被广泛采用,然而验证客户端割裂、费用高昂、集成困难已经成为行业通病。
Worldcoin 一次验证需要烧掉 20 ~60 刀 Gas,WOW。
让我们潜入!
⬇️
区块链世界就是一个黑暗森林,所有的代码必须多次被验证才可以完成特定服务,这也是去中心化带来的特性之一。不泄漏具体细节、但可以验证结果,ZK 零知识证明技术成为行业的通用解决方案,然而,现实并没有那么美好。
先说成本
证明验证市场估计仅 zkRollups 在 2024 年的安全支出就超过 1 亿美元,到 2028 年包括 ZK 应用时预估会扩展到 15 亿美元。再细化一点,以太坊上单个 ZK 证明的验证成本可从 16 美元到 205 美元不等,且,变动极大、服务极不稳定:
▰ Fflonk:$16.13
▰ Halo2:$28.81
▰ Groth16:$29.39
▰ STARK:$204.65
注:仅假设 30 gwei 、eth 价格为 $3k 情况
如果是这个成本,如果要完成私密的 DeFi 交易、投票、游戏、验证身份就变得恐怖了,这玩意儿也太贵了。开头提到 Worldcoin 单次验证成本就要 20~60刀,他们也被迫转向 OP 去,不过这只是权宜之计,绝大部分的资产和服务还是在一层网络。
90 亿个ZK证明等着生成,也意味着 90 亿次验证 — 这笔账,谁来买单?
再说割裂
为什么不同 ZK 验证方案都卡壳?传统方案依赖 L1链上验证,但以太坊的 EIP 过程太慢了,严重拖了后腿。2017 年的 EIP-196 和197 引入了BN254 曲线的预编译合约,让 zk-SNARKs 验证变简单,但也锁死了其他曲线。新兴的 BLS12-381曲线安全更高、更高效,却因 EIP-2537至今未落地,导致开发者被迫曲线救国:先聚合证明,再转换格式,延长最终性时间,还多花钱。
STARK 证明本就高效,但验证 Gas 费高达 200多万,远超 SNARKs。Rollups用欺诈证明替代ZK,但一周挑战期太长,安全隐患大;比特币 zkRollups 因脚本限制,只能链外验证,依赖复杂BitVM 挑战,成本和风险并存。
新兴证明系统如 Binius 和 Rinocchio 更先进,能加速硬件实现、支持加密数据证明,但 L1 不支持多样有限域和哈希函数,验证成本飙升 90% 以上。
结果?创新被 DAO 共识和 Gas 波动绑架,开发者宁愿用老方案凑合,ZK生态像被「 曲线标准化 」卡住脖子。
咋整啊?
zkVerify @ZKVProtocol 来了,它是一条专用的零知识证明验证链,定位非常清晰,做全网的「验证层」,帮家人把验证费用打下来,为开发者提供低成本、低延迟、通用兼容的友好服务。能节省多少?
91%。同等条件下,对比使用 zkVerify 之后的成本骤降:
▰ Fflonk:$16.13 ~ $1.45
▰ Halo2:$28.81 ~ $2.59
▰ Groth16:$29.39 ~ $2.65
▰ STARK:$204.65 ~ $18.42
这有点牛逼啊!不仅降低了成本,它还可以接受来自任何客户端的证明的通用性,兼容 STARKs、Plonky2、RiscZero、SP1、UltraHonk 等 zk 堆栈。能实现这些,全靠 zkVerify 的架构以及高级组件,包括:
▰ 主链:L1 权益证明区块链
▰ 证明提交接口:接收各种异构证明的接口
▰ 认证机制:创建并发布认证的协议
▰ zkVerify L1 合约:存储新认证、验证信息
作为产品,zkVerify 不止架构牛,它还解锁了新证明系统,支持多项式插值和哈希创新,无缝集成 Binius 和 Circle STARKs;革新了比特币 zkRollups ,用它链外验证耗时从一周缩到几分钟;简化了 zkApps,从浏览器生成证明,委托验证,只存小认证到结算链。
摆脱 EIP 瓶颈,支持多样原语,加速比特币/以太坊路线图,使用标准化验证桥接L1/L2,这就是 zkVerify要做的事情,支持下一波 AI × ZK 应用的基础设施层就变成了顺水推舟的事情,所以这个层面来看,意义还是巨大的。
目前 zkVerify 已主网上线,预计 9 月 30 日举行 TGE。今年好几个大项目打开了 zk 赛道市值的天花板,这种 zk 中的 zk 基建项目,就得格外留意了。
/
作者:anymose | 一个软核科普作家
本文仅做科普使用,不构成任何投资建议,永远记得 DYOR!

快捷导航
Worldcoin购买指南
开始入门数字货币可能会让人觉得不知所措,但学习如何购买比您想象的要简单。
预测 Worldcoin 的价格走势
Worldcoin 未来几年值多少?看看社区热议,参与讨论一波预测。
查看 Worldcoin 的价格历史
追踪 Worldcoin 代币的价格历史,实时关注持仓表现。您可以通过下方列表快捷查看开盘价、收盘价、最高价、最低价及交易量。

Worldcoin 常见问题
目前,一个 Worldcoin 价值是 $1.279。如果您想要了解 Worldcoin 价格走势与行情洞察,那么这里就是您的最佳选择。在欧易探索最新的 Worldcoin 图表,进行专业交易。
数字货币,例如 Worldcoin 是在称为区块链的公共分类账上运行的数字资产。了解有关欧易上提供的数字货币和代币及其不同属性的更多信息,其中包括实时价格和实时图表。
由于 2008 年金融危机,人们对去中心化金融的兴趣激增。比特币作为去中心化网络上的安全数字资产提供了一种新颖的解决方案。从那时起,许多其他代币 (例如 Worldcoin) 也诞生了。
查看 Worldcoin 价格预测页面,预测未来价格,帮助您设定价格目标。
深度了解Worldcoin
Worldcoin 是一个旨在帮助每个人参与全球经济的开源协议,由 World ID(一种保护隐私的数字身份)、Worldcoin token(在全球范围内免费分发给人们的代币)和 World App(一款完全自我托管的应用程序,支持全球支付、购买和转账)组成。
ESG 披露
ESG (环境、社会和治理) 法规针对数字资产,旨在应对其环境影响 (如高能耗挖矿)、提升透明度,并确保合规的治理实践。使数字代币行业与更广泛的可持续发展和社会目标保持一致。这些法规鼓励遵循相关标准,以降低风险并提高数字资产的可信度。
资产详情
名称
OKCoin Europe Ltd
相关法人机构识别编码
54930069NLWEIGLHXU42
代币名称
Worldcoin
共识机制
Worldcoin is present on the following networks: Ethereum, Optimism.
The crypto-asset's Proof-of-Stake (PoS) consensus mechanism, introduced with The Merge in 2022, replaces mining with validator staking. Validators must stake at least 32 ETH every block a validator is randomly chosen to propose the next block. Once proposed the other validators verify the blocks integrity. The network operates on a slot and epoch system, where a new block is proposed every 12 seconds, and finalization occurs after two epochs (~12.8 minutes) using Casper-FFG. The Beacon Chain coordinates validators, while the fork-choice rule (LMD-GHOST) ensures the chain follows the heaviest accumulated validator votes. Validators earn rewards for proposing and verifying blocks, but face slashing for malicious behavior or inactivity. PoS aims to improve energy efficiency, security, and scalability, with future upgrades like Proto-Danksharding enhancing transaction efficiency.
Optimism is a Layer 2 scaling solution for Ethereum that uses Optimistic Rollups to increase transaction throughput and reduce costs while inheriting the security of the Ethereum main chain. Core Components 1. Optimistic Rollups: Rollup Blocks: Transactions are batched into rollup blocks and processed off-chain. State Commitments: The state of these transactions is periodically committed to the Ethereum main chain. 2. Sequencers: Transaction Ordering: Sequencers are responsible for ordering transactions and creating batches. State Updates: Sequencers update the state of the rollup and submit these updates to the Ethereum main chain. Block Production: They construct and execute Layer 2 blocks, which are then posted to Ethereum. 3. Fraud Proofs: Assumption of Validity: Transactions are assumed to be valid by default. Challenge Period: A specific time window during which anyone can challenge a transaction by submitting a fraud proof. Dispute Resolution: If a transaction is challenged, an interactive verification game is played to determine its validity. If fraud is detected, the invalid state is rolled back, and the dishonest participant is penalized. Consensus Process 1. Transaction Submission: Users submit transactions to the sequencer, which orders them into batches. 2. Batch Processing: The sequencer processes these transactions off-chain, updating the Layer 2 state. 3. State Commitment: The updated state and the batch of transactions are periodically committed to the Ethereum main chain. This is done by posting the state root (a cryptographic hash representing the state) and transaction data as calldata on Ethereum. 4. Fraud Proofs and Challenges: Once a batch is posted, there is a challenge period during which anyone can submit a fraud proof if they believe a transaction is invalid. Interactive Verification: The dispute is resolved through an interactive verification game, which involves breaking down the transaction into smaller steps to identify the exact point of fraud. Rollbacks and Penalties: If fraud is proven, the batch is rolled back, and the dishonest actor loses their staked collateral as a penalty. 5. Finality: After the challenge period, if no fraud proof is submitted, the batch is considered final. This means the transactions are accepted as valid, and the state updates are permanent.
奖励机制与相应费用
Worldcoin is present on the following networks: Ethereum, Optimism.
The crypto-asset's PoS system secures transactions through validator incentives and economic penalties. Validators stake at least 32 ETH and earn rewards for proposing blocks, attesting to valid ones, and participating in sync committees. Rewards are paid in newly issued ETH and transaction fees. Under EIP-1559, transaction fees consist of a base fee, which is burned to reduce supply, and an optional priority fee (tip) paid to validators. Validators face slashing if they act maliciously and incur penalties for inactivity. This system aims to increase security by aligning incentives while making the crypto-asset's fee structure more predictable and deflationary during high network activity.
Optimism, an Ethereum Layer 2 scaling solution, uses Optimistic Rollups to increase transaction throughput and reduce costs while maintaining security and decentralization. Here's an in-depth look at the incentive mechanisms and applicable fees within the Optimism protocol: Incentive Mechanisms 1. Sequencers: Transaction Ordering: Sequencers are responsible for ordering and batching transactions off-chain. They play a critical role in maintaining the efficiency and speed of the network. Economic Incentives: Sequencers earn transaction fees from users. These fees incentivize sequencers to process transactions quickly and accurately. 2. Validators and Fraud Proofs: Assumption of Validity: In Optimistic Rollups, transactions are assumed to be valid by default. This allows for quick transaction finality. Challenge Mechanism: Validators (or anyone) can challenge the validity of a transaction by submitting a fraud proof during a specified challenge period. This mechanism ensures that invalid transactions are detected and reverted. Challenge Rewards: Successful challengers are rewarded for identifying and proving fraudulent transactions. This incentivizes participants to actively monitor the network for invalid transactions, thereby enhancing security. 3. Economic Penalties: Fraud Proof Penalties: If a sequencer includes an invalid transaction and it is successfully challenged, they face economic penalties, such as losing a portion of their staked collateral. This discourages dishonest behavior. Inactivity and Misbehavior: Validators and sequencers are also incentivized to remain active and behave correctly, as inactivity or misbehavior can lead to penalties and loss of rewards. Fees Applicable on the Optimism Layer 2 Protocol 1. Transaction Fees: Layer 2 Transaction Fees: Users pay fees for transactions processed on the Layer 2 network. These fees are generally lower than Ethereum mainnet fees due to the reduced computational load on the main chain. Cost Efficiency: By batching multiple transactions into a single batch, Optimism reduces the overall cost per transaction, making it more economical for users. 2. L1 Data Fees: Posting Batches to Ethereum: Periodically, the state updates from Layer 2 transactions are posted to the Ethereum mainnet as calldata. This involves a fee known as the L1 data fee, which covers the gas cost of publishing these state updates on Ethereum. Cost Sharing: The fixed costs of posting state updates to Ethereum are spread across multiple transactions within a batch, reducing the cost burden on individual transactions. 3. Smart Contract Fees: Execution Costs: Fees for deploying and interacting with smart contracts on Optimism are based on the computational resources required. This ensures that users are charged proportionally for the resources they consume.
信息披露时间段的开始日期
2024-09-27
信息披露时间段的结束日期
2025-09-27
能源报告
能源消耗
1418.71106 (kWh/a)
能源消耗来源与评估体系
The energy consumption of this asset is aggregated across multiple components:
To determine the energy consumption of a token, the energy consumption of the network(s) ethereum, optimism is calculated first. For the energy consumption of the token, a fraction of the energy consumption of the network is attributed to the token, which is determined based on the activity of the crypto-asset within the network. When calculating the energy consumption, the Functionally Fungible Group Digital Token Identifier (FFG DTI) is used - if available - to determine all implementations of the asset in scope. The mappings are updated regularly, based on data of the Digital Token Identifier Foundation. The information regarding the hardware used and the number of participants in the network is based on assumptions that are verified with best effort using empirical data. In general, participants are assumed to be largely economically rational. As a precautionary principle, we make assumptions on the conservative side when in doubt, i.e. making higher estimates for the adverse impacts.
市值
$26.95亿 #36
流通总量
21.07亿 / 100亿
历史最高价
$11.96
24 小时成交量
$9,451.27万
3.1 / 5

