# Deposits

### Making a USDC collateral deposit

Ensure you have an Ethereum address and USDC to deposit as collateral.&#x20;

For use on the Sepolia testnet, you will need to make sure you are on the Sepolia network and have Sepolia ETH and USDC.&#x20;

{% hint style="info" %}
Have USDC but having trouble making a deposit on testnet? You may have tokens from an outdated deployment. Hop in the Discord and request support.
{% endhint %}

Select "Deposit" in the left side of the UI.&#x20;

![](/files/OYR6QxOVpWfYXRGDJJqM)

When the Deposit pane opens, approve the USDC token if you have not already. Then, select the amount of USDC you would like to deposit as collateral. Please note, there are currently several important limitations

* Traders can only deposit 10,000 USDC. If you deposit more collateral, it will automatically be added to your frozen collateral. You can withdraw it, but it is not available as collateral for trading.&#x20;
* Only USDC is currently supported as collateral.
* There is a deposit minimum of 1,000 USDC.

![](/files/wtdarSVi8xxxZwSKKB5R)

### Making a DDX deposit

Users can also deposit DDX to pay trading fees.&#x20;

Select the "Deposit" button from the top left of the UI.

![](/files/vK7YH5BqKpWSpY9o0TFB)

Next, navigate to the "Deposit DDX" tab in the panel that comes out. Then, "approve token" so that you can deposit DDX.

![](/files/c4Cqeq4QFfQ9HiZo9Lr0)

Finally, enter the amount of DDX that you would like to deposit.&#x20;

![](/files/L2v16dskT87IS7GF7V2Y)

Select "Deposit" and sign the transaction using your wallet. Your DDX will be available on the exchange in 6 confirmations.&#x20;

{% hint style="info" %}
DDX is not used as collateral: DDX can be used on the exchange to pay for trading fees (and receive a discounted rate).&#x20;
{% endhint %}

If you would like to use DDX to pay for trading fees, toggle this option using the UI. You will need to sign this request using your wallet.&#x20;

![](/files/lmXf9hSsxVs3mjPb85Yj)


---

# 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.derivadex.io/funding/deposits.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.
