> For the complete documentation index, see [llms.txt](https://xiongxiaoer.gitbook.io/the-little-bitcoin-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xiongxiaoer.gitbook.io/the-little-bitcoin-book/untitled.md).

# 全球单点故障

所有央行都是其国民经济的一个重大单节点故障。在某种程度上，美联储是所有世界银行的央行。对于美国人来说，这种安排似乎运转良好。任何地方都接受美元，大多数人很容易开设银行账户，获得信贷额度，并支付商品和服务费用。大多数美国人并没有明显受到通胀的影响。

充满活力的美国经济有助于巩固和推动当今的全球经济体系。其核心是美元本位，这是一种全球货币霸权，始于一起鲜为人知的事件，它发生在1944年新罕布什尔州的一家酒店，被称为“布雷顿森林协定”。

随着第二次世界大战即将结束，全球大国在布雷顿森林举办了一场聚会来建立统一的货币秩序。在三周的时间里，来自44个国家的700多名代表就未来金融体系的结构进行了辩论和谈判。一些代表建议建立一种名为班科（bancor）的新国际储备货币。最后，代表们同意他们的货币将与美元挂钩。因此，今天的国际贸易主要以美元结算，每个国家都试图维持他们的美元储备。

美元对全球经济体系的核心性质体现在资金在各国之间流动的方式上。例如，从韩国汇款到菲律宾。韩元通常不可能被直接兑换成菲律宾比索，因为这两个国家手上没有足够的对方货币。相反，他们依靠美元和一系列交易。首先，韩元在首尔被卖成美元。这些美元通过美国银行从韩国银行转移到菲律宾银行。最后，马尼拉的银行将美元兑换成菲律宾比索。这需要至少几天时间，并且会产生外汇和交易费用，从流行路线的百分之几到不太流行的路线的低两位数百分比。即使对于小额汇款来说，这种跨境支付的全球平均成本仍然超过7％。

&#x20; 虽然世界在许多方面从美元本位中获益，但它也导致了一种脆弱性，即每个经济体都在某种程度上依赖美元，并且很容易受其崩溃的影响. 结果就是美国的少数银行倒闭, 可能导致全球性的经济灾难。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://xiongxiaoer.gitbook.io/the-little-bitcoin-book/untitled.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
