Informationen på denna sida är sammanställd från offentliga källor och gjord lättläst, men den representerar inte Coinmotions syn på tillgången i fråga. Innehållet på denna sida är avsett som informativt, inte som investeringsrådgivning. Bekanta dig alltid mer ingående med tillgången självständigt eller diskutera med en expert innan du fattar investeringsbeslut!

Worldcoin
WLD
Worldcoin är utformat som ett globalt identitets- och valuta nätverk, som kombinerar konceptet “proof of personhood” och sin egen kryptovaluta, WLD-token. Målet är att möjliggöra för varje medborgare i världen att verifiera sin mänsklighet online med respekt för integritet och delta i den digitala ekonomin utan begränsningar från traditionella banksystem.
Kurs*: ...
Förändring (24H)*: ...
Marknadsvärde*: 1573146456.2306
Lansering: 2025
Nätverk: Ethereum
Protokoll: PoS

* Ej realtidsdata.

* Denna beskrivning av kryptotillgången har inte godkänts av någon behörig myndighet inom EU. Utgivaren av kryptotillgången är ensam ansvarig för innehållet i denna beskrivning av kryptotillgången.

Bakgrundshistoria

Projektet initierades av teamet Tools for Humanity, med Sam Altman, en av grundarna av OpenAI, som en centralgestalt. Idén kom från insikten att i en tid av AI och bots blir digital identifiering av människor allt viktigare—både ekonomiskt och samhälleligt. Inspirationen till logotypen och namnet kom från tanken på att förena hela världen (“World”) under ett gemensamt, jämlikt ekosystem; den ikoniska silverfärgade skanningsenheten, Orb, är redan ett igenkännbart symbol för projektet.

Exempel

I praktiken erbjuder myntet möjligheten att verifiera identitet globalt genom World ID-systemet, vilket gör att till exempel online-tjänster kan säkerställa användarens mänsklighet och unikhet utan att behöva dela personuppgifter direkt. Efter verifieringen får användaren också WLD-tokens som belöning, vilka kan användas inom ekosystemet eller bytas mot andra valutor. Till exempel använder samhällsprogram, botfria diskussionsplattformar, samt säker inloggning för online-tjänster och kanske även digital röstning i framtiden redan Worldcoin-teknologi.

Roliga fakta

Som en intressant fakta: Orb-skannern som inledde användningen av Worldcoin är redan känd i många länder och har till och med kallats “sci-fi-bollen”, som påstås likna futuristiska teknologier från filmer. Projektets mål inkluderar också en potentiell experimentering med universell basinkomst baserat på AI:s intäkter, vilket har väckt mycket diskussion världen över. En intressant detalj är också att samma projekt diskuteras som det mest innovativa samhällsinitiativet inom både finans- och tekniksektorn.

Höjdpunkter från communityn

Gemenskapen är aktiv, särskilt på sociala medier och nätverk; till exempel delar användare sina erfarenheter från skanningspunkter runt om i världen, deltar i governance-omröstningar med sina WLD-tokens och utvecklar tillsammans nya användningsområden för World ID. På Discord och Twitter är gemenskapen särskilt högljudd, och många små lokala projekt, som botfria chattjänster eller nya integrationer, skapas kontinuerligt.

Vad för WLD unikt?

Denna projekts unikhet ligger i dess kombination: en global digital identitet avsedd för verifiering och en kryptovaluta som delas direkt med användarna gör det till en ovanligt omfattande Web3-infrastruktur lösning. Worldcoin särskiljer sig från andra genom att vem som helst kan få sin egen “andel” av ekosystemet direkt genom personlig deltagande, utan investeringar eller särskild teknisk kompetens—bara genom att vara sig själv och bekräfta sin mänsklighet.

Framtidsvision

I framtiden siktar projektet mot en ännu bredare adoption inom vardagliga tjänster, såsom digital röstning och internationella betalningar. Målet är att möjliggöra gränslös deltagande i den globala ekonomin, och teamet ser sin vision att Worldcoin ska utgöra grunden för framtidens internet, där både identitet och tillgångar hanteras verkligt individcentrerat och säkert.
ESG Disclosure +

Energiförbrukning: 1029.58496 kWh/a | Förnybar energi:

ESG (Environmental, Social, and Governance) regulations for crypto assets aim to address their environmental impact (e.g., energy-intensive mining), promote transparency, and ensure ethical governance practices to align the crypto industry with broader sustainability and societal goals. These regulations encourage compliance with standards that mitigate risks and foster trust in digital assets.

Name Coinmotion Oy
Relevant legal entity identifier 743700PZG5RRF7SA4Q58
Name of the crypto-asset Worldcoin
Consensus Mechanism 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.
Incentive Mechanisms and Applicable Fees 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.
Beginning of the period 2024-10-12
End of the period 2025-10-12
Energy consumption 1029.58496 (kWh/a)
Energy consumption resources and methodologies 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.
Renewable energy consumption
Energy intensity (kWh)
Scope 1 DLT GHG emissions - Controlled (tCO2e/a)
Scope 2 DLT GHG emissions - Purchased (tCO2e/a)
GHG intensity (kgCO2e)
Key energy sources and methodologies
Key GHG sources and methodologies

Share on

Facebook
Twitter
LinkedIn
Telegram
WhatsApp

Prenumerera på Coinmotions nyhetsbrev

Vill du vara den första att höra om våra produktuppdateringar, få superduper-speciella erbjudanden och lära dig mer om kryptovalutor genom våra exklusiva marknadsrapporter? Vi skickar gärna ett e-postmeddelande då och då – inte för ofta – så vänligen fyll i dina uppgifter nedan. Låt oss hålla kontakten!
Är du redan en Coinmotion-användare? Du kan även hantera din prenumeration via kontoinställningarna.

Prenumerera nu genom att fylla i dina uppgifter här

Ansvarig för filen: Coinmotion Oy. Syfte: att skicka information om egna produkter och tjänster till undertecknad. Legitimering: samtycke. Mottagare: Data kommer inte att kommuniceras till tredje parter. Rättigheter: få tillgång till, korrigera och radera data, samt andra rättigheter, som förklaras i tilläggsinformationen. Du kan läsa ytterligare och detaljerad information i vår integritetspolicy