# Canonical Bitcoin Addresses

## Mainnet

| Address Type     | Bitcoin Address                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Sequencer        | [bc1pqqjrzkc79qkgys40yfu48s8y04d4zud26cnt48qd98mywl9l70zsadyvz5](https://mempool.space/address/bc1pqqjrzkc79qkgys40yfu48s8y04d4zud26cnt48qd98mywl9l70zsadyvz5)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Batch Prover     | [bc1ppuj4hke08g3qjqlspdud8mkymgfq6y9l4ud4vaglj7fc5k3rrudqm5947j](https://mempool.space/address/bc1ppuj4hke08g3qjqlspdud8mkymgfq6y9l4ud4vaglj7fc5k3rrudqm5947j)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Clementine Vault | [bc1pl7grnght2uhp75wm03djde5a56syp06ssdjf7ucm4wkq0tetpqas5e20e9](https://mempool.space/address/bc1pl7grnght2uhp75wm03djde5a56syp06ssdjf7ucm4wkq0tetpqas5e20e9#taptree=01c0222070458db6f75b129ad93878e7781eeb9ba24bf4bbd498d6a9d3f27827b25c8f81ac01c0ac207ccb7989666c483bf47b87febc5b8bcaeadff718eeaea14fe9e5682cc7195601ac2010075f199d462be0b15a0518c29474e3faf670240ba2cb9b5a209aeee77e0e12ba20f39002e4ec68164dd958903bdea5da936ff3abc92cb4f8a96c92930a0402137cba20fe041cdb5e1912a259b982122294144a986f9cf9ca5a3998c4696d739105d59eba2044bded55bf7d7ccd08e93f5ce6598b1bcf54e1704bd5cff5f3b7be51820c035aba539c\&ikey=50929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0) |

> The Clementine Vault is the address that stores all Clementine bridge deposits. Click the link above to view all spending paths in the taproot tree:
>
> * **N-of-N spending path**: Controlled by the [Clementine Signers](/advanced/clementine-signers.md) enforcing covenants through presigned transactions for normal bridge operations. To verify the N-of-N aggregated public key, see [Clementine Signers](/advanced/clementine-signers.md#verify-the-musig2-aggregated-key).
> * **Multisig spending path**: Controlled by the [Security Council](/advanced/security-council.md) for emergency operations & planned upgrades.

## Testnet4

| Address Type     | Bitcoin Address                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Sequencer        | [tb1pgtvrhhny4jd4fe0e0ryv7jzv6udvaa5t2a9dalkk26v9x9upchcsven74z](https://mempool.space/testnet4/address/tb1pgtvrhhny4jd4fe0e0ryv7jzv6udvaa5t2a9dalkk26v9x9upchcsven74z)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Batch Prover     | [tb1pd4mqgarm0gmw4x89pfdxajfwcrvtgmkt7dttet2f5wgyqh4xnxdsxvptxp](https://mempool.space/testnet4/address/tb1pd4mqgarm0gmw4x89pfdxajfwcrvtgmkt7dttet2f5wgyqh4xnxdsxvptxp)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| Clementine Vault | [tb1p79fytrmspusruc6s4k74aq89eum0kt5kjsc2ejukjqa67kkp8s7scnm9up](https://mempool.space/testnet4/address/tb1p79fytrmspusruc6s4k74aq89eum0kt5kjsc2ejukjqa67kkp8s7scnm9up#taptree=01c022201e0f48f81dfa14d114f5d942f1e2d50771a4b019fa942606bb1f258b4b326bf7ac01c0ac20b496bfbae14987817c53d592be0aa66c45c7b94443c1f74551373f9ce34d2346ac209c00b80d739933388f136f4519fed20cbaee4153899810703ca216d2320e20c4ba20994283e4c648fbeded4ecf579490622dd4469152e3b4bc8290607ed365fd29beba20850575c6980086279f2b12caf3253a140a815338e22268759d1f3943fa99c44eba20a3b16cb02ee9f4cdf23752b0e99adf96847ec27fd3bceca5830103d349e41369ba539c\&ikey=50929b74c1a04954b78b4b6035e97a5e078a5a0f28ec96d547bfee9ace803ac0) |


---

# 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/canonical-bitcoin-addresses.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.
