# Depositing Funds

## Deposit USDC&#x20;

Users need to deposit USDC into the protocol to use as collateral for trading or provide liquidity to the COMB Pool.&#x20;

Click "Deposit" on the top right corner to deposit USDC.&#x20;

<figure><img src="/files/1B5ED1I8Hb2ux2DmzJmI" alt=""><figcaption></figcaption></figure>

Users only need to make a transaction while depositing USDC, and no other transactions are needed while using Filament. This makes a better user experience, where they don't need to approve multiple transactions on each action on the protocol. <br>

***

**Note:** You might need to enter the token contract address manually for MetaMask to detect USDC.

\
**USDC Token Address:** 0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1 \
\
**Note:** You will need some $SEI in your wallet to pay for gas fees when depositing funds, all other functions are gasless.&#x20;

Users can get some gas by using the faucet on the top navbar on the app.&#x20;

<figure><img src="/files/9CkogvOTYvT8DDTPr4au" 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.filament.finance/guides/depositing-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.
