# Build Applications

- [Introduction](https://docs.botanixlabs.com/botanix/build-applications/introduction.md)
- [Chain Information](https://docs.botanixlabs.com/botanix/build-applications/chain-information.md)
- [Important contract addresses](https://docs.botanixlabs.com/botanix/build-applications/important-contract-addresses.md)
- [Tools](https://docs.botanixlabs.com/botanix/build-applications/tools.md)
- [Block explorers](https://docs.botanixlabs.com/botanix/build-applications/tools/block-explorers.md)
- [Routescan](https://docs.botanixlabs.com/botanix/build-applications/tools/block-explorers/routescan.md)
- [Multisig Wallets](https://docs.botanixlabs.com/botanix/build-applications/tools/multisig-wallets.md)
- [Gnosis Safe](https://docs.botanixlabs.com/botanix/build-applications/tools/multisig-wallets/gnosis-safe.md)
- [Fireblocks](https://docs.botanixlabs.com/botanix/build-applications/tools/multisig-wallets/fireblocks.md)
- [Oracles](https://docs.botanixlabs.com/botanix/build-applications/tools/oracles.md)
- [Supra](https://docs.botanixlabs.com/botanix/build-applications/tools/oracles/supra.md)
- [Chainlink](https://docs.botanixlabs.com/botanix/build-applications/tools/oracles/chainlink.md)
- [Indexers](https://docs.botanixlabs.com/botanix/build-applications/tools/indexers.md)
- [Alchemy Subgraphs](https://docs.botanixlabs.com/botanix/build-applications/tools/indexers/alchemy-subgraphs.md)
- [The Graph](https://docs.botanixlabs.com/botanix/build-applications/tools/indexers/the-graph.md)
- [SubQuery](https://docs.botanixlabs.com/botanix/build-applications/tools/indexers/subquery.md)
- [RPC Providers](https://docs.botanixlabs.com/botanix/build-applications/tools/rpc-providers.md)
- [Alchemy](https://docs.botanixlabs.com/botanix/build-applications/tools/rpc-providers/alchemy.md)
- [Ankr](https://docs.botanixlabs.com/botanix/build-applications/tools/rpc-providers/ankr.md)
- [Muticall3](https://docs.botanixlabs.com/botanix/build-applications/tools/muticall3.md)
- [Development Frameworks](https://docs.botanixlabs.com/botanix/build-applications/tools/development-frameworks.md)
- [Web3 libraries and tools](https://docs.botanixlabs.com/botanix/build-applications/tools/web3-libraries-and-tools.md)
- [Cross-chain communication](https://docs.botanixlabs.com/botanix/build-applications/tools/cross-chain-communication.md)
- [CCIP & Transporter](https://docs.botanixlabs.com/botanix/build-applications/tools/cross-chain-communication/ccip-and-transporter.md)
- [LayerZero & Stargate](https://docs.botanixlabs.com/botanix/build-applications/tools/cross-chain-communication/layerzero-and-stargate.md)
- [Account Abstraction with BTC Connect](https://docs.botanixlabs.com/botanix/build-applications/tools/account-abstraction-with-btc-connect.md): An initial introduction and step-by-step guide to working with BTC Connect on the Spiderchain EVM through the SDK.
- [BTC <> pBTC <> stBTC](https://docs.botanixlabs.com/botanix/build-applications/btc-less-than-greater-than-pbtc-less-than-greater-than-stbtc.md)
- [Build on the Botanix EVM](https://docs.botanixlabs.com/botanix/build-applications/build-on-the-botanix-evm.md)
- [Gas fees](https://docs.botanixlabs.com/botanix/build-applications/build-on-the-botanix-evm/gas-fees.md): Understanding Gas Fees on the EVM and How to Optimize Transaction Costs
- [Develop a new dApp](https://docs.botanixlabs.com/botanix/build-applications/build-on-the-botanix-evm/develop-a-new-dapp.md)
- [Migrate existing dApps](https://docs.botanixlabs.com/botanix/build-applications/build-on-the-botanix-evm/migrate-existing-dapps.md): Here you will find some tips and tricks on how to migrate existing dApps to Botanix


---

# 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.botanixlabs.com/botanix/build-applications.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.
