# BLESS Sprinkler

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

Transactions on Blessnet are very cheap, but you do need *some* BLESS for gas. We've made it easy for you to request a small BLESS balance for users wanting to benefit from Blessnet's features.

A sprinkle of BLESS can be requested from the[ sprinkles API endpoint](/blessnet-api/sprinkles.md). To use this endpoint you will need an API key, specifically one that has been setup to allow airdrops. Please contact us to arrange a key.

The amount of BLESS delivered per sprinkle is controlled by the Bless Sprinkler contract. This is currently set to **0.1 BLESS**. For transactions that take place solely on Blessnet (for example [Attestations](/blessnet-apps/attestations.md)) this amount of BLESS should last a long time.

There is also a maximum amount of BLESS that can be sprinkled to each address per API key origin. This is currently also set to **0.1 BLESS**, meaning that you can make one request per address per key.


---

# 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.bless.net/bless-token/bless-sprinkler.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.
