# Depositing into a prize vault

With PoolTogether V5, you can deposit any ERC-20 token into a corresponding ERC-4626 Vault. To deposit into PoolTogether, you'll need to choose a vault and click the deposit button.

<figure><img src="/files/JUCIAzHrIlXiNVJEwE61" alt=""><figcaption></figcaption></figure>

If you have tokens in your wallet, you can choose the amount to deposit into the vault. Indicate the amount you want to deposit and click the Approve Deposit button and confirm the action in your wallet. This transaction allows the V5 smart contract to move the exact deposit amount from your wallet and deposit into the vault.

<figure><img src="/files/e07a6XrP8widVqdMf0MC" alt=""><figcaption></figcaption></figure>

Once the approval transaction is confirmed you can then deposit your tokens into the vault. Click the Deposit button to deposit your tokens, and approve the transaction in your wallet.

<figure><img src="/files/HbMNlWdfHDvNx2nFmNR4" alt=""><figcaption></figcaption></figure>

Now that you've deposited, you're now eligible to win Prizes! You can check your balance on the account screen, and you can increase your chances to win every time you deposit more tokens.

<figure><img src="/files/3CivHXVYAUw4NXD8ro8F" alt=""><figcaption></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.cabana.fi/cabana-app/guides/depositing-into-a-prize-vault.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.
