계정
계정
Transactions
23개 참조
자산을 보유하고 작업을 시작할 수 있는 엔터티입니다. 이더리움은 계정 모델(외부 소유 계정 및 계약 계정)을 사용하는 반면, 비트코인은 UTXO 모델을 사용합니다.
23개 백서 섹션에 등장
Bitcoin As A State Transition System
...move $X from A to B, and the state transition function reduces the value in A's account by $X and increases the value in B's account by $X. If A's account has less tha...
Ethereum
... architecture differs fundamentally from Bitcoin's UTXO model. Ethereum uses an account-based system where the blockchain state consists of a mapping from addresses to...
Ethereum Accounts
...ey receive a message or transaction. Both types share a common structure: every account has a nonce (a counter used to ensure each transaction can only be processed on...
Ethereum State Transition Function
...: verifying the signature is correct, confirming the nonce matches the sender's account nonce, and ensuring the sender has sufficient balance to pay the upfront cost (...
Code Execution
...age is the persistent key-value store permanently associated with each contract account, where contracts maintain their long-term state across transactions. These stor...
Blockchain and Mining
...e values. The state itself is a large Merkle Patricia trie mapping addresses to account objects, where each account has a balance, nonce, code (if present), and storag...
Token Systems
...en systems are simply a database with a single operation: subtract X units from account A and add X units to account B, with the condition that A had at least X units ...
Abstract
...isting cryptocurrencies: their unsuitability as a medium of exchange or unit of account due to extreme price volatility. By pegging each token to a real-world currency...
Introduction
...ether token represents a claim on one unit of fiat currency held in a real bank account by a real company, Tether Limited. This is not an algorithmic mechanism or a cr...
Technology Stack
... destroying the redeemed tokens and wiring fiat currency to the redeemer's bank account. Tether Limited also maintains the compliance infrastructure required for fiat ...
Process of Tethering
... supports euros and Japanese yen as well -- to Tether Limited's designated bank account via wire transfer. The deposit instructions include a reference number that lin...
Proof of Reserves
...gements, ISAE 3000) and involve direct confirmation of bank balances, review of account statements, and assessment of the reserve structure. The auditors' reports are ...
Use Cases
...h the permissionless cryptocurrency infrastructure, without requiring a US bank account or passing through capital control mechanisms that restrict traditional dollar ...
Challenges and Risks
... visible. This means that transaction patterns, counterparty relationships, and account balances can be observed and analyzed by anyone. For users who value financial ...
System Architecture
...event race conditions.
```
Sealevel Parallel Execution:
Transaction A: reads [Account 1], writes [Account 2]
Transaction B: reads [Account 3], writes [Account 4]
Tra...
Performance
... per second. A typical Solana transaction is 250 bytes including the signature, account addresses, instruction data, and metadata. At 250 bytes per transaction, a 1 Gb...
Introduction
...capitalization, exhibit price volatility that makes them unsuitable as units of account for everyday commerce, as stable stores of value for treasury management, or as...
Technology
...ogrammatic interaction with the USDC issuance and redemption system. The Circle Account API enables institutional customers to mint and redeem USDC programmatically, i...
Reserve Management
...erves, independent verification of Treasury securities holdings through custody account confirmations, reconciliation of total reserve value against the outstanding US...
Token Lifecycle
...r type and jurisdiction. The issuer verifies the deposit against the customer's account, confirming the amount and ensuring compliance with transaction monitoring requ...
관련 스토리
Whitepaper Deep Dive
Ethereum 백서: Bitcoin의 한계에서 세계 컴퓨터로
Vitalik Buterin이 블록체인을 범용 연산 플랫폼으로 재구상하고, smart contract, EVM, 그리고 Turing-complete 스크립팅 언어를 도입한 과정을 살펴봅니다.
Technical ExplainerSmart Contract 설명: Ethereum의 EVM에서 현대적 대안까지
Smart contract가 실제로 무엇인지, EVM이 어떻게 실행하는지, 그리고 가스 수수료가 존재하는 이유를 개발자와 관심 있는 독자를 위해 설명합니다.
Technical ExplainerEthereum의 상태 머신: 계정, 스토리지, 월드 상태 트라이
Ethereum이 Merkle Patricia Trie를 사용하여 모든 컨트랙트와 계정을 추적하는 방법, 그리고 상태 관리가 체인의 가장 큰 확장성 과제인 이유를 설명합니다.
ComparisonBitcoin vs Ethereum: 가장 중요한 두 암호화폐 백서 비교
Satoshi의 결제 시스템과 Vitalik의 월드 컴퓨터가 탈중앙화 기술에 대한 서로 다른 비전을 어떻게 제시하는지 비교 분석합니다.