# Deposit

The first thing you will want to do within the application is connect you wallet.

<figure><img src="/files/3N1FDxP3SPW1zTEz5U2G" alt=""><figcaption><p>Connect you wallet with the website</p></figcaption></figure>

If it is the first time you are connecting to the website, you will be prompted to approve the application **(this does NOT move any funds or sign any transactions)**.

<figure><img src="/files/v7fgX8NW28wj6Mbr6u0e" alt=""><figcaption><p>Example prompt from the phnatom web extension</p></figcaption></figure>

<details>

<summary>🚨 Devnet Minting</summary>

If you are using the devnet application, you can mint test tokens directly from within the application, however you still need SOL to perform transactions. You can obtain some small amounts of sol [here](https://solfaucet.com/).

<img src="/files/Ys9RgcbCWJQaybDseLAk" alt="" data-size="original">

</details>

Select the source asset (Token A)&#x20;

<figure><img src="/files/0KvoH12hX9DnlZOIiMoW" alt=""><figcaption></figcaption></figure>

Select the amount you would like to deposit (this is exact amount will be debited from your account)

<figure><img src="/files/S89Ly3fwhJ2fHM0SjRcR" alt=""><figcaption><p>Type in a deposit amount, or click "max" to deposit your entire balance</p></figcaption></figure>

Select the destination asset (Token B). Only valid Token B's for Token A will be shown.

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

Choose your desired frequency. A frequency describes how often you would like a swap to happen. \
Depending on the environment, different options may be displayed:

Devnet: Minutely, Hourly

Mainnet: Daily

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

Choose your desired end date. Another way to view it is the date and time you would like to finish your recurring trades.

<figure><img src="/files/C0JXwh1bSqdTErxfl0Wk" alt=""><figcaption><p>Choose a date, and optionally adjust the time if necessary</p></figcaption></figure>

Once all the details are inputed, a summary of your action is displayed. Carefully review the text, and hit deposit once you are finished.&#x20;

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

Once you deposit, you will a new NFT in your wallet, this represents your DCA and more importantly it signifies your ownership of the DCA. If you transfer this NFT, the new NFT owner will be the owner of the DCA. If you burn this NFT your DCA will be lost **forever**.

<figure><img src="/files/JpLY7NGVJRsw4s2drh4R" 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.dcaf.so/products/drip/web-guide/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.
