# Escrow

For security of traders, ORDEX uses a one-time escrow system which sends items to our secure marketplace contract.\
\
We do not charge any fees for this process. \
Only the gas fee applies to the transaction.\
&#x20;\
Escrowed items might not show up on alternate website profiles.\
&#x20;\
To display them on alternate sites, you can always withdraw them from escrow to your wallet. \
This will delist them from ORDEX and disable advanced features like Bids from potential buyers. \
\
Please note that you can transfer escrowed items without withdrawing them.


---

# 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.ordex.io/tutorials/escrow.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.
