# Deposit & Withdraw

## DEPOSIT

Deposit into the vault, and a receipt token is minted to your wallet automatically. Your deposit starts earning immediately.

#### **Zapin vs Dual-Asset Deposit (CLMM)**

You can enter a vault two ways:

**Single-Sided (Zap).**&#x20;

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

Deposit one token. The contract swaps part of it into whatever else the strategy needs. This is the default and the most convenient for CLMM vaults that normally need both assets in an exact ratio.

**Dual-Asset.**&#x20;

<div data-with-frame="true"><figure><img src="/files/cnCftrtKa1VNvHEeRebr" alt=""><figcaption></figcaption></figure></div>

For CLMM vaults, you can also deposit both pair assets directly. Entering one token amount automatically calculates the second token amount based on current ratio. This skips the internal swap, so you pay less slippage.

For lending and LST vaults, only single-sided applies — there's only one asset in the vault.

#### **Slippage & Price Impact**

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

If your deposit needs an internal swap (most single-sided ones do), there's a small price impact. AlphaFi shows you the estimated received amount and minimum guaranteed amount before you sign.

You can adjust slippage tolerance in the deposit modal. The default works for most cases. Tighten it for stable pairs, loosen it during volatile markets.

**Deposit Flow (Step by Step)**

1. Open the **Strategies** page
2. Click the vault you want to enter
3. Click **Deposit**
4. Enter the amount
5. Click **Approve** (first time depositing this token to this vault)
6. Click **Deposit** and sign
7. Funds gets deposited instantly

### WITHDRAW

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

#### **How Withdrawing works?**

Withdrawing burns your receipt tokens and returns your share of the vault.

For LP vaults, the contract closes part of the position. For lending vaults, it redeems from the lending protocol. No lockup on any standard vault — withdraw anytime. (The ALPHA Locked Vault is the exception, with a 100-day lock and 50% early-exit penalty. See the ALPHA Token section.)

**Withdraw Flow (Step by Step)**

1. Find the vault you want to exit
2. Click **Withdraw**
3. Enter the amount
4. Click **Withdraw** and sign
5. Funds land in your wallet

Pending ALPHA rewards aren't auto-claimed on withdrawal. Use the **Collect** button on the Portfolio page to grab them — either before or after.


---

# 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.alphafi.xyz/strategies/deposit-and-withdraw.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.
