# Deposit

## Deposit Guide for N-Vaults

#### Step 1: Connect Your Wallet

1. Visit the **SuperHedge dApp**
2. Click **"Connect Wallet"** and select your preferred wallet (e.g., MetaMask, WalletConnect).
3. Ensure your wallet is connected to the Ethereum Mainnet and has sufficient ETH for gas fees.

***

#### Step 2: Choose an N-Vault

1. Navigate to the **N-Vaults** section.
2. Review the N-Vaults that are currently in "Pre-deposit" phases, including their:
   * **Deposit Token** (e.g., USDe, aUSDC...)
   * **Estimated APY range**.
   * **Maturity Date**
   * **Option Strategy**
3. Select the N-Vault that best aligns with your investment goals.

***

#### Step 3: Approve Token Spending

1. Click **"Deposit"** on your chosen N-Vault.
2. If this is your first time depositing the selected token (e.g., USDe), approve the token for spending:
   * Enter the amount you wish to approve.
   * Confirm the transaction in your wallet.

***

#### Step 4: Make a Deposit

1. Enter the amount you want to deposit into the N-Vault.&#x20;
2. Review your deposit amount, noting that making deposits in multiples of the batch size allows access to the early withdrawal feature.
3. Confirm the deposit transaction in your wallet.&#x20;

***

#### Step 5: Receive N-Tokens

* Once the transaction is successful, you will receive **N-Tokens (NT)** in your wallet as a receipt for your deposit.
* These tokens represent your claim on the principal, scheduled coupon payments, and potential options strategy profits.

***

#### Step 6: Track Your Investment

1. Monitor your investment through the **portfolio section**.
2. View details such as:
   * Principal Balance
   * Coupon Balance
   * Option Profit Balance
   * Total Blocks Balance
   * Extended information about the specific N-Vault. &#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.superhedge.com/user-guides/deposit.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.
