# Faucet

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

<figure><img src="https://3686088224-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgscK5nb3h1Y4aYtqqLee%2Fuploads%2FXWsQpDzSERxaUwM0iJmQ%2Fimage.png?alt=media&#x26;token=235372c3-5902-4d45-a19a-90df553de718" 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
```
