# Faucet

Gas is often a friction point for moving assets between various blockchains. To solve this problem, we implemented a simple gas faucet that triggers automatically when users move assets from other blockchains to ESC. Currently, the drip is set at 0.01 ELA, which is sufficient to submit dozens of transactions on ESC.

**There is currently no way to receive a faucet drip without first submitting a transfer request to the bridge.** This is how we mitigate against spam. The faucet service will receive the request, verify the transaction hash as a legitimate bridge transaction, and then release the drip to the user's address.

To verify that your transaction is eligible for a faucet drip, you should see this notification at the bottom of the bridge page. Once you've submitted the transaction, you'll receive a notification if the drip was successful.

That's it. If for some reason the faucet fails or runs out of funds, please drop a message in the [Telegram](https://t.me/glide_finance) group and someone will assist you.

![](/files/-MlCts_nJMkWObydl6jB)


---

# 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.glidefinance.io/products/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.
