> For the complete documentation index, see [llms.txt](https://docs.izumi.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.izumi.finance/faq/about-veizi.md).

# About veiZi

* **What is veiZi，What can veiZi use for？**

iZUMi DAO veNFT(veiZi) is the governance token of iZUMi Finance. ve-iZi can be used

1. Vote in iZUMi's DAO.
2. After stake, get iZi repurchased by the platform every month.
3. Increase the revenue up to 2.5X in LiquidBox.（coming soon）

More detail:([link to tokenomics](https://docs.izumi.finance/tokens/tokenomics) or [veiZi intro](https://docs.izumi.finance/tutorial/how-to-obtain-veizi-and-other-functions)）

* **Where to lock ve-iZi? Can I get it back after I lock it?**

Users can mint veiZi by locking iZi for a flexible period of time(up to 4 years). after reaching the unlock time (block), users can redeem veiZi and get back iiZi. You can lock iZi to get veiZi by clicking on the "Locker" tab on the left menu.

Learn more：（[link to ve-iZi tutorial](https://docs.izumi.finance/tutorial/how-to-obtain-veizi-and-other-functions)）

* **Where can I stake ve-iZi?**

You can Stake veiZi NFT through NFT's Manage option after obtaining veiZi NFT.

Learn more:（[link to veiZi tutorial](https://docs.izumi.finance/tutorial/how-to-obtain-veizi-and-other-functions)）

* **How to check my veiZi?**

You can see your veiZi in Locker-my veiZi NFT of iZUMi website, and you can see your veiZi in your opensea account.

* **How to count the number of veiZi？**

It depends on how long you lock iZi, The longer you lock iZi for, the more veiZi you receive. The minimum lock-up time is 7 days and the maximum is 4 years.


---

# 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.izumi.finance/faq/about-veizi.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.
