# Fee

### Interacting with DeltaDeFi

The table below summarizes all potential actions interacting with DeltaDeFi.&#x20;

<table><thead><tr><th width="175.52734375">Actions</th><th width="150.09765625">DeltaDeFi Fees</th><th width="150.2421875">Other Fees</th><th>Remarks</th></tr></thead><tbody><tr><td>Fast Deposit</td><td>-</td><td>L1 tx fees</td><td>Min size applies<sup>1</sup></td></tr><tr><td>Regular Deposit</td><td>-</td><td>L1 tx fees</td><td>Min size applies<sup>1</sup></td></tr><tr><td>Place Order</td><td>-</td><td>-</td><td>Min size applies<sup>2</sup></td></tr><tr><td>Cancel Order</td><td>-</td><td>-</td><td>-</td></tr><tr><td>Fill Order</td><td>Trading fee applies</td><td>-</td><td>-</td></tr><tr><td>Fast Withdrawal</td><td>1 ADA</td><td>-</td><td>Min size applies<sup>1</sup></td></tr><tr><td>Regular Withdrawal</td><td>1 ADA</td><td>-</td><td>Min size applies<sup>1</sup></td></tr></tbody></table>

<sup>1</sup> For deposit and withdrawal events, min size of `2 + 0.5 * number of types of token` applies.

<sup>2</sup> For orders placement, minimal 5 USD equiv min order size applies.

### Trading Fee

We apply trading fees to all executed orders.

| Tiers           | Maker | Taker |
| --------------- | ----- | ----- |
| Standard        | 0.1%  | 0.1%  |
| Advance Tiering | TBC   | TBC   |


---

# 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.deltadefi.io/start-trading/getting-started/fee.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.
