> 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/tutorial/how-to-use-veizi/how-to-merge-your-veizi.md).

# How to merge your veiZi

Consider the following, if you want to merge two veNFTs, therefore, you will get a combined C veNFT sum of A and B for the B's NFT locked time.

1\) You should be able to see your NFT's id, which you want to merge, in the "Locker" subcategory.

![](https://lh3.googleusercontent.com/tE93u2FYvkvCAnlEUVVPuCplTKNvdys6mcqGBfym360Z8TpgFQFs-wfUAMKY4pTf83FdS4ivoi4uSEuPfsQLWJytuqWL3zmJ11nWHiPDFOile3yBS_WM9aJckk-CGU3xEeiSSzovOFryJ-PE7w)

2\) Click "Manage" on the left side of your veiZi NFT, which has a shorter lock-up time. Also, keep in mind another NFT's id(in the following example is 345 ). If the 349 NFT staked kindly UNSTAKE NFT for the following process.

![](https://lh3.googleusercontent.com/RczFRIM-9TKXMFuDKEVLiV0KidEmZJfEhRgPVXtGs1AO4hjmdLZWIRFq0gQvl1RmXG8MupJOVjYt8DKhAj7B84__l7JWr8XhkBEMns8EKY-ZqPxeJHh3iSymQz0vJza_2mbD92Ja-6yuTaGHnw)

**3)** Find a search placeholder at the bottom of the page, input B's NFT id, click search, and the "Merge to" button.

![](https://lh3.googleusercontent.com/J2OYQ1HIpbmqMNB__f_Uy8SdvEkNFZ4b50hG6kKhc8t6U02TQMv5yOotZnWw2SPXZLslFboeh5S0n1nsEEtOgVOABsXLY05LWMQ9TcUV_CdAbEjwhRx-bl2BkeSPqFkjcDU05ac8jkDxToct7A)

4\) Click "Confirm" and you will successfully merge into one veiZi DAO NFT

![](https://lh6.googleusercontent.com/wRqCSVFP3J7FNIBebIHb-ULxfpfxYL2w_RUrEx1VNZv9v8sIXiOo4prkAynisetvgkZ_1R6DYCuTHgRnSpFRuOg79DrBTS7bcDZp4Xs8Edt6KEiuzeGhXxTZiw9goV1FjgJpysu6thU_hTFIVA)


---

# 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/tutorial/how-to-use-veizi/how-to-merge-your-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.
