# USDC.e Manual Withdrawals

With the Hop USDC bridge upgraded to utilize Circle's CCTP and the deprecation of the USDC.e bonder, transfers involving USDC.e now require manual withdrawal processing.

Hop allows you to withdraw `hUSDC.e` from the pool and transfer it to L1 at a 1:1 ratio. However, transferring `hUSDC.e` to L1 requires completing the full exit process, which takes at least 7 days after the root commit before the withdrawal can be finalized. To proceed, follow these steps:

**Step 1: Initiate the bridge to L1**

Go to the [Convert page UI](https://app.hop.exchange/#/convert/hop), select origin chain and ensure the convert method is set to "via Hop Bridge".

Initiate the transfer by clicking the "Convert" button.

![image](https://github.com/user-attachments/assets/4b62d9b4-0c72-4ec5-bccd-622ab8c14636)

**Step 2: Submit "Commit transfers" transaction**

Visit the [Relay page UI](https://app.hop.exchange/#/relay) and paste the transaction hash of your transfer on the origin chain into the Transfer ID field.

This will initiate the "Commit Transfers" transaction.

![image](https://github.com/user-attachments/assets/6c4864c1-3e08-43ac-8811-7be57a85937c)

**Step 3: Submit "Prove Withdrawal" transaction**

On the same [Relay page UI](https://app.hop.exchange/#/relay) page, initiate the "Prove Withdrawal" transaction on L1 by clicking the "Relay" button again.

Alternatively, use [superchainrelayer.xyz](https://superchainrelayer.xyz/) for OP stack chains to complete this step. Paste the transaction hash of the "Commit Transfers" transaction from Step 2 and click "Prove Tx".

**This will initiate a 7-day exit period.**

![image](https://github.com/user-attachments/assets/8686e83d-b811-4a43-aff0-c085142d6360)

**Step 4: Submit "Finalize Withdrawal" transaction**

Visit the [Relay page UI](https://app.hop.exchange/#/relay) and paste the transaction hash of your transfer on the origin chain into the Transfer ID field.

This action initiates the "Finalize Withdrawal" transaction.

Alternatively, use [superchainrelayer.xyz](https://superchainrelayer.xyz/) for OP stack chains to complete this step. Paste the transaction hash of the "Commit Transfers" transaction from Step 2 and click "Finalize Tx".

![image](https://github.com/user-attachments/assets/e3570586-7f5e-4a3c-a213-472129d8ca48)

**Step 5: Withdraw your transfer**

Go to the [Withdraw page UI](https://app.hop.exchange/#/withdraw) and paste the transaction hash of your transfer on the origin chain into the Transfer ID field.

Click the "Withdraw" button and confirm the transaction processed the withdrawal transfer to your wallet.

![image](https://github.com/user-attachments/assets/b90be264-ccd0-4070-ac35-9a26c2c5a649)


---

# 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.hop.exchange/basics/usdce-manual-withdrawals.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.
