> For the complete documentation index, see [llms.txt](https://docs.aolotto.com/cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aolotto.com/cn/shui-long-tou.md).

# 水龙头

21,000,000枚$ALT(总量10%)通过水龙头奖励早期用户，加入**Aolotto**官方[Discord](https://discord.com/invite/BFhkUCRjmF)即可免费获取$ALT铸币Buff (ALTb)，每个Discord账户只能领取一次，领取到ALTb的帐户在投注过程中，将会按照投注数量释放ALTb为$ALT, 领取额度会基于累计领取人数线性递减, 越早领取，得到越多。

1. **单账户领取额度=水龙头余额 \* 0.001%**，首次领取额度为2100ALTb, 第二个人领取额=(21000000-2100)\* 0.001%, 以此类推。
2. 水龙头余额小于10万枚（预计会在第53469次领取后），将按照固定余额的0.001%(～10 ALTb)下发，直至余量耗尽永久关闭水龙头。

### ALTb转化为$ALT

ALTb不是真的Token, 但持有ALTb的地址在投注过程中可以将ALTb释放为AO标准代币$ALT,并叠加到投注奖励中，具体的转换方式如下

1. 当前铸币速度 = 1 - $ALT流通总量 / $ALT最大发行量
2. 单笔投注释放($ALT) = MIN(ALTb余额 \* 0.01 \* 投注量 \* 铸币速度 , ALTb余额)
3. 铸币实得($ALT) = 单笔投注释放($ALT) \* 0.8
4. 铸币税($ALT) = 单笔投注释放($ALT) \* 0.2

具体的铸币方式参照：<https://docs.aolotto.com/cn/usdalt>

### 领取方式

1. 加入Aolotto官方[Discord](https://discord.com/invite/BFhkUCRjmF);
2. 进入faucet频道；
3. 输入“/get”指令唤醒水龙头机器人；
4. 在指令输入框中填写AR钱包地址
5. 确认发送后等待水龙头机器人发起转账；

### 测试期$ALT

Aolotto至2024年5月开放测试以来，获得了不少热心用户的关注，在测试期我们通过水龙头和测试期的ALT奖池向447个地址释放了累计1093519.8枚测试期$ALT, 这些测试期$ALT均按余额快照转换为了ALTb, 释放机制如上所述。

\
测试期$ALT余额快照：<https://www.ao.link/#/token/sdqQuIU6WNT1zVNculn814nVhol2XXhDxqgCrUpCtlA>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.aolotto.com/cn/shui-long-tou.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
