# 质押（测试）

BTC质押已成为比特币的重要趋势和机会，使比特币功能扩展到更多领域。比特币区块链设计精良，提供了原生脚本语言，其中某些脚本可确保在质押过程中比特币的安全。

在此基础上，我们开发了ARC20质押服务，利用比特币网络上的本地脚本来保护资产。该服务无需任何“桥”或发送资产到第三方资金池，因此无需担心资产丢失。我们将在 POC 中展示如何利用比特币的脚本语言实现高级功能，如资产质押和去中心化金融（DeFi）应用。

体验质押ARC20：

&#x20;<https://wizz-staking-poc.wizz.cash/>

按照以下步骤进行尝试。请注意，目前测试网没有质押奖励：

1. 领水：<https://mempool.space/testnet4/faucet>
2. **在Testnet 4上铸造一个ARC20代币**。

<div align="left"><figure><img src="/files/ba4tvb3xrKMfy0IBnzs5" alt="" width="188"><figcaption><p>切换网络</p></figcaption></figure> <figure><img src="/files/MBrfWO0lL0C47UfN5iVv" alt="" width="188"><figcaption><p>铸造ARC20</p></figcaption></figure> <figure><img src="/files/BRBFADXpIKEyeIAwFG5U" alt="" width="188"><figcaption><p>获得ARC20</p></figcaption></figure></div>

3. **质押该ARC20代币**。

选择你想质押的ARC20数量和时长，发送交易即可完成质押。

ARC20将发送到一个由用户钱包派生的中间地址，此地址只受用户钱包控制。根据质押时的参数设置，ARC20资产将在此地址上锁定一段时间，并在锁定期后仅可由用户钱包操作解除质押。

<div align="left"><figure><img src="/files/nUfccILaycZIgjYowDzQ" alt="" width="188"><figcaption><p>质押ARC20</p></figcaption></figure></div>

4. **提取该ARC20代币**。

<div align="left"><figure><img src="/files/kU64pOLydH2eQX7OT2Lz" alt="" width="188"><figcaption><p>解除质押</p></figcaption></figure></div>


---

# 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.wizz.cash/wizz-wallet/zh/fu-wu/zhi-ya-ce-shi.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.
