# B² Network

## B² Network

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


---

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