# Public orders

Public orders can be browsed by any user in the order directory.

<figure><img src="/files/7eiPVzIiEm7gAef5gIPy" alt=""><figcaption><p>Token listings appear ranked in the Order Directory</p></figcaption></figure>

Anyone can choose to take a public order, either by completing the trade as a buyer or seller, or by selecting "Accept Offer" when viewing the original request. Provided they have the correct tokens in their wallet, and allowances granted, they can initiate a transaction that atomic swaps their tokens for your tokens.

This means the order taker pays the gas for the trade. Security assurances in place mean that the trade can only take place once, and that both the maker and taker must have the correct balance of the correct token in their wallets for the trade to process.

This allows for a decentralized and open market for trading tokens.

Overall, the public orders feature of Illiquid Market offers a convenient and transparent way for users to buy and sell tokens on the platform.


---

# 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.illiquid.market/features/public-orders.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.
