> For the complete documentation index, see [llms.txt](https://resources.brickverse.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.brickverse.gg/transactions/on-site-transaction-fees.md).

# On-Site Transaction Fees

When you earn currency on BrickVerse through sales or purchases made inside experiences, the full amount does not go to a single party. Like most creator platforms, BrickVerse applies a platform fee that helps support hosting, security, moderation, payment processing, and continued platform development.

Below is a breakdown of how revenue is shared across different types of transactions.

***

### 💳 Entitlements

**Examples:** Game Passes, Subscriptions, Consumables, etc.

* **70% → Developer**
* **30% → BrickVerse**

These purchases directly support the developer who created the experience or item.

***

### 🛍 Marketplace Sales (UGC Items)

**Examples:** Clothing, Hats, Hair, Accessories

* **50% → UGC Creator**
* **50% → BrickVerse**

{% hint style="success" %}
Marketplace items rely on platform discovery, storage, moderation, and delivery systems, which is why the platform share is higher for these sales.
{% endhint %}

***

### 🔁 Marketplace Listing Sales (Reselling a Tradable Item)

When a user resells a tradable item originally created by a UGC creator:

* **60% → Seller (the user who listed the item)**
* **30% → Original UGC Creator**
* **10% → BrickVerse**

This system rewards both the original creator and the user participating in the secondary marketplace.

***

### ❓ Why Does BrickVerse Take a Fee?

BrickVerse’s share helps fund the systems that make earning possible in the first place, including:

* Secure payment processing
* Asset hosting and delivery
* Platform infrastructure and servers
* Trust & Safety moderation (AI + human review)
* Developer tools and APIs
* Ongoing platform updates and new features

These fees allow us to keep improving BrickVerse while supporting a sustainable creator economy.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://resources.brickverse.gg/transactions/on-site-transaction-fees.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
