# Royalties & Fees

**Creator royalty: 5%**

Applied to every sale on CipherMarket. Sent automatically to the creator wallet in the same transaction as the sale. This percentage is set in the contract at deployment and cannot be changed by anyone ever. There is no setter function for it.

**Marketplace fee: 2%**

Applied to every sale on CipherMarket. Sent to the marketplace treasury. This fee is hardcapped in the contract at a maximum of 5% — it can only be adjusted downward from 2%, never above 5%, by the contract owner.

**What the seller receives**

On a 1 ETH sale:

* Seller receives: 0.93 ETH (93%)
* Creator royalty: 0.05 ETH (5%)
* Marketplace fee: 0.02 ETH (2%)

**External marketplaces**

GlyphVoid tokens can also be traded on OpenSea, Blur, and other EVM-compatible marketplaces that support Base. Royalty enforcement on external platforms depends on their individual policies.

CipherMarket is the canonical marketplace where royalties are guaranteed and the full GlyphVoid context — vault balance, puzzle map, community features — is integrated.


---

# 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://glyphvoiddocs.gitbook.io/undefined/the-marketplace/royalties-and-fees.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.
