> For the complete documentation index, see [llms.txt](https://docs.botanixlabs.com/bridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botanixlabs.com/bridge/getting-started/prerequisites.md).

# Prerequisites

Before you can start using the Botanix Bridge, you'll need to ensure you have the following:

## Compatible Wallets

* **Bitcoin Wallet**: You need a Bitcoin wallet with bitcoin. This can be any standard Bitcoin wallet such as Ledger, Trezor, or a mobile wallet such as OKX. You can also send funds from a hot wallet such as Coinbase or Kraken.
* **EVM-Compatible Wallet**: Since Botanix uses an account model, you'll need a wallet that can connect to EVM-compatible networks. Popular options include:
  * MetaMask
  * Rabby
  * OKX

## Network Configuration

The network will be added automatically to your chosen wallet when interacting with our bridge. In case you want to add the network manually or you run into any issues during the process, you can use the following parameters:

<table><thead><tr><th width="185.3359375">Parameter</th><th width="279.66015625">Mainnet</th><th>Testnet</th></tr></thead><tbody><tr><td><strong>Bridge URL</strong></td><td><a href="https://bridge.botanixlabs.com/">https://bridge.botanixlabs.com</a></td><td><a href="https://bridge.botanixlabs.dev/">https://bridge.botanixlabs.dev</a></td></tr><tr><td><strong>Network Name</strong></td><td>Botanix</td><td>Botanix Testnet</td></tr><tr><td><strong>RPC URL</strong></td><td>https://rpc.botanixlabs.com</td><td>https://rpc.botanixlabs.dev</td></tr><tr><td><strong>Chain ID</strong></td><td>3637</td><td>3636</td></tr><tr><td><strong>Currency Symbol</strong></td><td>BTC</td><td>BTC</td></tr><tr><td><strong>Block explorer URL</strong></td><td>https://botanixscan.io</td><td>https://testnet.botanixscan.io </td></tr></tbody></table>


---

# 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 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/bridge/getting-started/prerequisites.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.
