# 设计原则

在FON智能链生态系统中构建独立运行的区块链系统，FON智能链并不会依赖其他任何网络。

### FSC的设计遵循以下原则：  &#x20;

#### 独立区块链：

从技术上讲，FSC 是一个独立的区块链，而不是Layer2 解决方案，大多数FSC基础技术和业务功能应该是自包含的，这样即使其他配套短暂停止，它也能正常运行。

#### 以太坊兼容：&#x20;

第一个实用的、被广泛使用的智能合约平台是以太坊 。为了对接相对成熟的应用和社区，FSC 选择与现有的以太坊主网兼容。 这意味着大多数Dapp、生态系统组件和工具将与FSC兼容，不需要修改或只需要很小的更改；FSC 节点仅需要类似或稍高的硬件规范和操作技能就能运作。这一实现应为 FSC 和以太坊未来的版本继续兼容提供空间。

### 基于权益质押的共识和链上管理的：

基于权益质押（APoS）的共识更环保，给社区治理提供更灵活的选择。可以预期的是，这种共识会比PoW共识有更好的性能，即出块时间短，交易处理容量高。

### 代币经济学&#x20;

FON智能链FON原生币总量为2600万，且不可增发。

FON智能链上线后，创世合约就已在Github开源地址：<https://github.com/FONSmartChain/fsc-genesis-contract>

1.初始团队销毁200万枚&#x20;

2.创世团队持有80万枚&#x20;

3.通过DEX以及生态机制和团队盈利陆续销毁了\~969,679 FON销毁地址：0x000000000000000000000000000000000000dEaD

当前FON数量为100%流通，FON原生币无预售和ICO，FON除团队外代币都已挖矿完成后全部流通上线。


---

# Agent Instructions: 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:

```
GET https://docs.fonscan.io/zh_cn/develop/white-paper/background-overview/design-principles.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
