# Bitgert Blockchain Documentation

## Bitgert Blockchain Documentation

- [BRISE Chain Documentation](https://docs.bitgert.com/brise-chain-documentation.md)
- [Getting Started](https://docs.bitgert.com/brise-chain-documentation/getting-started.md)
- [Become a validator](https://docs.bitgert.com/brise-chain-documentation/become-a-validator.md)
- [Contributing](https://docs.bitgert.com/brise-chain-documentation/contributing.md)
- [BRISE Chain Explorers](https://docs.bitgert.com/brise-chain-documentation/brise-chain-explorers.md)
- [Genesis File](https://docs.bitgert.com/brise-chain-documentation/genesis-file.md)
- [Consensus](https://docs.bitgert.com/brise-chain-documentation/consensus.md)
- [Introduction](https://docs.bitgert.com/brise-chain-documentation/introduction.md)
- [Wallets](https://docs.bitgert.com/wallets.md)
- [For Developers](https://docs.bitgert.com/for-developers.md): Complete information including easy tutorials you need to build, deploy & manage apps
- [Network Status Monitoring Guideline](https://docs.bitgert.com/for-developers/network-status-monitoring-guideline.md)
- [Proxy Contract](https://docs.bitgert.com/for-developers/proxy-contract.md)
- [Local Brise Chain Network](https://docs.bitgert.com/for-developers/local-brise-chain-network.md)
- [Deploy NFT](https://docs.bitgert.com/for-developers/deploy-nft.md)
- [RPC](https://docs.bitgert.com/for-developers/rpc.md)
- [BRISE Chain Relayer](https://docs.bitgert.com/for-developers/brise-chain-relayer.md)
- [BRISE Chain Full Node Documentation](https://docs.bitgert.com/for-developers/brise-chain-full-node-documentation.md)
- [Wallet Providers](https://docs.bitgert.com/for-developers/wallet-providers.md)
- [Verify Proxy Contract](https://docs.bitgert.com/for-developers/verify-proxy-contract.md)
- [Hardhat Verify](https://docs.bitgert.com/for-developers/hardhat-verify.md)
- [Truffle Verify](https://docs.bitgert.com/for-developers/truffle-verify.md)
- [Deploy on Truffle](https://docs.bitgert.com/for-developers/deploy-on-truffle.md)
- [Deploy on Remix IDE](https://docs.bitgert.com/for-developers/deploy-on-remix-ide.md)
- [Smart Contract Tools](https://docs.bitgert.com/for-developers/smart-contract-tools.md)
- [Create Wallet](https://docs.bitgert.com/for-developers/create-wallet.md)


---

# 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.bitgert.com/brise-chain-documentation.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.
