# Post Only and Time-in-Force (TIF)

### **Post Only**

An optional setting for limit orders. When enabled, the order is guaranteed to enter the order book as a maker order — it will never match against existing orders on placement. If it would match immediately, it's rejected instead of filled.

Use Post Only when you want to ensure you always pay the maker fee rather than the taker fee.

### **Time-in-Force (TIF)**

Controls how long your order stays active before it's executed or cancelled. Aster supports three types of TIF orders:

| Type                          | Behaviour                                                                              |
| ----------------------------- | -------------------------------------------------------------------------------------- |
| **GTC** (Good 'Til Cancelled) | Stays active until fully filled or manually cancelled.                                 |
| **IOC** (Immediate or Cancel) | Executes immediately, fully or partially. Any unfilled portion is cancelled instantly. |
| **FOK** (Fill or Kill)        | Must fill in full immediately, or the entire order is cancelled. No partial fills.     |

**Note:** Iceberg orders are not supported for IOC or FOK order types.


---

# 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.asterdex.com/trading/spot/post-only-and-time-in-force-tif.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.
