> 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/editor.md).

# Deposit

To make a deposit, please go to the Dashboard section in your Delos profile and click the "+" sign (Receive). The process consists of 2 steps. First, you choose the currency. After that, please select your payment account associated with this currency.

<figure><img src="https://1523708135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2b1jkF8A0Sn0RBwrSe6I%2Fuploads%2F97x0pJYFT1x799rwgJs8%2Fimage.png?alt=media&amp;token=38e2d9e0-853d-4090-aa08-2a0fed4fbc23" alt=""><figcaption></figcaption></figure>

In the next step, you will see the payment details. For some currencies, e.g. USD there can be more than one set of payment details depending on the payment method.

<figure><img src="https://1523708135-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2b1jkF8A0Sn0RBwrSe6I%2Fuploads%2FjDBh1t3AePAjt3XoTDQy%2Fimage.png?alt=media&amp;token=6fad57e2-6e94-42a7-ae57-8d4ab5aaea72" alt=""><figcaption></figcaption></figure>

Then simply make the payment to the credentials provided. The deposit will be credited soon (after deduction of an agreed commission).

Remember that terms of crediting are different based on the payment method.

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/editor.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.
