# 术语表

<table data-header-hidden><thead><tr><th width="176.66666666666669"></th><th width="166.4046242774566"></th><th></th></tr></thead><tbody><tr><td><strong>术语中文</strong></td><td><strong>术语英文</strong></td><td><strong>含义</strong></td></tr><tr><td>NFT</td><td>NFT</td><td>区块链上符合ERC721/ERC1155标准的合集</td></tr><tr><td>原始NFT</td><td>Original NFT</td><td>StarBlock DAO抵押合约支持的、可以抵押生成WNFT的NFT</td></tr><tr><td>包装NFT</td><td>Wrapped NFT</td><td>原始NFT抵押的包装合集，与原始NFT具有等价性，并且可以任意交易</td></tr><tr><td>WNFT</td><td>WNFT</td><td>Wrapped NFT的简写</td></tr><tr><td>NFT抵押挖矿</td><td>NFT Farming</td><td>将原始NFT抵押将奖励治理代币STB，并可获得WNFT</td></tr><tr><td>抵押NFT</td><td>Deposit NFT</td><td>将原始NFT抵押为WNFT的操作，将会持续获得STB挖矿奖励</td></tr><tr><td>解抵押NFT</td><td>Withdraw NFT</td><td>将WNFT解抵押为原始NFT的操作，同时将领取STB挖矿奖励</td></tr><tr><td>WNFT交易挖矿</td><td>WNFT Trading Farming</td><td>WNFT在交易过程中产生的平台收入都将以STB的形式返还给用户</td></tr><tr><td>STB质押</td><td>STB Staking</td><td>将STB质押到矿池，将获得STB奖励和WETH收入分红</td></tr></tbody></table>


---

# 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.starblock.io/main/zh/glossary.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.
