# Bitcoin Testnet4

Citrea uses Bitcoin Testnet4 as a DA layer for its testnet. Thus, it is necessary to have a syncing Bitcoin Testnet4 node to run a Citrea Full Node.

In this section, we provide you with two ways to run a Testnet4 node (Bitcoin v30.2).

* [Method 1 (Docker)](https://docs.citrea.xyz/developer-documentation/run-a-node/bitcoin-testnet4/testnet4-docker)
  * Easier to setup but less configurable
* [Method 2 (Source)](https://docs.citrea.xyz/developer-documentation/run-a-node/bitcoin-testnet4/testnet4-source)
  * Harder to setup but more configurable

***

Once you're done syncing your Bitcoin node, you can proceed to run a Citrea Full Node [here](https://docs.citrea.xyz/developer-documentation/run-a-node/citrea-testnet).


---

# 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.citrea.xyz/developer-documentation/run-a-node/bitcoin-testnet4.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.
