# BearNetworkChain

## 熊網區塊鏈

- [BearNetworkChain - BRNKC](https://docs.bearnetwork.net/bearnetworkchain-brnkc.md): BearNetworkChain aims to focus on project quality, enterprise, localization, industry, environment, education, organization, public welfare, and sustainable development
- [官方技術公告](https://docs.bearnetwork.net/guan-fang-ji-shu-gong-gao.md): 關於規格書託管轉移與形式化語義主權聲明
- [Honors](https://docs.bearnetwork.net/honors.md): BearNetworkChain (BRNKC) 的雙重認證，不僅是一個技術里程碑，更是 Web3 技術走向成熟與社會化的重要轉折點。當去中心化技術能夠同時贏得實體產業與虛擬資產領域的信任時，我們才真正看見了區塊鏈技術的完整潛力。
- [External Positioning Statement](https://docs.bearnetwork.net/external-positioning-statement.md): BearNetworkChain 公鏈立場聲明 （External Positioning Statement）
- [IDCEA](https://docs.bearnetwork.net/collaboration/idcea.md): 臺中市室內設計文教協會 × 熊網區塊鏈 正式合作啟動
- [Why Choose BearNetworkChain](https://docs.bearnetwork.net/introduction/why-choose-bearnetworkchain.md)
- [Γ Physics Engine](https://docs.bearnetwork.net/introduction/g-physics-engine.md)
- [Features of BearNetworkChain](https://docs.bearnetwork.net/introduction/feature.md)
- [BNES Node Runtime](https://docs.bearnetwork.net/introduction/bnes-node-runtime.md)
- [技術分享：從 BNES 開發看區塊鏈底層的「數位物理」實踐](https://docs.bearnetwork.net/introduction/ji-shu-fen-xiang-cong-bnes-kai-fa-kan-qu-kuai-lian-di-ceng-de-shu-wei-wu-li-shi-jian.md)
- [BNES Election Ticketing System](https://docs.bearnetwork.net/bnes-election-ticketing-system.md): 當惡意節點試圖透過發起「語義毒化攻擊（Semantic Poisoning）」來扭曲投票結果或偽造違規訊號時，L1 主網的 ARI-Model（防對抗式紅旗注入模型）與 Gamma 執行動力學方程 將會發動一場毫秒級的數學清洗。
- [Machine Checkable Blockchain Execution Specification](https://docs.bearnetwork.net/machine-checkable-blockchain-execution-specification.md): 本系統是一個 deterministic execution machine。 其目標不是改寫 EVM，而是在保留 EVM 完整性的前提下，加入 PQC 身份信任、ZK 可驗證執行、Γ 不變量觀測與 BNES 形式化正確性判定。
- [Execution Bound Artifact Reconstruction Layer](https://docs.bearnetwork.net/execution-bound-artifact-reconstruction-layer.md): 系統如何將 canonical execution trace 投影為可重建、可驗證、不可漂移之 artifact（資料原貌重建物件），並保證其不影響 BNES / PQC / ZK / EVM / Clique / Γ 的核心語義與執行決定性。
- [BNQL Counterfactual Defense](https://docs.bearnetwork.net/bnql-counterfactual-defense.md): BearNetworkChain 物理感知防禦核心：BNQL 唯讀檢索與反事實防禦核心技術專題報告
- [PQC ZK Quantum Convergence Layer](https://docs.bearnetwork.net/pqc-zk-quantum-convergence-layer.md): BearNetworkChain 物理感知防禦核心：Quantum-ZK 收斂層 (Quantum-ZK Convergence Layer) 深度技術專題報告
- [Deterministic Execution Data Layer](https://docs.bearnetwork.net/deterministic-execution-data-layer.md): BearNetworkChain 決定性執行引擎與資料層收斂 (Deterministic Execution Engine and Data Layer Convergence) 深度技術專題報告
- [Three-Node Layered Architecture Report](https://docs.bearnetwork.net/three-node-layered-architecture-report.md)
- [End-to-end execution integrity audit report](https://docs.bearnetwork.net/end-to-end-execution-integrity-audit-report.md)
- [Creating a Wallet](https://docs.bearnetwork.net/gettingstarted/wallet.md): MetaMask
- [Changing the routing on the chain](https://docs.bearnetwork.net/gettingstarted/add-coin.md)
- [Adding token types to your wallet](https://docs.bearnetwork.net/gettingstarted/add-coin-1.md)
- [Bear Network Chain SDK](https://docs.bearnetwork.net/developers/bear-network-chain-sdk.md): https://github.com/BearNetwork-BRNKC/bnessdk
- [TestNet](https://docs.bearnetwork.net/developers/testnet.md)
- [JSON RPC](https://docs.bearnetwork.net/developers/jsonrpc.md)
- [Token address](https://docs.bearnetwork.net/developers/token-address.md): The official address and contract address of BearNetworkChain, only those listed in docs are the real official address and contract address of BearNetworkChain.
- [LOGO](https://docs.bearnetwork.net/about/logo.md)
- [WhitePaper](https://docs.bearnetwork.net/about/whitepaper.md): 最初發佈於2022年05月22日,最後修改於2023年07月12日
- [Privacy Policy](https://docs.bearnetwork.net/about/privacy-policy.md): Last updated: 07.16, 2023


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.bearnetwork.net/bearnetworkchain-brnkc.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.
