> For the complete documentation index, see [llms.txt](https://wiki.delos.financial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.delos.financial/how-to-transact/images-and-media.md).

# Withdraw

To make a withdrawal, please go to the Dashboard section in your Delos profile and click the "↑" icon (Send).

\**Please note that for withdrawals of more than 500,000$ in DLT assets, you need to contact our support before initiating a payment*

You will have to select a counterparty account, associated wallet, enter amount. You will see the fees that will be changed for this transaction (based on your agreement).

<figure><img src="https://1523708135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2b1jkF8A0Sn0RBwrSe6I%2Fuploads%2FIsKIo0DrL7XQJuhtTki3%2Fimage.png?alt=media&amp;token=e49ad568-7160-43b5-aea0-48a8d413b6dc" alt=""><figcaption></figcaption></figure>

If you created a counterparty more than 30 minutes ago, and it can't be selected, please contact our customer success team.

In the next step, you check the data you filled in. If all good, please click Confirm to finalize the transfer.

After that, you’ll see the notification of successful transfer.

Also, you’ll be able to see this in your Payments (transaction history) section.

We have only four possible statuses: Success, Pending/In Progress and Cancelled.

If the status is **Canceled**, and you did not cancel it deliberately, no need to wait, please contact customer success team immediately.

If the status is **Pending/In Progres** for the timeframe longer than is usual for the particular payment method, please contact customer success team as well.

If the status is **Success**, the time frame for the particular method passed, but your counterparty has not received the funds so far, please contact the customer success team, we’ll provide you with the payment proof (receipt) for further checking with your bank.

Typical time limits:

DLT Assets - up to 24 hours

SWIFT - up to 3 business days (up to 5 in case of additional compliance check)

FEDWIRE - up to 1 business day

ACH - up to 3 business days


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.delos.financial/how-to-transact/images-and-media.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
