# Settlement Rules

If a buyer and a seller are matched, after the Token Generation Event (TGE), **the seller should transfer tokens to the Premius Market contract**. Then there are two situations:

1. The seller fulfills the order and transfer the token.

The contract then verifies the transaction and releases the tokens to the buyer, and the buyer’s deposit along with the seller’s collateral are transferred to the seller. A transaction fee of **2%** order value will be deducted for both the deposit and the collateral.

1. The seller fails to fulfill the order

If the seller fails to fulfill the order, the buyer will receive both the seller’s collateral and their own deposit. A transaction fee of **2%** order value will be deducted for both the deposit and the collateral.


---

# 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://doc.premius.market/pre-market/settlement-rules.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.
