# Faucet

You can acquire Test Bitcoin on Glittr devnet from our developer portal:

<figure><img src="/files/rOFXuhL0E48Syj3sqHx3" alt=""><figcaption><p>Glittr Developer Portal</p></figcaption></figure>

Steps:

1. Go to <https://dev.glittr.fi/>.
2. Sign in with Github or Google
3. Paste your Bitcoin address to the Faucet Input
4. Press Request button

Following the steps above will give you 0.1 BTC per request

Or you can use the API directly

```
curl https://claim-api.glittr.fi/api/claim/claim-address -d '{"address":"your bitcoin address"}' -H 'Content-type: application/json'  -v
```


---

# 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.glittr.fi/building-on-glittr/faucet.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.
