# Deposit Funds

You have connected to Gamma Options App using GammaNet network. If you were on Ethereum Mainnet, you would normally deposit USDC or ETH to Gamma Options and start trading, but since your address don't have any USDC or ETH on GammaNet, your next step is to request some test funds to your wallet so that you can deposit them to Gamma Options App. Here's how to do that.&#x20;

## Request Funding

Navigate to [Portfolio page](https://upbeat-panini-4581fd.netlify.app/portfolio) where you should see a welcome message where you can request funding:

<figure><img src="/files/mhttL2Vool5zZF3TNT6k" alt=""><figcaption><p>Request Funding</p></figcaption></figure>

Click on REQUEST FUNDING and your funds are on you way. After a couple of seconds, your wallet will receive 100000 USDC and 100 ETH.&#x20;

<figure><img src="/files/ll6xL0J7BiST7AhLqc0a" alt=""><figcaption><p>Funds deposited</p></figcaption></figure>

## Deposit Funds

Click on the Deposit USD to deposit USDC to Gamma Options. Click on max button to deposit 100000 USDC.

<figure><img src="/files/KKd3wVumndxj28ZE6vfJ" alt=""><figcaption><p>Deposit $100k</p></figcaption></figure>

After you click DEPOSIT button, Metamask will prompt you with 2 transactions. First transaction will approve your USDC funds to be spent by Gamma Options App. This is the way smart contracts are working across DeFi: they are PULLING funds out from the address you control using your wallet. To allow smart contract to pull funds, you need to approve smart contract to be spender. In Metamask, click Max button to approve all your funds.&#x20;

<figure><img src="/files/eZHNtleKWfIiIDFATUYJ" alt=""><figcaption><p>Approving $100k to be spent by Gamma Options</p></figcaption></figure>

Click the Next button, and after that click Approve button. This will send first transaction to GammaNet and after confirmation which takes a couple of seconds you will be prompted with second transaction.&#x20;

<figure><img src="/files/JTCZ3HVwcvGpUr7L7iGi" alt=""><figcaption><p>Confirm second transaction</p></figcaption></figure>

Click on Confirm button, and after couple of seconds your funds would be deposited to Gamma Options. Here's how Portfolio page looks like after your first deposit.

<figure><img src="/files/7HTocJrFupXcnNuk4ahH" alt=""><figcaption><p>Portfolio page</p></figcaption></figure>

You are now ready to make your first trade!


---

# 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://doc.gammaoptions.com/docs/getting-started/deposit-funds.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.
