# Fee Structure in HyperMall

HyperMall uses a simple but effective fee model. Here an example for a TAP/USDT pair:

* Makers pay 0.4% in USDT
* Takers pay 0.6% in TAP

Fees are split evenly:

50% goes to the validator who signed the transaction via the MSB

50% goes to the HyperMall protocol and is available to be redistributed via ecosystem

incentives.

Validators are selected by the user or by the app at random. This creates an open validator

economy where performance directly influences rewards. We expect a validator economy to

evolve akin to Bitcoin’s mining economy.


---

# 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.trac.network/real-world-examples/hypermall/fee-structure-in-hypermall.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.
