# Depositing veNFTs

## Overview

Users can deposit existing veAERO NFTs into the vault to receive iAERO and LIQ tokens.

## Prerequisites

* Own a veAERO NFT
* NFT must not be expired
* Disable auto-max lock if enabled

## Steps

### 1. Select Your NFT

In the "Deposit veNFT" section, select your NFT from the dropdown.

### 2. Approve & Deposit

1. Approve the vault to transfer your NFT
2. Click "Deposit veNFT"
3. Confirm the transaction

### 3. Automatic Processing

The vault will:

* Transfer your NFT to the vault
* Merge it with existing positions (if applicable)
* Issue the depositor with iAERO and LIQ tokens

## Troubleshooting

**"Wallet mutated calldata"**: Disable transaction protection in your wallet

**NFT not merging**: Likely the NFT is auto-locked. The protocol will unlock and merge in its next maintenance period; nothing the depositor needs to do.


---

# 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.iaero.finance/user-guides/deposit-venft.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.
