# Features

- [Universal token listing](https://docs.illiquid.market/features/universal-token-listing.md): Illiquid Market supports the listing of any ERC20 token that exists on a supported network. This means that as long as a token follows the ERC20 standard, it can be traded on Illiquid Market.
- [Peer to peer OTC](https://docs.illiquid.market/features/peer-to-peer-otc.md)
- [Public orders](https://docs.illiquid.market/features/public-orders.md): Illiquid Market allows users to create requests to buy or sell tokens, which are called "public orders."
- [Private orders](https://docs.illiquid.market/features/private-orders.md): In addition to public orders, Illiquid Market also allows users to create private orders.
- [Partial order fill](https://docs.illiquid.market/features/partial-order-fill.md): Illiquid Market allows users to create orders that can be partially filled.


---

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