# B² Network

## Overview

**Put Bitcoin in Every AI’s Wallet**

B² Network is building the settlement backbone for the AI era — where Bitcoin is no longer just “digital gold”, but the **currency of autonomous agents**.

We believe that:

* **Bitcoin** is the most secure, scarce, and censorship-resistant digital asset.
* **AI Agents** are becoming new economic actors, requiring native wallets and settlement tools.
* **Stablecoins** provide the predictable pricing and liquidity layer that makes large-scale adoption possible.

By uniting these three forces, B² Network transforms Bitcoin from a passive store of value into an **active medium of exchange for the AI economy**.

![B² Network Architecture](/files/tEZTedP3EpRMPjlYyrrk)

## Summary

* [B² Network](/readme.md)
  * [Vision: Put Bitcoin in Every AI’s Wallet](/readme/vision.md)
  * [Why Bitcoin + AI + Stablecoin](/readme/why_bitcoin_ai_stablecoin.md)
  * [Core Modules Overview](/readme/modules.md)
* [B² Network: Put Bitcoin in Every AI’s Wallet](/b2_network_put_bitcoin_in_every_ais_wallet.md)
* [Core Architecture](/core_architecture.md)
  * [Mining² (DeFAI-Mining Router)](/core_architecture/mining_squared.md)
  * [B² Hub (Layer 1.5 PoSg Consensus)](/core_architecture/b2_hub.md)
  * [B² Rollup (Bitcoin Layer2)](/core_architecture/b2_dsn_ai.md)
  * [AI Signal (Signal-Driven Agentic AI Layer)](/core_architecture/b2_dsn_ai.md)
  * [U2 Stablecoin (BTC-Collateralized Settlement Layer)](/core_architecture/u2.md)
* Technical Design
  * [Zero-Knowledge Proof Verification Commitment for ZK-Rollup on Bitcoin](/technical-design/zpvc.md)
  * [A Decentralized Signal-Driven Network for Modular and Agentic Artificial Intelligence](/core_architecture/b2_dsn_ai.md)
  * [Rollup Layer](/core_architecture/rollup_layer.md)
  * [DA Layer](/technical-design/da_layer.md)
    * [Decentralized Storage](/technical-design/da_layer/decentralized_storage.md)
    * [B² Nodes](/technical-design/da_layer/b2_nodes.md)
    * [B² Inscription](/technical-design/da_layer/b2_inscription.md)
    * [B² Commitment](/technical-design/da_layer/b2_commitment.md)
    * [Bitcoin Network](/technical-design/da_layer/bitcoin.md)
* For Users
  * [Connecting to B² Mainnet](/for-users/connect.md)
  * [Set Gas Price](/for-users/set_gas_price.md)
  * [Join B² Network Discovery](https://github.com/b2network/docs/blob/main/users/join_discovery.md)
  * [Bridge to B² Mainnet](/for-users/bridge.md)
  * [Transfer BlockHeadz NFT](/for-users/transfer_blockheadz.md)
  * [Add B2 token on BNB Chain](/for-users/add_b2_bnbchain.md)
* For Developers
  * [Basic information](/for-developers/basic_information.md)
  * [Write a contract](/for-developers/write_contract.md)
  * [Deploy a contract with Hardhat](/for-developers/deploy_with_hardhat.md)
  * [Verify contract code with Hardhat in Explorer](broken://pages/MaOg59REOFHQb3HYYp21)
  * [Verify contract code with Hardhat in Blockscout](/for-developers/how_to_verify_contract.md)
  * [Integrate Particle Account Abstraction](/for-developers/account_abstraction_with_particle_network.md)
  * [Integrate Oracle Services](/for-developers/oracle_service.md)
  * [Deploy a rollup node](/for-developers/running_rollup_node.md)
  * [Deploy a rollup archive node](/for-developers/running_rollup_archive_node.md)
  * [Deploy a node from scratch(snap sync)](/for-developers/deploy_a_node_from_scratch.md)
* [Tokenomics](/b2_tokenomics.md)
* [Press-Kit](/press-kit.md)


---

# 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.bsquared.network/readme.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.
