> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/blockchain_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/blockchain_guide/appendix/companies.md).

# 相关企业和组织

排名不分先后，大部分信息来自互联网，不保证信息准确性，如有修改意见，欢迎联系。

## 国际

### 企业

* [IBM](https://www.ibm.com): 早期向 Hyperledger 项目贡献企业区块链相关代码，并参与多家银行和企业区块链项目；IBM Blockchain Platform 已结束原产品支持路径。
* [DTCC](https://www.dtcc.com/): 参与过 Hyperledger 等企业区块链生态合作。
* [Circle](https://www.circle.com/)：稳定币和区块链支付基础设施公司，核心产品包括 USDC 等数字美元服务。Circle 2026 年一季度公告显示，季末 USDC 流通量为 770 亿美元，Q1'26 链上交易量为 21.5 万亿美元。
* [ConsenSys](https://consensys.io/)：区块链创业团队，试图打造区块链平台技术和应用支撑，获得多家投资。

### 组织

* [R3 / Corda](https://r3.com/get-corda/)：R3 成立于 2014 年，其银行联盟（R3 CEV）于 2015 年 9 月启动；当前重点产品是面向受监管数字市场的 Corda 分布式账本平台。早期 R3 CEV 联盟与 Hyperledger 相关的新闻应作为历史背景阅读。
* [Hyperledger 社区](https://www.lfdecentralizedtrust.org/projects)：创立于 2015 年 12 月，现属于 Linux Foundation Decentralized Trust 生态，聚焦面向企业和公共部门场景的分布式账本、身份、互操作和相关基础设施项目。
* [Ethereum 社区](https://ethereum.org): 围绕以太坊区块链平台的开放社区。
* [DAO](https://ethereum.org/dao/)：Decentralized Autonomous Organization，指由成员共同拥有、通过链上规则和治理流程协作的组织形态。“The DAO” 曾是以太坊早期众筹案例，不应把单一历史事件等同于 DAO 的通用定义。

## 国内

### 学术界

* 清华大学
* 中科院
* 上海交通大学

### 企业

* [中国电信](https://www.chinatelecom.com.cn/)：研究区块链相关技术，包括去中心化共享经济平台等。
* [世纪互联](https://www.vnet.com/)：投资区块链技术团队，牵头成立“中关村区块链产业联盟”。
* [银联](https://cn.unionpay.com/)：关注区块链相关技术，尝试引入基于区块链的银行业积分系统。
* 能链：早期关注能源产品相关区块链应用的创业项目，原公开站点已不可稳定访问，适合作为历史案例而非当前活跃项目引用。
* [恒生电子](https://www.hundsun.com/)：2016 年牵头成立“金链盟”，希望通过区块链技术为金融行业提供更简单的产品。
* [布比](https://bubi.cn)：主要关注数字资产管理的技术型创业企业，区块链相关平台和产品。
* [小蚁](https://neo.org/)：主要关注对资产和权益进行数字化，2014年于上海组建成立。
* [HTX（原火币）](https://www.htx.com/)：火币于 2023 年宣布品牌更新为 HTX。需注意中国人民银行等部门 2021 年通知已明确虚拟货币相关业务活动在中国大陆的监管红线，境外交易所面向境内居民提供服务同样属于非法金融活动。
* BeLink：关注保险行业积分系统，主要产品为数贝荷包。
* BitSe：主要产品为唯链（Vechain），面向物品防伪追踪、数字版权管理相关。
* [万向集团](https://www.wxblockchain.com/)：投资多家区块链创业团队，致力于推动产业发展。

### 组织

* 中关村区块链产业联盟：2016 年 2 月 3 日成立于北京，由世纪互联联合清华大学、北京邮电大学等高校、中国通信学会、中国联通研究院等运营商，及集佳、布比网络等公司发起；
* ChinaLedger：2016 年 4 月成立于上海，成员包括中证机构间报价系统股份有限公司、中钞信用卡产业发展有限公司北京智能卡技术研究院、万向区块链实验室、浙江股权交易中心、深圳招银前海金融资产交易中心、厦门国际金融资产交易中心、大连飞创信息技术有限公司、通联支付网络服务股份有限公司、上海矩真金融信息服务有限公司、深圳瀚德创客金融投资有限公司、乐视金融等；
* 金融区块链合作联盟（金链盟）：2016 年 5 月 31 日成立于深圳，包括平安银行、恒生电子、京东金融、腾讯微众银行、华为、南方基金、国信证券、安信证券、招商证券、博时基金等 25 家公司与机构。


---

# 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://yeasy.gitbook.io/blockchain_guide/appendix/companies.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.
