Bitcoin Is Far More Than a New Form of Money

CoinDesk發佈於 2022-03-24更新於 2022-03-24

文章摘要

Although Bitcoin is commonly considered a new form of money, it is far more nuanced.

Although Bitcoin is commonly considered a new form of money, it is far more nuanced.
Bitcoin is a multi-layered financial ecosystem with its own monetary system. Because of this monetary system, Bitcoin is independent of today’s existing financial and monetary system.
Bitcoin’s native monetary system is its chief achievement and a novelty. Over the last two decades, people have tried rebuilding finance using fintech. While many interesting financial applications have resulted from fintech innovations, they all remained bound to the traditional fiat system. True innovation in money and finance has only started with Bitcoin.
Pascal Hügli is the chief researcher at Insight DeFi, a Swiss research boutique. Insight DeFi publishes a bi-monthly newsletter in German here. He is also author of the book “Ignore at Your Own Risk: The New Decentralized World of Bitcoin and Blockchain.”
This is because Bitcoin’s native monetary policy is elegantly simple, and its immutable supply is free from human discretion, something no other money has had since gold. In contrast to the yellow precious metal though, Bitcoin's monetary policy is algorithmically determined and thus perfectly predictable, rule-based. It is neither event- nor emotion-driven.
By depoliticizing monetary policy and grounding it in a code that follows a strict formula, Bitcoin’s monetary asset is structured as neutrally as possible. Bitcoin is truly sound money since it provides the highest degree of stability, reliability and security as a monetary system.
A base layer for money
Because this new form of global, digital money resides on a base layer, it’s more apt to speak of Bitcoin’s asset as being base money. This base money is being settled in a distributed fashion on Bitcoin’s blockchain, which acts as the final settlement network within Bitcoin’s native, global monetary system.
So, Bitcoin the base money – also known as on-chain bitcoin or BTC that is settled on Bitcoin’s blockchain with finality – is really “just” the first or base layer for a rapidly evolving multi-layered financial order.
This all-important nuance was already clear to Bitcoin's anonymous founder, which is why he chose his terms carefully in the Bitcoin whitepaper. Satoshi Nakamoto described Bitcoin as an electronic cash system – a subtlety that many have unfortunately missed to this day.
In hindsight, Nakamoto probably should have emphasized the term cash, as it carries a distinct meaning within monetary theory. Coming from the old French word casse, which means money box or money in hand, cash is defined as a bearer asset that is typically used to settle money transactions. It is therefore a base money asset. So, I believe that Nakamoto intended to introduce the Bitcoin blockchain as a base settlement infrastructure for a blockchain-native base money.
Financial logic on top of Bitcoin
While most people are familiar with Bitcoin’s monetary layer, what goes unnoticed by many is Bitcoin’s rapid development into a financial ecosystem. The reason is that this new system is not directly built into Bitcoin’s protocol code itself.
This quality contrasts starkly from so-called smart contract platforms like Ethereum, Solana, Avalanche, Terra or Binance Smart Chain. While these fully programmable blockchains – technically called Turing-complete systems – allow for native smart contract compatibility, Bitcoin’s programming languages script has been intentionally limited. By not going for full programmability on its base layer, Bitcoin has been optimized for stability, reliability as well as security.
With Bitcoin, the implementation of financial logic of any kind has been offloaded to a second layer within its multi-layered financial system. This layer is now populated by sidechains like RSK or Mintlayer, second-layer protocols like the Lightning Network, or alternative layer 1 blockchains like Stacks that run parallel to Bitcoin and have their own history of transactions on Bitcoin.
These different approaches make up the building blocks of what I call the infrastructure layer within Bitcoin’s financial system. Its purpose is to enhance Bitcoin’s expressive power in some form or another. Meanwhile, this layer is a layer of its own. This way the monetary layer can provide the essential assurances for a sound monetary base asset, while the expressive financial logic in the form of smart contracts is moved off Bitcoin’s blockchain onto the infrastructure layer higher up the stack.
Free-market for innovation on Bitcoin
Bitcoin’s infrastructure layer is spawning a free-market competition for building a financial system on top of Bitcoin. This competition is beneficial to users as more qualitatively different options mean more freedom of choice. So, the bigger and more diverse the DeFi ecosystem on Bitcoin, the better.
Regarding consensus and security, users must remember that all projects accept some tradeoffs. Because the different protocols do things differently, these tradeoffs will differ by project. This variety also benefits users, who can opt for the options with which they feel most comfortable.
Bitcoin-based financial operating systems
The different DeFi approaches on Bitcoin infrastructure enable smart contract functionality for Bitcoin in various ways. To make this functionality helpful for as many users as possible, financial operating systems operating on Bitcoin and representing the third layer in Bitcoin’s multi-layered financial order will emerge slowly but surely. The components of the infrastructure layers – second layers and sidechains – will act as middlemen between Bitcoin’s base layer blockchain and the financial operating systems.
The most prominent Bitcoin-powered financial operating system (OS) to date is built by Sovryn. What Windows OS or Mac OS is to computers, Sovryn is to Bitcoin – an interface that makes financial primitives built on the infrastructure layer usable for everyday users. These financial primitives are liquidity, leverage, risk-taking, and arbitrage. The more pronounced these primitives are, the more efficient and functional Bitcoin’s evolving financial order becomes. And this is what financial operating systems like Sovryn are helping to do.
Bitcoin’s native application layer
While a financial operating system like Sovryn can provide various decentralized applications (dApps) in one place, these financial applications can also exist as standalone applications. The beauty of Bitcoin’s open and permissionless setup is that everyone can provide useful software to interact with Bitcoin’s emerging financial order.
The myriad decentralized applications will make up the fourth layer within Bitcoin’s multi-layered financial order. Token swaps, leveraged trading, collateralized lending, uncollateralized lending and more are all emerging as a feature on top of Bitcoin. Depending on what infrastructure setup users prefer – be it RSK, Liquid, Mintlayer, or any other that has yet to emerge – they can choose freely.
Wallets play a decisive role in this monetary system. Digital wallets that allow interaction with Bitcoin-powered services like Muun, Hiro, Liquality or with Ethereum-based MetaMask are to blockchains what browsers are to the internet. They allow users to easily access the underlying technology.
As the fifth and highest layer, wallets come most naturally to users and complete Bitcoin’s multi-layered financial order. The higher up the stack we move, the more room for innovation and development there is.
As we have seen throughout this three-part mini-series, DeFi on Bitcoin is alive and progressing well. While it is still underdeveloped compared to the rest of DeFi, chances are that DeFi based on Bitcoin will grow.
After all, many more Bitcoiners might look for a place to use some of their Bitcoin stash to conduct their Bitcoin-powered finances.

你可能也喜歡

Claude Code 推出动态工作流:让AI学会自己组队干活

Claude Code 推出了动态工作流(workflows)功能,使AI能够根据任务动态组建多个智能体(Agent)团队协同工作,从而解决复杂的长周期任务。 该功能的核心价值在于,它改变了Claude Code原有的“单智能体在单一上下文内规划并执行”的模式。通过动态工作流,Claude可以将任务拆解,分派给多个拥有独立上下文的子智能体并行处理、交叉验证甚至彼此竞争,最后综合结果。这有效缓解了单智能体在处理长任务时常见的“智能体惰性”(提前宣布完成)、“自我偏好偏差”(倾向认可自己的结论)和“目标漂移”(逐渐偏离原始目标)等问题。 动态工作流通过执行一个包含特殊函数的JavaScript文件来协调子智能体。它支持多种实用模式,例如:将任务分类后路由给不同智能体;将任务拆分为多个小步骤并行处理再综合(扇出并综合);生成多个方案后通过锦标赛机制竞争筛选;以及进行对抗式验证等。 其应用场景显著超越了传统的代码任务,扩展至非技术领域。示例包括:代码迁移与重构、深度研究与事实核查、对大量简历或工单进行排序、从历史会话中提炼行为规则、进行事故根因调查、对积压任务进行大规模分诊,以及在命名、设计等需要探索和品味判断的任务中生成并筛选方案。 文章也指出,动态工作流并非万能。它通常会消耗更多token,因此不适合所有常规编程任务。最佳实践仍在形成中,开发者需要根据任务复杂度判断是否使用。用户可以通过详细提示(prompt)设计工作流,并结合 `/goal` 和 `/loop` 等指令,或设置token使用预算来优化效果。创建的工作流可以保存、共享甚至通过技能(skill)进行分发。 总的来说,动态工作流标志着Claude Code从一个代码助手向一个可编排的智能体工作台演进。未来AI工具的竞争力,可能不仅在于单个模型的智能程度,更在于其组织可靠、可复用执行流程的能力。

marsbit21 分鐘前

Claude Code 推出动态工作流:让AI学会自己组队干活

marsbit21 分鐘前

Hyperliquid,华尔街全天候交易便利店

《华尔街日报》报道,去中心化加密交易平台Hyperliquid已成为华尔街交易者,尤其是短线操作者的重要工具。其核心优势在于提供全年无休、全天候交易服务,允许投资者在美股休市(如周末)时提前建仓或平仓,以捕捉如地缘政治事件等带来的市场波动。对冲基金交易员Vala Zeinali分享了他利用该平台在中东冲突消息发布后,及时交易原油衍生品并获得高额回报的经历。 平台由前高频交易员Jeff Yan创立,旨在提供高性能且用户自主托管资产的交易系统,以应对类似FTX破产的风险。尽管公司仅有11名员工,但其业务增长迅速,去年营收约8亿美元,其原生代币HYPE市值已达约160亿美元。 Hyperliquid提供多样化的交易标的,包括比特币、标普500指数、原油以及SpaceX等未上市公司的永续合约,吸引了大量传统金融和加密领域资金。平台的高杠杆特性也意味着高风险,曾在市场剧烈波动时导致巨额爆仓。 目前,美国用户虽被协议禁止使用,但仍有人通过VPN访问。平台吸引力还在于其简洁的界面、丰富的产品以及活跃的社区文化,用户甚至可以直接与创始团队互动。Hyperliquid计划未来拓展至预测市场和期权交易领域,其终极目标是整合所有金融业务。然而,监管机构警告,永续合约结构复杂,面向散户的风险披露可能不足,存在隐患。

marsbit21 分鐘前

Hyperliquid,华尔街全天候交易便利店

marsbit21 分鐘前

谁为代理提供资金?

文章探讨了人工智能代理支付领域的关键问题:治理层的价值与竞争。OpenAI曾因缺乏清晰的购物规则(如退货、防欺诈)而关闭代理购物功能,这凸显了治理(支出控制、身份验证、政策执行)在代理经济中的核心地位。 目前,代理支付平均金额仅31美分,传统支付手续费(如Stripe)使得利润微薄,这为低成本的加密货币结算层(如Layer-2稳定币支付)创造了机会。Coinbase的x402协议和Stripe等公司推出的机器支付协议(MPP)正在争夺支付基础设施的主导权。 然而,真正的价值不仅在于处理交易,更在于管理资金流动的规则,即治理层。钱包(如Stripe收购的Privy)因其处在资金流动的关键节点,成为实施消费限额和审批的理想治理层。Stripe、Coinbase等巨头正通过垂直整合技术栈(覆盖结算、钱包、协议、治理等层面)来建立竞争优势。它们通过投资或收购治理初创公司,确保无论治理功能是内嵌还是独立,都能获利。 分析指出,支付处理终将商品化,价值会向上转移到决定交易能否发生的治理环节。预计到2030年,AI代理交易额可达3-5万亿美元,即使收取很低的治理费率,也能产生数十亿美元收入,堪比Coinbase目前的年订阅服务总收入。因此,在钱包、结算和治理层进行垂直整合,通过浮动余额收益、结算费用和合规费用多元获利,将是企业在代理支付时代保持竞争力的关键商业模式。

marsbit48 分鐘前

谁为代理提供资金?

marsbit48 分鐘前

交易

現貨
合約
活动图片