> For the complete documentation index, see [llms.txt](https://docs.deltadefi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltadefi.io/start-trading/l1-swap-integration/services-and-charges.md).

# Services and Charges

### Operator Services

The L1 swap integration is processed by an operator which will take execution risk on DeltaDeFi's order book. That being said

The order will be processed if

1. The current order book depth can absorb the swap (use [Integration APIs](/start-trading/l1-swap-integration/apis.md#get-market-depth) to check whether the book depth would fill the order)
2. The expiry time in datum has not passed

Therefore, to facilitate smooth order matching, we suggest adding an adequate buffer (max slippage tolerance) at building the swap intent datum. If the order instruction cannot be fulfilled by the time of arriving Cardano L1, we would skip processing in our core workflow. There are occassion we will trigger episodic order filling after core processing time initially and before expiry, however, we do not guarantee such case. Any expired orders can be cancelled in a fully non-custodial manner.

### Charges

The operator charges an additional 0.1% per swap processed. Therefore:

* For `ADAUSDCx` / `ADAUSDM` /  `NIGHTUSDM`, in total 0.2% will be charged (0.1% for DeltaDeFi trading fee)
* For `ADANIGHT`, in total 0.4% will be charged (0.2% for DeltaDeFi trading fee)

> A minimum fee applies to cover the L1 transaction cost, split across all orders in the batch. For small orders, this minimum may exceed the percentage above. The effective fee is always the greater of the two. Users always receive at least the amount specified in toAmount. If the market fill is better than expected, the surplus (minus the fee) is passed back to the user as price improvement.

The charges are reflected in [Integration APIs](/start-trading/l1-swap-integration/apis.md#get-market-depth), so when you see the market depth from the API the fee is already taken into account.

We by default suggest a higher buffer / slippage tolerance (e.g. 3-5%) at order placement. If there is significant buffer at order instruction, we will always capped the fee stated above (0.1% per swap processed) and the users will receive additional tokens than the amount specified at `toAmount`.


---

# 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:

```
GET https://docs.deltadefi.io/start-trading/l1-swap-integration/services-and-charges.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.
