# 龙头

Gas 通常是在各种区块链之间移动资产的摩擦点。为了解决这个问题，我们实现了一个简单的燃气龙头，当用户将资产从其他区块链转移到 ESC 时，它会自动触发。目前，drip设置为0.01 ELA，足以在ESC上提交数十笔交易。

目前没有办法在不首先向桥梁提交转移请求的情况下接收水龙头滴水。这就是我们抵御垃圾邮件的方式。水龙头服务会收到请求，验证交易哈希作为合法的桥接交易，然后将滴水释放到用户的地址。

要验证您的交易是否符合水龙头滴漏的条件，您应该在桥页底部看到此通知。提交交易后，如果滴注成功，您将收到通知。

就是这样。如果由于某种原因水龙头出现故障或资金用完，请在[Telegram](https://t.me/glide_finance)群中留言，会有人帮助您。

![桥式燃气龙头](/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/chinese/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.
