# Using Deposit Address

## Overview

Once you have completed the [Onboarding](/offramp-to-bank/onboarding.md) process, you will have received a unique **Deposit Address** (0x...1234) that is exclusively linked to your Bridge customer ID and bank payment route. You can use that Deposit Address to facilitate the USDC --> Fiat offramp from the **Carbonmark** app.

{% hint style="warning" %}
If you have questions at any time during this process, please reach out to Carbonmark for support.
{% endhint %}

## Process

1. Once the onboarding steps are complete, **Carbonmark** will send you an email with:
   1. **Deposit address** (i.e. 0x##...####).
   2. **Payment instructions PDF**; which includes the following information:
      1. `Chain` (i.e. Polygon)
      2. `Currency` (i.e. USDC)
      3. `Deposit address` (i.e.  0x##...####)
      4. Destination details (This is where the payment will land):
         1. `Destination payment rail`&#x20;
         2. `Destination currency`
         3. `Bank name`
         4. `Account owner`
         5. `Account type`
         6. `Other account details`
   3. A link to this **user guide**.
2. Login in your **Carbonmark** account and navigate to your [Carbon Portfolio](https://app.carbonmark.com/portfolio) page.
3. Under `Manage Assets`, click the **TRANSFER ASSETS** button.
4. In the `Transfer Assets` modal, set the following fields:
   1. `Destination`  This is the Deposit address from step #1.
   2. `Asset`  USDC
   3. `Quantity`  The amount of USDC to transfer to your bank account.
5. Click the **START TRANSFER..**. button and sign the transactions with your PIN number.
6. Ideally (but not required), send **Carbonmark** an email that an offramp transfer transaction has been executed. **Carbonmark** can confirm the transaction in the Bridge dashboard app.
7. Once the payment process is confirmed, the **Payment receipt** (generated from the Bridge dashboard app) can be sent to you by email.


---

# 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.carbonmark.com/offramp-to-bank/using-deposit-address.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.
