> For the complete documentation index, see [llms.txt](https://docs.botanixlabs.com/bitcoin-yield/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/bitcoin-yield/getting-started/prerequisites.md).

# Prerequisites

Before you begin using Bitcoin Yield, you'll need to ensure you have the following prerequisites in place:

## Bitcoin on Botanix (BTC)

You'll need Bitcoin on Botanix to deposit into the Bitcoin Yield protocol. Make sure you have BTC available in a self-custody wallet that can connect to the platform.

You can bridge Bitcoin from the Bitcoin chain to Botanix using the official bridge: <https://bridge.botanixlabs.com&#x20>;

## Compatible Wallet

Bitcoin Yield supports several wallet options such as for example:

* **Browser Extensions**:
  * MetaMask
  * Rabby
  * OKX Wallet
  * Coinbase Wallet
* **Mobile Wallets**:
  * Trust Wallet
  * Spot

Make sure your wallet is properly set up and secured with a strong password and backup phrase.

## Connect to Botanix Network

Your wallet needs to be connected to the Botanix network. You can either follow the on-screen instructions to add the network and connect your wallet or add the network manually using the following details:

1. Open your wallet's network settings
2. Select "Add Network"
3. Enter the following details:
   * Network Name: Botanix Mainnet
   * RPC URL: [https://node.botanixlabs.com ](<https://node.botanixlabs.com >)
   * Chain ID: 3637
   * Currency Symbol: BTC
   * Block Explorer URL: [https://botanixscan.io/](<https://botanixscan.io/ >) &#x20;

## Basic Understanding

Before proceeding, we recommend understanding:

* The basics of blockchain transactions ([Ledger Academy](https://www.ledger.com/academy/how-does-a-blockchain-transaction-work))
* How gas fees work ([MetaMask](https://support.metamask.io/more-web3/learn/user-guide-gas/))
* Self-custody wallet security practices ([Kraken](https://blog.kraken.com/crypto-education/self-custody-best-practices))

With these prerequisites in place, you're ready to begin staking your Bitcoin and earning yield with Bitcoin Yield.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.botanixlabs.com/bitcoin-yield/getting-started/prerequisites.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
