Fork: What Is a Fork in Cryptocurrency?A fork is a change or temporary divergence in a blockchain’s transaction history, software code, or consensus rules.In cryptocurrency, the term can describe a planned Fork: What Is a Fork in Cryptocurrency?A fork is a change or temporary divergence in a blockchain’s transaction history, software code, or consensus rules.In cryptocurrency, the term can describe a planned

Fork

2026/08/10 11:33
#Intermediate

What Is a Fork in Cryptocurrency?

A fork is a change or temporary divergence in a blockchain’s transaction history, software code, or consensus rules.

In cryptocurrency, the term can describe a planned network upgrade, a disagreement between communities, or a short-lived situation in which nodes see different valid versions of the blockchain.

A fork occurs because blockchain networks are operated by many independent computers rather than one central database administrator.

These computers, commonly called nodes, follow software rules to verify transactions, validate blocks, and determine which blockchain history they recognize.

When nodes follow different rules or receive competing blocks, the network may divide into separate paths.

Some forks are resolved automatically within seconds or minutes, while others create permanent networks with separate cryptocurrencies, communities, and development teams.

The two best-known categories of protocol upgrade are hard forks and soft forks.

A hard fork introduces rules that are not fully compatible with older node software.

A soft fork introduces more restrictive rules that can remain compatible with nodes enforcing the previous rules.

The Bitcoin developer guide to blockchain forks explains that an actual fork is a divergence in blockchain history, while proposed consensus changes are often called hard or soft forks because of their potential effects on network compatibility.

Why Do Cryptocurrency Forks Happen?

Cryptocurrency forks happen for technical, economic, security, operational, or political reasons.

Developers may propose a fork to add new features, improve transaction capacity, reduce fees, fix vulnerabilities, or support new cryptographic functions.

A network may also need a fork to change validator requirements, block limits, transaction formats, smart contract behavior, or monetary rules.

Some forks are scheduled upgrades that receive broad support from developers, node operators, miners, validators, wallet providers, infrastructure companies, and users.

Other forks are contentious because important groups disagree about the network’s future direction.

A fork can also happen accidentally when two miners or validators produce valid competing blocks at nearly the same time.

Network delays may cause different groups of nodes to receive those blocks in a different order.

The blockchain’s fork-choice rule then determines which branch becomes the accepted chain.

Software bugs, incorrect upgrade configurations, validator failures, or incompatible client versions can also create unexpected forks.

For this reason, major blockchain upgrades are usually tested on development networks and public test networks before being activated on the main network.

How Does a Blockchain Fork Work?

A blockchain is a sequence of blocks connected through cryptographic references.

Each block generally contains a reference to the previous block, creating a history that can be followed back toward the network’s first block.

A fork begins when two valid blocks or two sets of protocol rules create different possible continuations from the same earlier point.

Before the fork point, both branches share the same history.

After the fork point, the branches may contain different blocks, transactions, account balances, or protocol behavior.

Nodes decide which branch to follow by applying their locally installed software and the network’s consensus mechanism.

A proof-of-work network may compare the cumulative computational work behind competing chains.

A proof-of-stake network may consider validator votes, justified checkpoints, finalized checkpoints, and other fork-choice conditions.

The official explanation of blockchain consensus mechanisms describes a fork-choice algorithm as the process nodes use to select one chain when multiple blocks exist at the same position.

If nearly all participants adopt the same new rules, the network usually continues as one chain after the upgrade.

If significant groups permanently follow incompatible rules, two independent blockchains can continue from the shared history.

What Is a Hard Fork?

A hard fork is a protocol change that expands or otherwise changes the blockchain’s validity rules in a way that older software may not recognize.

Nodes that do not install the new software may reject blocks created under the updated rules.

Updated nodes may also accept transactions or blocks that older nodes consider invalid.

This incompatibility means that a hard fork requires coordinated software updates among the participants who intend to remain on the upgraded network.

A hard fork does not always create a permanent second cryptocurrency.

When nearly all economically important participants adopt the upgrade, the previous branch may receive little or no mining power, validator support, application activity, or market value.

In that case, the term hard fork describes the upgrade method rather than a lasting chain split.

A permanent split can occur when one group continues operating software based on the previous rules while another group follows the new rules.

Each branch may then have its own native asset, transaction history, network security, software releases, and community governance.

Ethereum commonly uses coordinated hard forks to deploy planned network upgrades.

The official Ethereum fork timeline explains that its major technical upgrades typically originate from Ethereum Improvement Proposals that change protocol rules.

Node operators must install compatible client versions before the scheduled activation point if they want to continue following the upgraded network.

What Is a Soft Fork?

A soft fork is a backward-compatible protocol change that makes the rules for creating valid blocks or transactions more restrictive.

Updated nodes enforce the new restrictions, while older nodes continue applying the broader previous rules.

A block that follows the new rules can therefore still appear valid to an older node, even though the older node may not understand every new feature.

This compatibility can allow upgraded and non-upgraded nodes to remain on the same blockchain.

However, a soft fork still requires enough support from block producers and other economically important participants to operate safely.

If miners or validators repeatedly create blocks that violate the new restrictions, upgraded nodes will reject those blocks.

This can create competing branches and serious disruption even though the change is technically backward compatible.

Soft forks are often used to introduce new transaction conditions, signature rules, scripting features, or block-validation restrictions.

Bitcoin’s Segregated Witness and Taproot upgrades were deployed as soft forks.

The Taproot activation specification documents the activation process used for that backward-compatible consensus change.

A soft fork does not mean that every participant receives the full benefits of the upgrade without updating.

Older nodes may remain connected, but they may be unable to validate the new rules independently or use features introduced by the upgrade.

Hard Fork vs. Soft Fork

The main difference between a hard fork and a soft fork is how the new rules interact with older node software.

A hard fork can make previously invalid blocks valid, causing older nodes to reject blocks accepted by upgraded nodes.

A soft fork generally makes some previously valid behavior invalid, allowing older nodes to continue accepting blocks produced under the stricter rules.

Hard forks usually require all participants who want to follow the upgraded chain to install compatible software.

Soft forks may allow older nodes to remain connected, but broad adoption is still important for security and reliable enforcement.

A hard fork has a clearer potential to create two lasting blockchains because the rule sets are directly incompatible.

A soft fork can also cause a chain split when activation fails, participants disagree, or a large amount of block-producing power refuses to enforce the new rules.

Neither method is automatically safer, more decentralized, or more legitimate.

The outcome depends on the quality of the proposal, testing, implementation, activation process, community support, and behavior of network participants.

Planned Forks and Contentious Forks

A planned fork is a coordinated upgrade announced before a specific block height, timestamp, epoch, or other activation condition.

Developers typically publish technical specifications, client releases, testing instructions, and upgrade schedules before activation.

Node operators then update their software so that the new rules become active at the same point across the network.

A planned fork can be technically complex without being politically controversial.

A contentious fork occurs when major groups disagree about whether the change should happen or which rules should define the network.

Disagreements may involve block capacity, monetary policy, transaction privacy, smart contract reversals, validator requirements, governance authority, or the role of particular participants.

A contentious hard fork can produce two active networks if both sides retain enough users, developers, security resources, infrastructure, and economic support.

Claims that one branch is the “real” network are often social and economic arguments rather than conclusions produced automatically by software.

Different communities may evaluate legitimacy through continuity, branding, accumulated work, validator support, market activity, developer support, or adherence to earlier principles.

Temporary Forks

A temporary fork occurs when more than one valid block is produced at approximately the same blockchain height.

This does not necessarily involve a change to the protocol rules.

It can result from ordinary network latency because blocks require time to travel between miners, validators, and nodes.

One group of nodes may receive block A first, while another group receives block B first.

Both groups temporarily build on the block they believe is the current chain tip.

When one branch gains greater weight under the fork-choice rule, nodes reorganize around that branch.

The block on the losing branch may be called a stale block, an uncle block under certain historical systems, or an orphaned block in informal usage.

Transactions from the losing branch may return to the pending transaction pool if they are still valid and were not included in the winning branch.

Temporary forks are one reason cryptocurrency recipients may wait for multiple confirmations before treating a payment as final.

What Is a Chain Split?

A chain split is a fork in which two blockchain branches continue operating instead of quickly converging on one accepted history.

After a permanent chain split, each blockchain may process different transactions and develop different market values.

Users who controlled private keys before the split may initially have corresponding account balances or unspent outputs on both branches.

This duplication occurs because both branches share the same transaction history before the fork point.

It does not mean that new value was created without risk or that every user can safely access both assets.

Wallet compatibility, replay protection, custody arrangements, liquidity, network security, and private-key exposure can affect whether the duplicated balances are usable.

A custodial service may decide whether, when, and how to support an additional forked asset.

A user holding cryptocurrency in a self-custody wallet may have greater technical control, but accessing the new branch can create serious security risks.

What Happens to Cryptocurrency During a Fork?

The effect of a fork depends on whether it is temporary, backward compatible, broadly adopted, or permanently contentious.

A routine planned upgrade may produce no visible change to the user’s balance.

The wallet address, private key, and token amount may continue functioning under the updated protocol.

Applications may temporarily pause deposits, withdrawals, bridges, or smart contract operations while infrastructure providers confirm network stability.

During a permanent chain split, balances recorded before the fork may appear on both resulting chains.

Transactions made after the fork affect only the branch on which they are confirmed, unless replay protection is missing.

The two native assets can develop separate symbols, prices, liquidity levels, security models, and communities.

One branch may become economically dominant, while the other may remain smaller or eventually lose activity.

Token holders should not assume that an additional forked asset will have significant value or reliable market access.

What Is Replay Protection?

Replay protection prevents a transaction authorized for one blockchain from being copied and executed on another blockchain after a chain split.

Without replay protection, a transaction signature may be valid on both branches because they share the same pre-fork account history and cryptographic rules.

For example, a user may intend to send an asset on branch A, but another party could rebroadcast the same signed transaction on branch B.

This could cause the user to transfer assets on both networks unintentionally.

Replay protection can be implemented through unique chain identifiers, changed signature rules, special transaction formats, or other forms of domain separation.

EIP-155 documents chain-ID-based replay protection for Ethereum-style transactions by including a network identifier in the signing process.

A unique chain ID helps wallets and nodes distinguish transactions intended for different networks.

Replay protection should be evaluated carefully because two branches may initially share technical characteristics or may not implement protection in the same way.

Users should avoid moving forked assets until reliable wallet providers, developers, and security researchers explain the safest process.

What Is a Fork-Choice Rule?

A fork-choice rule is the algorithm a blockchain node uses to select the preferred chain when several valid branches exist.

The term does not refer only to controversial protocol upgrades.

It is also part of normal blockchain operation because network delays can create temporary competing blocks.

In proof-of-work systems, nodes commonly prefer the valid branch with the greatest cumulative proof of work.

This rule is sometimes simplified as choosing the longest chain, although cumulative work is more precise than the number of blocks alone.

In proof-of-stake systems, the fork-choice rule may measure validator attestations, stake weight, checkpoints, and timing conditions.

A block can be valid under protocol rules but still fail to become part of the preferred chain.

Nodes must therefore evaluate both block validity and the relative weight of competing branches.

Fork-choice rules help independent nodes converge on a shared history without relying on a central operator to select the official database.

Fork vs. Blockchain Reorganization

A blockchain reorganization, commonly called a reorg, happens when a node replaces one recently accepted chain segment with a competing segment.

A reorg is usually the resolution of a temporary fork rather than a permanent protocol split.

Suppose a node accepts block A and then receives a competing branch containing blocks B and C with greater consensus weight.

The node may remove block A from its active chain and adopt blocks B and C instead.

Transactions confirmed only in block A may become unconfirmed or may later appear in a different block.

Short reorgs can occur naturally because of network latency.

Deep reorgs are more concerning because they may indicate a consensus failure, software problem, coordinated attack, or severe network disruption.

The Bitcoin peer-to-peer network documentation explains how nodes compare headers and detect when their local blockchain has diverged from another valid chain.

Forks and Transaction Finality

Finality describes the level of confidence that a confirmed blockchain transaction will not be reversed by a fork or reorganization.

Proof-of-work blockchains commonly provide probabilistic finality.

Each additional block built on top of a transaction generally makes reversing it more computationally difficult.

There is no single confirmation count that is appropriate for every transaction because the required confidence depends on the payment value, network security, and recipient’s risk tolerance.

Some proof-of-stake networks use explicit finality rules based on validator votes and checkpoints.

The official documentation on proof-of-stake finality explains how justified and finalized checkpoints help the network establish a history that is extremely difficult to reverse without major consensus failure and economic penalties.

A temporary fork can affect recent unfinalized blocks without changing older finalized history.

Users should distinguish between a transaction that appears in the latest block and one that has reached the network’s stronger form of finality.

How Are Forks Proposed and Activated?

Fork processes vary between cryptocurrency networks because there is no universal blockchain governance system.

A proposal may begin as a technical document describing the motivation, specification, security effects, and compatibility of a change.

Developers may discuss the proposal in public repositories, community calls, research forums, mailing lists, and testing environments.

Bitcoin protocol proposals are commonly documented through Bitcoin Improvement Proposals.

The official Bitcoin Improvement Proposal repository states that publication of a proposal does not mean that it has community consensus or is scheduled for adoption.

Ethereum protocol proposals are commonly documented through Ethereum Improvement Proposals before selected changes are included in a network upgrade.

After implementation and testing, a fork may be activated at a predetermined block height, epoch, timestamp, or signaling threshold.

Some activation systems measure support through blocks produced by miners or validators.

Other systems use a fixed activation date after developers and network participants have had time to prepare.

BIP-9 describes one version-bits signaling method designed for deploying multiple backward-compatible Bitcoin consensus changes.

No activation method completely removes governance risk because signaling can measure technical readiness without proving that every user agrees with the proposal.

Who Decides Whether a Fork Succeeds?

No single group automatically controls every public blockchain fork.

Developers write and review software, but they cannot always force independent users to run it.

Miners or validators produce blocks, but nodes can reject blocks that violate the rules enforced by their software.

Node operators choose which software and consensus rules they validate.

Wallet providers, custodians, stablecoin issuers, application developers, bridge operators, and infrastructure services influence whether the upgraded network remains usable.

Token holders and traders influence economic demand for each resulting asset.

These groups can have different types of power, and their interests may not always align.

A fork succeeds when enough technical, economic, and social participants coordinate around a common rule set to maintain a functional network.

The meaning of “enough” depends on the network’s consensus system and surrounding ecosystem.

How Forks Affect Miners and Validators

Miners and validators must run software compatible with the rules of the chain they intend to support.

During a hard fork, outdated block-producing software may create blocks that upgraded nodes reject.

This wastes computing power or creates penalties, depending on the consensus mechanism.

Proof-of-work miners may direct hashrate toward one branch or divide their equipment between multiple branches.

The security of each branch can change when total hashrate is redistributed.

A smaller branch may become more vulnerable to reorganization or double-spending attacks if it retains only limited computing power.

Proof-of-stake validators may need to update both consensus and execution software before a scheduled upgrade.

Incorrect validator behavior can result in missed rewards, downtime penalties, or slashing under certain protocol rules.

Validators should rely on official client releases and network announcements rather than installing software shared through unverified messages.

How Forks Affect Wallets and Users

Most users do not need to change their private keys during a routine network upgrade.

However, wallet software may require an update to recognize new transaction types, fee rules, addresses, or chain identifiers.

A wallet that has not been updated may display incorrect information or fail to broadcast transactions after a fork.

Users should verify that they are connected to the intended network before signing a transaction.

The network name alone may not be enough because fraudulent websites and wallet interfaces can imitate official branding.

Chain identifiers, block explorer data, client announcements, and verified software sources can help users confirm the correct network.

Users should never reveal a seed phrase or private key to claim assets created by a fork.

A legitimate blockchain balance can be accessed through compatible software without giving the secret key to another person.

Anyone requesting a seed phrase to “activate” or “unlock” forked coins should be treated as a likely scammer.

Forks and Smart Contracts

A hard fork can change how a blockchain’s virtual machine executes smart contract instructions.

The upgrade may add new operations, change gas costs, restrict unsafe behavior, or modify transaction processing.

Well-designed upgrades attempt to preserve existing applications unless a deliberate compatibility change is required.

Developers should still test contracts against the new software because even small protocol changes can affect complex applications.

After a permanent chain split, the same smart contract code and stored state may initially exist on both branches.

However, external data feeds, administrators, stable-value assets, wrapped tokens, and bridges may support only one branch.

A duplicated smart contract does not guarantee that duplicated tokens retain the same collateral, redemption rights, or economic value.

Applications that depend on signatures should also consider chain-specific replay protection.

EIP-1344 explains how smart contracts can access a chain identifier to help distinguish signed messages intended for different networks.

Can a Fork Create Free Cryptocurrency?

A permanent chain split can create corresponding balances on two networks for addresses that held assets before the split.

This is sometimes described as receiving free cryptocurrency, but the description ignores important risks and limitations.

The new asset may have little liquidity, weak security, limited wallet support, or no reliable market value.

Attempting to access it may expose the user’s private key, transaction history, or original holdings.

Replay attacks may cause a transaction to execute on both chains.

Tax obligations may also apply depending on the user’s jurisdiction and the asset’s availability or value.

Users should evaluate whether the potential value of a forked asset is worth the technical and security risk of claiming it.

A safer method may involve moving the original asset to a new address before using the old key with specialized fork software, but the correct process depends on the specific chains involved.

Fork Scams and Security Risks

Major network forks often attract phishing websites, fake wallets, malicious browser extensions, and false asset-claiming services.

Scammers may promise early access to a forked coin in exchange for a seed phrase, private key, wallet connection, or approval transaction.

A malicious wallet can secretly transmit private keys or replace the destination address of a transaction.

A harmful smart contract approval can allow an attacker to transfer tokens from the user’s wallet.

Fake support accounts may impersonate developers or infrastructure providers during an upgrade.

Users should obtain wallet and node software from verified official sources.

They should compare release signatures, checksums, domain names, and multiple trusted announcements when possible.

Users should also be cautious of unofficial countdowns or messages that create urgency around an alleged fork deadline.

A real protocol upgrade does not require users to send cryptocurrency to an unknown address to preserve their balance.

How to Evaluate a Cryptocurrency Fork

The first step is to determine whether the event is a protocol upgrade, temporary chain divergence, or proposed permanent chain split.

Users should read the technical proposal and identify exactly which consensus rules will change.

They should verify the activation point and determine which node software versions support the new rules.

The level of developer review and public testing can indicate whether obvious implementation risks have been addressed.

Independent code implementations and security audits may reduce reliance on one development team.

Users should examine support from miners, validators, node operators, wallets, applications, infrastructure providers, and the broader community.

They should also check whether the proposed fork includes reliable replay protection and a unique network identifier.

For a permanent split, security resources should be evaluated separately for each branch.

A proof-of-work branch needs enough hashrate to make attacks expensive.

A proof-of-stake branch needs sufficient active stake, validator diversity, and operational support.

Market price alone does not prove that a fork is secure, decentralized, technically sound, or likely to survive.

Forks and Cryptocurrency Prices

Fork announcements can increase price volatility because traders may disagree about the likely technical and economic outcome.

Some traders buy an asset before a possible chain split because they expect to receive balances on both branches.

Others reduce exposure because of uncertainty, software risk, reduced liquidity, or concerns about community division.

Derivatives prices may reflect expectations about the value of a possible forked asset.

Deposit and withdrawal pauses can create temporary price differences between markets.

The original asset may rise, fall, or remain stable after the fork.

There is no rule that a successful upgrade must increase the token price.

Even a technically useful fork can have limited short-term market impact if it was expected in advance.

A contentious fork may weaken confidence in both branches, or it may allow each community to pursue a separate strategy.

Fork-related speculation should not replace analysis of security, adoption, liquidity, token supply, and long-term network use.

Common Misconceptions About Forks

A fork does not always create a new cryptocurrency.

Many forks are routine upgrades that leave one active network and one recognized native asset.

A fork is not automatically caused by hackers.

Temporary forks can occur naturally, while planned forks may be part of normal protocol development.

A soft fork is not completely optional for every participant.

Older nodes may remain connected, but they may not fully validate or use the new features.

A hard fork does not automatically mean that the community is divided.

Networks can use hard forks for widely supported upgrades when participants coordinate successfully.

A duplicated balance does not guarantee a duplicated economic value.

Tokens, bridges, applications, data feeds, and redemption systems may not function equally on both branches.

Developers do not have unlimited power to change a decentralized blockchain because independent participants choose which software rules they enforce.

Frequently Asked Questions

What does fork mean in crypto?

A fork is a change or divergence in a blockchain’s software rules or transaction history.

What are the main types of cryptocurrency forks?

The main protocol-upgrade categories are hard forks and soft forks, while temporary chain forks can also occur without a rule change.

What is a hard fork?

A hard fork is a protocol change that is not fully compatible with older node software and may create a permanent chain split when different groups follow different rules.

What is a soft fork?

A soft fork is a backward-compatible protocol change that introduces stricter validation rules while allowing older nodes to continue recognizing blocks created under the new rules.

Does every hard fork create a new coin?

No, a hard fork creates a new coin only when a separate branch retains enough technical and economic support to continue as an independent network.

Can a soft fork split a blockchain?

Yes, a soft fork can temporarily or permanently split a blockchain when activation fails or major participants do not enforce the same rules.

Why do developers fork blockchains?

Developers may propose forks to add features, improve security, increase capacity, fix bugs, modify economic rules, or change how transactions and smart contracts are processed.

What happens to my coins during a fork?

A routine upgrade may have no visible effect, while a permanent chain split may create corresponding balances on both branches for assets held before the fork.

Do I need to move my cryptocurrency before a fork?

Not always, because the correct action depends on the upgrade, wallet, custody arrangement, replay protection, and official support instructions.

Can a fork reverse transactions?

A temporary fork and reorganization can remove recent confirmations, while a planned protocol fork may include an exceptional state change only when that behavior is specifically encoded and adopted.

What is replay protection?

Replay protection stops a transaction signed for one branch from being copied and executed on another branch after a chain split.

What is a fork-choice rule?

A fork-choice rule is the algorithm nodes use to select the preferred blockchain when more than one valid branch exists.

What is the difference between a fork and a reorg?

A fork is the existence of competing blockchain paths, while a reorg is the process of replacing one recent path with a stronger competing path.

Are forked coins free money?

Forked balances may have market value, but claiming them can involve security, replay, liquidity, tax, custody, and private-key risks.

Can a fork affect smart contracts?

Yes, a fork can change virtual machine rules, transaction costs, contract behavior, external integrations, and the economic backing of tokens.

Who controls a cryptocurrency fork?

The outcome is shaped by developers, node operators, miners, validators, users, applications, infrastructure providers, and markets rather than by one universal authority.

How can users prepare for a fork?

Users should follow verified network announcements, update compatible software, avoid sharing private keys, confirm replay protection, and allow the network to stabilize before making high-risk transactions.

Conclusion

A fork is a change or divergence in a cryptocurrency blockchain’s history, software, or consensus rules.

Hard forks introduce rules that may be incompatible with older software, while soft forks use stricter rules that can remain compatible with older nodes.

Temporary forks are a normal possibility in distributed networks and are usually resolved through the blockchain’s fork-choice rule.

A permanent chain split can create two independent networks, but duplicated balances do not guarantee equal security, usability, or market value.

Understanding activation methods, node compatibility, finality, replay protection, validator or miner support, and wallet security is essential when evaluating any cryptocurrency fork.

Users should rely on verified technical documentation and avoid rushing to claim forked assets through untrusted software or websites.

您可能也喜欢

波动性爆发

「波动性爆发」是指金融市场、资产或指数的波动性突然显著增加,通常由不可预见的事件或市场情绪变化所驱动。这种突如其来的增加会导致价格大幅波动和交易量激增,从而影响投资者和交易者的风险和机会。 了解波动性爆发 波动性是衡量特定证券或市场指数收益分散程度的统计指标,显示资产价格在特定期间内的波动幅度。当这种波动超出正常水平时,就会发生波动性爆发,这通常是对意外新闻或经济事件的反应。这些事件可能包括地缘政
2025/12/23 18:42

反恐融资(CTF)

反恐怖主义融资(CTF)是指旨在发现、预防和打击恐怖主义活动资金支持的法律、法规和活动。这包括监控和监管资金流动、在金融机构内部实施合规计划,以及执行旨在遏制恐怖主义融资的国际制裁和法规。 反恐融资在各领域的重要性 反恐融资在包括银行业、科技和国际贸易在内的各个领域都至关重要。在金融领域,强而有力的反恐融资措施可确保银行和其他金融机构不会被恐怖组织利用为其活动提供资金。这不仅有助于维护金融体系的完
2025/12/23 18:42

监管差距

「监管缺口」指的是缺乏或不足以应对技术、市场或其他领域中新兴或不断发展的监管框架或指南。当创新速度超过相关法律法规的发展速度时,这种缺口往往就会出现,导致新技术或商业实践要么受到部分监管,要么完全不受监管。 监管缺口范例 加密货币领域就是一个典型的监管缺口案例。随着比特币和以太币等数位货币的普及,监管机构难以将这些新型资产纳入传统的金融监管框架。这导致加密货币的法律地位存在不确定性,且在不同司法管
2025/12/23 18:42