# smartbch

## smartbch

- [Introduction](https://docs.smartbch.org/smartbch/readme.md)
- [Whitepaper](https://docs.smartbch.org/smartbch/smartbch_whitepaper-en.md)
- [FAQ](https://docs.smartbch.org/smartbch/faq.md)
- [Mainnet](https://docs.smartbch.org/smartbch/mainnet.md)
- [Testnets](https://docs.smartbch.org/smartbch/testnets.md)
- [Join Amber testnet as a Validator](https://docs.smartbch.org/smartbch/testnets_validator.md)
- [Introduction](https://docs.smartbch.org/smartbch/developers-guide/intro.md)
- [Deploy contracts using Truffle](https://docs.smartbch.org/smartbch/developers-guide/deploy-contract-using-truffle.md)
- [Deploy contracts using Remix](https://docs.smartbch.org/smartbch/developers-guide/deploy-contract-using-remix.md)
- [JSON-RPC Endpoints](https://docs.smartbch.org/smartbch/developers-guide/jsonrpc.md)
- [Staking Scheme](https://docs.smartbch.org/smartbch/developers-guide/staking.md)
- [XHedge Smart Contract](https://docs.smartbch.org/smartbch/developers-guide/xhedge-contract.md)
- [Decision of the minimum gas price](https://docs.smartbch.org/smartbch/developers-guide/min-gasprice-decision.md)
- [Sha-Gate Specification](https://docs.smartbch.org/smartbch/sha-gate-bridge/sha-gate-specification.md)
- [Sha-Gate Risk Analysis](https://docs.smartbch.org/smartbch/sha-gate-bridge/sha-gate-risk-analysis.md)
- [Sha-Gate's Covenant](https://docs.smartbch.org/smartbch/sha-gate-bridge/sha-gate-covenant.md)
- [Introduction](https://docs.smartbch.org/smartbch/in-depth-design-documents/intro.md)
- [MoeingADS's General Ideas](https://docs.smartbch.org/smartbch/in-depth-design-documents/generalidea.md)
- [MoeingADS's RabbitStore](https://docs.smartbch.org/smartbch/in-depth-design-documents/rabbitstoreintro.md)
- [MoeingADS's internal architecture](https://docs.smartbch.org/smartbch/in-depth-design-documents/internal.md)
- [Benchmarking MoeingADS](https://docs.smartbch.org/smartbch/in-depth-design-documents/benchmarking-moeingads.md)
- [Benchmarking MoeingEVM and MoeingADS](https://docs.smartbch.org/smartbch/in-depth-design-documents/benchmarking-moeingevm-moeingads.md)
- [Benchmarking Testnet](https://docs.smartbch.org/smartbch/in-depth-design-documents/benchmarking-testnet.md)
- [Transaction Reordering in smartBCH](https://docs.smartbch.org/smartbch/in-depth-design-documents/tx-reorder.md)
- [Transaction Parallel Execution in smartBCH](https://docs.smartbch.org/smartbch/in-depth-design-documents/parallel-execution.md)
- [Send back-to-back Transactions](https://docs.smartbch.org/smartbch/in-depth-design-documents/send-back-to-back-tx.md)
- [Data structures in world state](https://docs.smartbch.org/smartbch/in-depth-design-documents/data-structures-in-world-state.md)
- [SEP101: Store values with arbitrary length](https://docs.smartbch.org/smartbch/smartbch-evolution-proposals-seps/sep-101.md)
- [SEP102: Adjustment of Used Gas](https://docs.smartbch.org/smartbch/smartbch-evolution-proposals-seps/sep-102.md)
- [SEP109: On-chain Verification of Verifiable Random Functions](https://docs.smartbch.org/smartbch/smartbch-evolution-proposals-seps/sep-109.md)
- [SEP18: Blockchain cheques on smartBCH](https://docs.smartbch.org/smartbch/smartbch-evolution-proposals-seps/sep-18.md)
- [SEP20: Tokens on smartBCH](https://docs.smartbch.org/smartbch/smartbch-evolution-proposals-seps/sep-20.md)
- [SEP206: Manipulate Native Token as a SEP20 Token](https://docs.smartbch.org/smartbch/smartbch-evolution-proposals-seps/sep-206.md)
- [SEP201: Simple Stochastic Payment](https://docs.smartbch.org/smartbch/smartbch-evolution-proposals-seps/sep-201.md)
- [Single Node Private Testnet](https://docs.smartbch.org/smartbch/archives/runsinglenode.md)
- [Multi-Node Testnet](https://docs.smartbch.org/smartbch/archives/runmultinode.md)
- [Fake RPC Server for Testing](https://docs.smartbch.org/smartbch/archives/runmultinodewithfakenode.md)
- [Test using MetaMask](https://docs.smartbch.org/smartbch/archives/test-using-metamask.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.smartbch.org/smartbch/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.
