# Depository

{% hint style="info" %}
Tokens deposited to the depository can be withdrawn at any time. There is no lockup period for depositing/withdrawing tokens.
{% endhint %}

## Deposits

### To deposit $PNGVN tokens:&#x20;

1. Login to the app and proceed to the Depository page
2. Click the "Approve" button in order to confirm approval spend for the app
3. Click "Next" on wallet prompt followed by "Confirm" in the following step

<figure><img src="/files/rIYRB0Bsu0szKl34fcPe" alt=""><figcaption><p><em><mark style="color:purple;"><strong>Approve token spending prior to depositing</strong></mark></em></p></figcaption></figure>

4. Once token approval transaction is confirmed enter desired deposit amount
5. Click "Deposit"
6. Click "Confirm" on wallet prompt

<figure><img src="/files/q9NT1PSM8OyLcqrFBRW3" alt=""><figcaption><p><em><mark style="color:purple;"><strong>Enter amount and deposit</strong></mark></em></p></figcaption></figure>

## Withdrawals

### To withdraw $PNGVN tokens:&#x20;

1. Login to the app and proceed to the Depository page
2. Switch to the "Withdraw" tab
3. Enter the desired withdrawal amount
4. Click "Withdraw"
5. Click "Confirm" on wallet prompt

<figure><img src="/files/KyriPc6DjxlcyRFmwMQt" alt=""><figcaption><p><em><mark style="color:purple;"><strong>Steps to withdraw $PNGVN tokens previously deposited</strong></mark></em></p></figcaption></figure>

## Transaction history

You will find all your deposit & withdraw history at the bottom of the Depository page. This section includes the type of transaction (Deposit or Withdrawal) along with the amount and the transaction hash which will redirect you to the block explorer when clicked, in order to provide a more in depth review of your transaction.

<figure><img src="/files/OU2WOw135ETJgW35NVS7" alt=""><figcaption><p><em><mark style="color:purple;"><strong>View all your Depository transaction (deposits and withdrawals)</strong></mark></em></p></figcaption></figure>


---

# 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.pngvntoken.com/guides/depository.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.
