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

# Faucet

<figure><img src="/files/H1kEp2GUB3TttjitjIz1" alt=""><figcaption></figcaption></figure>

Need some play-money to experiment with **ckBoost** and other BTC-related dApps on the Internet Computer? Our [Faucet](https://testnet-faucet.ckboost.com/) hands out both sides of the bridge:

* **Testnet4 BTC** – Bitcoin running on the “Testnet4” network, perfect for trial deposits without risking real coins.
* [**ckTESTBTC**](https://dashboard.internetcomputer.org/testbtc) – The testnet version of ckBTC, minted on ICP, usable in local canister environments and staging dApps.

### How to get Testnet4 BTC&#x20;

1. Navigate to <https://testnet-faucet.ckboost.com/>&#x20;

<figure><img src="/files/CeFCW0ArCpAOkIlTiA5j" alt=""><figcaption></figcaption></figure>

2. Click on 'Get ckTESTBTC'&#x20;

<figure><img src="/files/4KYRpdixJfWLRU9yENvQ" alt=""><figcaption></figcaption></figure>

3. Enter your wallet's Principal ID and click 'Request Funds'&#x20;
4. Wait for success message to appear

<figure><img src="/files/6SRwueu8bDPkBx6xdILd" alt=""><figcaption></figcaption></figure>

5. Make sure your wallet is tracking ckTESTBTC. If it's not - you can add ckTESTBTC to your wallet by specifying ledger canister ID to tracked token list. Here's example for Plug wallet:&#x20;

<figure><img src="/files/wHlPk2NFWgXNZ85atqqo" alt=""><figcaption></figcaption></figure>

* Click 'Manage' in the end of the list;&#x20;
* Add custom token icon in the top right corner&#x20;

<figure><img src="/files/mivz09JC92X0dvpImH87" alt=""><figcaption></figcaption></figure>

* In the Custom Token drawer, enter following values:

  * Canister ID: **mc6ru-gyaaa-aaaar-qaaaq-cai**
  * Token Standard: ICRC-1

  <figure><img src="/files/6QUxz8SfxPOEsFAJnA71" alt=""><figcaption></figcaption></figure>
* Chain Key Testnet Bitcoin (ckTESTBTC) will appear in the token list. Have fun&#x20;

  <figure><img src="/files/xmdeW0fiHvnzOGwyHJzP" alt=""><figcaption></figcaption></figure>


---

# 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.ckboost.com/testnet-bitcoin/faucet.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.
