# How to withdraw from an unlocked FNFT

We will start by taking a look at our time lock FNFT, if the FNFT is green it means that the time lock has reached its maturity. Now that the FNFT is green, we can safely withdraw our underlying assets from the FNFT.&#x20;

![This time lock FNFT is green, meaning the underlying assets are ready for withdrawal](/files/vXIzjDZgyd6xxHPw2C6L)

The next step for withdrawal is clicking on the FNFT, at this point you can see the FNFT configuration information and see that it is indeed unlocked.&#x20;

![After clicking on the FNFT and examining the configuration information, we can see that it is indeed unlocked! ](/files/zqkkrueO3tEYtVUeu8sn)

The next step is to scroll down until we can see the "Withdraw" button.&#x20;

![We can now see and click on the "Withdraw" button after scrolling down whilst viewing the configuration information](/files/dYAPHNl84s9AODflFZLA)

After clicking on "Withdraw" you will be prompted with a transaction in your metamask wallet. You will have to click "Confirm" and pay the gas fee in order to withdraw the underlying assets from your FNFT.&#x20;

![Click "Confirm" when prompted by your metamask wallet in order to withdraw your underlying assets](/files/kjVZv7TM9D9qXVtYVvNX)

After clicking "Confirm" you will have to wait for the transaction to be completed on the ethereum blockchain. While you wait for the transaction to complete, your will notice it says "Withdrawing" where you previously clicked "Withdraw".

![After pressing confirm in your metamask, you will see that the underlying assets are in the process of being withdrawn until the transaction has confirmed on the ethereum blockchain](/files/r0nllY8Ak1INmCmZ1gjk)

Once your assets have been successfully withdrawn from your FNFT and the transaction has been confirmed on the ethereum blockchain, they will return to your metamask wallet. You will also notice where it previously said "Withdrawing" it will say "Your NFT has been withdrawn".

![At this point, your underlying assets have been withdrawn from the FNFT and will appear in your metamask wallet](/files/kBBnN9goM1cxC5JUzOJV)

After you have successfully withdrawn the assets from your FNFT and they are in your metamask wallet. You will also notice that your FNFT has disappeared from the gallery, as it has served its purpose and no longer has any functions.&#x20;


---

# 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.revest.finance/tutorials/how-to-withdraw-from-an-unlocked-fnft.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.
